Commit ec761d57 authored by ahlentz@co3064164-a.rochd1.qld.optusnet.com.au's avatar ahlentz@co3064164-a.rochd1.qld.optusnet.com.au
Browse files

Fixed explanation in another reference of -- comment style.

parent c118425f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28890,8 +28890,8 @@ These limitations apply both when you run @code{mysql} interactively
and when you put commands in a file and tell @code{mysql} to read its
input from that file with @code{mysql < some-file}.
MySQL doesn't support the @samp{--} ANSI SQL comment style.
@xref{ANSI diff comments}.
MySQL only supports the @samp{--} ANSI SQL comment style if it is
followed by a space. @xref{ANSI diff comments}.
@node Reserved words,  , Comments, Language Structure