summaryrefslogtreecommitdiff
path: root/mysql-test
diff options
context:
space:
mode:
authorunknown <bar@mysql.com>2004-08-27 15:55:16 +0500
committerunknown <bar@mysql.com>2004-08-27 15:55:16 +0500
commit1ba9966b7dea48a88ee0d02b48ce631851ad804f (patch)
tree9cda917d1b977e28ba7a68a088fe7c189cdce86f /mysql-test
parentc75e4dfed14e0f96e3458e2a8764ef570bf3b744 (diff)
downloadmariadb-git-1ba9966b7dea48a88ee0d02b48ce631851ad804f.tar.gz
grant.result:
Bug 4338 mysql-test-run fails if compiled with non-latin1 character set: partual fix. mysql-test/r/grant.result: Bug 4338 mysql-test-run fails if compiled with non-latin1 character set: partual fix.
Diffstat (limited to 'mysql-test')
-rw-r--r--mysql-test/r/grant.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/grant.result b/mysql-test/r/grant.result
index 35b90349804..37b2747a9a1 100644
--- a/mysql-test/r/grant.result
+++ b/mysql-test/r/grant.result
@@ -228,7 +228,7 @@ GRANT USAGE ON *.* TO 'ÀÚÅÒ'@'localhost'
GRANT SELECT (ËÏÌ) ON `ÂÄ`.`ÔÁÂ` TO 'ÀÚÅÒ'@'localhost'
REVOKE SELECT (ËÏÌ) ON ÂÄ.ÔÁÂ FROM ÀÚÅÒ@localhost;
DROP DATABASE ÂÄ;
-SET NAMES latin1;
+SET NAMES binary;
insert into mysql.user (host, user) values ('localhost', 'test11');
insert into mysql.db (host, db, user, select_priv) values
('localhost', 'a%', 'test11', 'Y'), ('localhost', 'ab%', 'test11', 'Y');