StripComments
If this variable is set to 0, stripping of
Syntax:
StripComments
Certain
database drivers use
Note: It is recommended that this
variable be reset to 1 immediately after the statement(s) where it is
needed.
Example:
set StripComments=0;
SQL SELECT * /* <optimization directive> */ FROM Table ;
set StripComments=1;