diff options
author | unknown <bar@mysql.com> | 2004-07-08 18:54:07 +0500 |
---|---|---|
committer | unknown <bar@mysql.com> | 2004-07-08 18:54:07 +0500 |
commit | 27dc52fa022ba3d7d9cd87b866d84d9c03940048 (patch) | |
tree | c43bdd35c88c202349d72278d66beb8e80b93041 /mysql-test/t/grant2.test | |
parent | 80e005737b921624a7cf9d6dbdea6597897341e1 (diff) | |
download | mariadb-git-27dc52fa022ba3d7d9cd87b866d84d9c03940048.tar.gz |
Bug#4338: mysql-test-run fails if compiled with non-latin1 character set
Diffstat (limited to 'mysql-test/t/grant2.test')
-rw-r--r-- | mysql-test/t/grant2.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/grant2.test b/mysql-test/t/grant2.test index 1fc1ed78385..3a9afa7453b 100644 --- a/mysql-test/t/grant2.test +++ b/mysql-test/t/grant2.test @@ -1,3 +1,5 @@ +SET NAMES binary; + # # GRANT tests that require several connections # (usually it's GRANT, reconnect as another user, try something) |