Variable: sql-mysql-options
sql-mysql-options is a customizable variable defined in sql.el.gz.
Value
nil
Documentation
List of additional options for sql-mysql-program.
The following list of options is reported to make things work on Windows: "-C" "-t" "-f" "-n".
This variable was added, or its default value changed, in Emacs 20.8.
Aliases
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/sql.el.gz
(defcustom sql-mysql-options nil
"List of additional options for `sql-mysql-program'.
The following list of options is reported to make things work
on Windows: \"-C\" \"-t\" \"-f\" \"-n\"."
:type '(repeat string)
:version "20.8")