summaryrefslogtreecommitdiff
path: root/mysql-test/r/connect.result
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/r/connect.result
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/r/connect.result')
-rw-r--r--mysql-test/r/connect.result4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/connect.result b/mysql-test/r/connect.result
index 6ac32232b2b..10c5d6cc0b8 100644
--- a/mysql-test/r/connect.result
+++ b/mysql-test/r/connect.result
@@ -38,7 +38,7 @@ time_zone_transition_type
user
show tables;
Tables_in_test
-update mysql.user set password=old_password("gambling2") where user="test";
+update mysql.user set password=old_password("gambling2") where user=_binary"test";
flush privileges;
set password=old_password('gambling3');
show tables;
@@ -60,5 +60,5 @@ time_zone_transition_type
user
show tables;
Tables_in_test
-delete from mysql.user where user="test";
+delete from mysql.user where user=_binary"test";
flush privileges;