diff options
author | jan@hundin.mysql.fi <> | 2004-12-09 11:20:50 +0200 |
---|---|---|
committer | jan@hundin.mysql.fi <> | 2004-12-09 11:20:50 +0200 |
commit | 49c0044a2f6159512e5e40b88104407abcce60de (patch) | |
tree | 465f1cf5128d68051a4742439bf4f69d5975b276 /sql/sql_lex.h | |
parent | dafb2969c90860676c521edda12377e7b4dd3eb2 (diff) | |
parent | d6effde5d0d727d6f010314cdf422908bee10f98 (diff) | |
download | mariadb-git-49c0044a2f6159512e5e40b88104407abcce60de.tar.gz |
Content merge.
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 1c0e3e2e02e..7a4ef0b98e5 100644 --- a/sql/sql_lex.h +++ b/sql/sql_lex.h @@ -87,6 +87,7 @@ enum enum_sql_command { SQLCOM_PREPARE, SQLCOM_EXECUTE, SQLCOM_DEALLOCATE_PREPARE, SQLCOM_CREATE_VIEW, SQLCOM_DROP_VIEW, SQLCOM_CREATE_TRIGGER, SQLCOM_DROP_TRIGGER, + SQLCOM_LOCK_TABLES_TRANSACTIONAL, /* This should be the last !!! */ SQLCOM_END }; |