Commit e390f843 authored by Alexander Barkov's avatar Alexander Barkov

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.
parent 5dfdccab
drop table if exists t1;
create table t1 (
`a&b` int,
`a<b` int,
......
# Can't run with embedded server
-- source include/not_embedded.inc
--disable_warnings
drop table if exists t1;
--enable_warnings
# Test of the xml output of the 'mysql' and 'mysqldump' clients -- makes
# sure that basic encoding issues are handled properly
create table t1 (
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment