Hi!
"Paul" == Paul DuBois <pa...@snake.net> writes:
Paul> SHOW CREATE TABLE respects the value of the SQL_QUOTE_SHOW_CREATE
variable.
Paul> SHOW CREATE DATABASE doesn't.
This is because we wanted to have an option to get CREATE TABLE
compatible with other databases.
CREATE DATABASE doesn't have to be compatible (as this isn't a SQL
standard command) and thus its better to always quite the result to
avoid bugs for strange database names.
I agree that that this neads to be document...
Regards,
Monty