diff options
author | Mattias Jonsson <mattias.jonsson@oracle.com> | 2010-08-16 16:25:23 +0200 |
---|---|---|
committer | Mattias Jonsson <mattias.jonsson@oracle.com> | 2010-08-16 16:25:23 +0200 |
commit | b67924eb4e6c29dd9f9e4ceddfc30b6f0a93ef0e (patch) | |
tree | 36fdffc104f31ab707ace2dda5265ed73d578f4d /sql/sql_lex.h | |
parent | 4b20ccafaa3bacfd11c5fcc61e1647dbbefe7bad (diff) | |
download | mariadb-git-b67924eb4e6c29dd9f9e4ceddfc30b6f0a93ef0e.tar.gz |
Rename of sql_alter_table -> sql_alter and sql_table_maintenance -> sql_admin
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r-- | sql/sql_lex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h index d0f20d4e997..0eb8e5de6d2 100644 --- a/sql/sql_lex.h +++ b/sql/sql_lex.h @@ -923,7 +923,7 @@ enum enum_alter_table_change_level /** Temporary hack to enable a class bound forward declaration of the enum_alter_table_change_level enumeration. To be - removed once Alter_info is moved to the sql_alter_table.h + removed once Alter_info is moved to the sql_alter.h header. */ class Alter_table_change_level |