diff options
author | svoj@poseidon.ndb.mysql.com <> | 2005-11-06 13:13:06 +0100 |
---|---|---|
committer | svoj@poseidon.ndb.mysql.com <> | 2005-11-06 13:13:06 +0100 |
commit | 3791197f0d7121b31cb51583f7691db4fd86b425 (patch) | |
tree | 593a4ed5caa4dcceddc324b221fd0228343c9c4a /sql/sql_lex.h | |
parent | 37788da7905929b141f9bbb854356bc9aa0d88f7 (diff) | |
download | mariadb-git-3791197f0d7121b31cb51583f7691db4fd86b425.tar.gz |
WL#2575 - Fulltext: Parser plugin for FTS
WL#2763 - MySQL plugin interface: step 1
Manual merge from CNET tree.
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r-- | sql/sql_lex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h index c9868be0d82..f164bb6809b 100644 --- a/sql/sql_lex.h +++ b/sql/sql_lex.h @@ -91,6 +91,7 @@ enum enum_sql_command { SQLCOM_CREATE_TRIGGER, SQLCOM_DROP_TRIGGER, SQLCOM_XA_START, SQLCOM_XA_END, SQLCOM_XA_PREPARE, SQLCOM_XA_COMMIT, SQLCOM_XA_ROLLBACK, SQLCOM_XA_RECOVER, + SQLCOM_INSTALL_PLUGIN, SQLCOM_UNINSTALL_PLUGIN, /* This should be the last !!! */ SQLCOM_END |