summaryrefslogtreecommitdiff
path: root/sql/sp_head.cc
diff options
context:
space:
mode:
authorcmiller@zippy.(none) <>2006-05-23 15:01:05 -0400
committercmiller@zippy.(none) <>2006-05-23 15:01:05 -0400
commit971dc90e3ae52ec34f09f3d706c51ee2dab53177 (patch)
treea9a52727965857e5d626b0e71e90a79e030d5893 /sql/sp_head.cc
parentf25fcf79a59d285162f2f9c11f1021f407312c06 (diff)
parente700e84567ede69e8451f0b56b5b06eef15637db (diff)
downloadmariadb-git-971dc90e3ae52ec34f09f3d706c51ee2dab53177.tar.gz
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
into zippy.(none):/home/cmiller/work/mysql/mysql-5.0--bug11151
Diffstat (limited to 'sql/sp_head.cc')
-rw-r--r--sql/sp_head.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sp_head.cc b/sql/sp_head.cc
index 174f62c9497..3b29a841966 100644
--- a/sql/sp_head.cc
+++ b/sql/sp_head.cc
@@ -247,6 +247,7 @@ sp_get_flags_for_command(LEX *lex)
case SQLCOM_TRUNCATE:
case SQLCOM_COMMIT:
case SQLCOM_ROLLBACK:
+ case SQLCOM_LOAD:
case SQLCOM_LOAD_MASTER_DATA:
case SQLCOM_LOCK_TABLES:
case SQLCOM_CREATE_PROCEDURE: