Submitted by: Maxim Kuzmin (cybermax)
Votes: 3
List of keywords (reserved and non-reserved) changed in major/minor version, including release version.
To determine whether a word is a keyword and it reserved, need to have a dictionary of such words, and update it for each version of the server.
You should also remember that some words will become reserved in the future (LOCALTIME, SQLSTATE, INSERTING/DELETING/UPDATING).
Therefore we need a table of words with the flag "Reserved" and "Reserved in the future".
Commits: dd2fcfe
Submitted by: Maxim Kuzmin (cybermax)
Votes: 3
List of keywords (reserved and non-reserved) changed in major/minor version, including release version.
To determine whether a word is a keyword and it reserved, need to have a dictionary of such words, and update it for each version of the server.
You should also remember that some words will become reserved in the future (LOCALTIME, SQLSTATE, INSERTING/DELETING/UPDATING).
Therefore we need a table of words with the flag "Reserved" and "Reserved in the future".
Commits: dd2fcfe