summaryrefslogtreecommitdiff
path: root/mysql-test/include
diff options
context:
space:
mode:
authorHe Zhenxing <zhenxing.he@sun.com>2009-12-10 11:51:42 +0800
committerHe Zhenxing <zhenxing.he@sun.com>2009-12-10 11:51:42 +0800
commitf8d16332515b08bf4f5e4a8274254a061295a712 (patch)
treeb5f7ecfd0110b7bfe6584dd4595c0588fed53197 /mysql-test/include
parent2573ba24894f03daf7117fe2b85ae3ed4abfb3e1 (diff)
parent91689490478f3d8a2fc6280b57d3a922f5e357f5 (diff)
downloadmariadb-git-f8d16332515b08bf4f5e4a8274254a061295a712.tar.gz
Merge from 5.0-bugteam
Diffstat (limited to 'mysql-test/include')
-rw-r--r--mysql-test/include/kill_query.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/include/kill_query.inc b/mysql-test/include/kill_query.inc
index 341c3b93535..b303ed0ec39 100644
--- a/mysql-test/include/kill_query.inc
+++ b/mysql-test/include/kill_query.inc
@@ -52,7 +52,7 @@ if (`SELECT '$debug_lock' != ''`)
# reap the result of the waiting query
connection $connection_name;
-error 0, 1317, 1307, 1306, 1334, 1305;
+error 0, 1317, 1307, 1306, 1334, 1305, 1034;
reap;
connection master;