diff options
author | Georgi Kodinov <joro@sun.com> | 2009-11-27 16:41:45 +0200 |
---|---|---|
committer | Georgi Kodinov <joro@sun.com> | 2009-11-27 16:41:45 +0200 |
commit | 14b9f46db4259734280e09ad0ece937e825797ad (patch) | |
tree | 541b86791939b89e902cc1ae334416db86c5a58d /mysql-test/t/mysql.test | |
parent | f7887695d688db7334e041f3164ac25961409521 (diff) | |
parent | d877f0a04575982c4a813b831b8c74b80cccf770 (diff) | |
download | mariadb-git-14b9f46db4259734280e09ad0ece937e825797ad.tar.gz |
merge
Diffstat (limited to 'mysql-test/t/mysql.test')
-rw-r--r-- | mysql-test/t/mysql.test | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/mysql-test/t/mysql.test b/mysql-test/t/mysql.test index 32fdc4b8eed..7e28358ba8b 100644 --- a/mysql-test/t/mysql.test +++ b/mysql-test/t/mysql.test @@ -390,8 +390,11 @@ SELECT '< & >' AS `<`; EOF --exec $MYSQL --html test < $MYSQLTEST_VARDIR/tmp/bug27884.sql +remove_file $MYSQLTEST_VARDIR/tmp/bug27884.sql; + + # -# Bug #27884: mysql client + null byte +# Bug #28203: mysql client + null byte # create table t1 (a char(5)); insert into t1 values ('\0b\0'); @@ -404,5 +407,5 @@ insert into t1 values ('\0b\0'); --exec $MYSQL --xml test -e "select a from t1" drop table t1; ---echo ---echo End of tests + +--echo End of 5.0 tests |