summaryrefslogtreecommitdiff
path: root/mysql-test/main/truncate_notembedded.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/truncate_notembedded.test')
-rw-r--r--mysql-test/main/truncate_notembedded.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/main/truncate_notembedded.test b/mysql-test/main/truncate_notembedded.test
index 8fd5d5dbc86..70da48f5a4f 100644
--- a/mysql-test/main/truncate_notembedded.test
+++ b/mysql-test/main/truncate_notembedded.test
@@ -18,6 +18,7 @@ SELECT * FROM t1;
UNLOCK TABLES;
--connection con1
+--error 0,ER_OPTION_PREVENTS_STATEMENT
--reap
--error ER_OPTION_PREVENTS_STATEMENT
TRUNCATE TABLE t1;