ob-sql.el: fix typo preventing mysql table headers from being parsed

* ob-sql.el (org-babel-execute:sql): fix typo (introduced in 8c2e232)
which prevented correct parsing of mysql table headers.
This commit is contained in:
Gary Oberbrunner 2016-02-09 22:16:53 +01:00 committed by Nicolas Goaziou
parent 16dbf6ded6
commit aa042455a7
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ SET COLSEP '|'
(progn (insert-file-contents-literally out-file) (buffer-string)))
(with-temp-buffer
(cond
((memq (intern engine) '(dbi myslq postgresql))
((memq (intern engine) '(dbi mysql postgresql))
;; Add header row delimiter after column-names header in first line
(cond
(colnames-p