summaryrefslogtreecommitdiff
path: root/mysql-test/t/alter_table.test
diff options
context:
space:
mode:
authorunknown <bar@mysql.com>2004-07-08 18:54:07 +0500
committerunknown <bar@mysql.com>2004-07-08 18:54:07 +0500
commit27dc52fa022ba3d7d9cd87b866d84d9c03940048 (patch)
treec43bdd35c88c202349d72278d66beb8e80b93041 /mysql-test/t/alter_table.test
parent80e005737b921624a7cf9d6dbdea6597897341e1 (diff)
downloadmariadb-git-27dc52fa022ba3d7d9cd87b866d84d9c03940048.tar.gz
Bug#4338: mysql-test-run fails if compiled with non-latin1 character set
Diffstat (limited to 'mysql-test/t/alter_table.test')
-rw-r--r--mysql-test/t/alter_table.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/alter_table.test b/mysql-test/t/alter_table.test
index 122dcaa6c49..5fed85d7f50 100644
--- a/mysql-test/t/alter_table.test
+++ b/mysql-test/t/alter_table.test
@@ -123,7 +123,7 @@ connection user1;
alter table t1 rename t2;
connection root;
revoke all privileges on mysqltest.t1 from mysqltest_1@localhost;
-delete from mysql.user where user='mysqltest_1';
+delete from mysql.user where user=_binary'mysqltest_1';
drop database mysqltest;
#