1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Added status variables for all MySQL commands.

Docs/manual.texi:
  Changelog
This commit is contained in:
unknown
2001-12-13 20:06:44 +02:00
parent c0de7ffcc8
commit e12119dcc4
5 changed files with 81 additions and 2 deletions

View File

@ -53,7 +53,8 @@ enum enum_sql_command {
SQLCOM_BEGIN, SQLCOM_LOAD_MASTER_TABLE, SQLCOM_CHANGE_MASTER,
SQLCOM_RENAME_TABLE, SQLCOM_BACKUP_TABLE, SQLCOM_RESTORE_TABLE,
SQLCOM_RESET, SQLCOM_PURGE, SQLCOM_SHOW_BINLOGS,
SQLCOM_SHOW_OPEN_TABLES
SQLCOM_SHOW_OPEN_TABLES,
SQLCOM_END
};
enum lex_states { STATE_START, STATE_CHAR, STATE_IDENT,