1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Bug#27934 test client_xml misssing initialization

Problem: missing initialization, if the previous test
fails leaving table t1, client_xml fails as well.
Fix: adding initialization.
This commit is contained in:
Alexander Barkov
2008-07-18 14:07:16 +05:00
parent 430aaacdaf
commit 6a42c35fa7
2 changed files with 5 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
drop table if exists t1;
create table t1 (
`a&b` int,
`a<b` int,