[Phpmyadmin-devel] about keywords
Marc Delisle
Delislma at CollegeSherbrooke.qc.ca
Fri Jan 28 15:18:06 CET 2005
Hi,
I wonder what we should do about this:
https://sourceforge.net/tracker/index.php?func=detail&aid=1110137&group_id=23067&atid=377408
The problem is, "events" is not in the reserved words list:
http://dev.mysql.com/doc/mysql/en/reserved-words.html
But of course, is used in this syntax:
http://dev.mysql.com/doc/mysql/en/show-binlog-events.html
I checked in command-line and
select * from events
works correctly (no need to quote), however
select * from revoke
is rejected, due to the presence of "revoke" in the reserved words list.
Pretty printing is one thing, doing more that MySQL is another thing.
Marc
More information about the Developers
mailing list