summaryrefslogtreecommitdiff
path: root/sql/sp_head.cc
diff options
context:
space:
mode:
authorkostja@bodhi.local <>2006-08-30 23:09:47 +0400
committerkostja@bodhi.local <>2006-08-30 23:09:47 +0400
commit7290fa2fb7eab3e485c020fc44e59db7d17ec0e4 (patch)
tree5daf021ef77cac4c13943d4e132107ec95b28e1e /sql/sp_head.cc
parentebb70704303ef3f7e227e8102d8eb4b466bdd9e4 (diff)
downloadmariadb-git-7290fa2fb7eab3e485c020fc44e59db7d17ec0e4.tar.gz
Post-merge fixes.
Diffstat (limited to 'sql/sp_head.cc')
-rw-r--r--sql/sp_head.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sp_head.cc b/sql/sp_head.cc
index d55b9ff71de..fc4aa5e26d6 100644
--- a/sql/sp_head.cc
+++ b/sql/sp_head.cc
@@ -270,7 +270,6 @@ sp_get_flags_for_command(LEX *lex)
case SQLCOM_CREATE_EVENT:
case SQLCOM_ALTER_EVENT:
case SQLCOM_DROP_EVENT:
- case SQLCOM_FLUSH:
case SQLCOM_INSTALL_PLUGIN:
case SQLCOM_UNINSTALL_PLUGIN:
flags= sp_head::HAS_COMMIT_OR_ROLLBACK;