summaryrefslogtreecommitdiff
path: root/mysql-test/r/client_xml.result
diff options
context:
space:
mode:
authorGeorgi Kodinov <kgeorge@mysql.com>2008-07-18 15:00:45 +0300
committerGeorgi Kodinov <kgeorge@mysql.com>2008-07-18 15:00:45 +0300
commit5f5a3cf1aa6738a68ecde36dc25f696b0f25c827 (patch)
treea42a867611895fc20c8b0c1573e95ade5239651a /mysql-test/r/client_xml.result
parent516312dda6fedb268e28bcc233f62da5591c9fed (diff)
parent88d66418c8fb2fbd6b60968d1ad8962b2af56232 (diff)
downloadmariadb-git-5f5a3cf1aa6738a68ecde36dc25f696b0f25c827.tar.gz
merge of 38158 to 5.1-bugteam
Diffstat (limited to 'mysql-test/r/client_xml.result')
-rw-r--r--mysql-test/r/client_xml.result1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/client_xml.result b/mysql-test/r/client_xml.result
index 6e9857c2d6d..aa4bdb2bd61 100644
--- a/mysql-test/r/client_xml.result
+++ b/mysql-test/r/client_xml.result
@@ -1,5 +1,6 @@
set @old_concurrent_insert= @@global.concurrent_insert;
set @@global.concurrent_insert= 0;
+drop table if exists t1;
create table t1 (
`a&b` int,
`a<b` int,