diff options
author | jimw@mysql.com <> | 2005-04-04 12:43:58 -0700 |
---|---|---|
committer | jimw@mysql.com <> | 2005-04-04 12:43:58 -0700 |
commit | c18307e8a2f77f4e036dcfb9a2efcf9f00e57479 (patch) | |
tree | 4f8a13865c65a18d89af9dbdac651926c0bc8847 /mysql-test/t/client_xml.test | |
parent | c2cfa5e435d1b616c99ff50d3c95f2b68f3ab031 (diff) | |
download | mariadb-git-c18307e8a2f77f4e036dcfb9a2efcf9f00e57479.tar.gz |
Cleanup tests and results after merge from 4.1 of embedded
server testing cleanups.
Diffstat (limited to 'mysql-test/t/client_xml.test')
-rw-r--r-- | mysql-test/t/client_xml.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/t/client_xml.test b/mysql-test/t/client_xml.test index dd7a812b54f..58e9178ef3a 100644 --- a/mysql-test/t/client_xml.test +++ b/mysql-test/t/client_xml.test @@ -1,3 +1,6 @@ +# Can't run with embedded server +-- source include/not_embedded.inc + # Test of the xml output of the 'mysql' and 'mysqldump' clients -- makes # sure that basic encoding issues are handled properly create table t1 ( |