diff options
author | Vladislav Vaintroub <wlad@mariadb.com> | 2018-05-18 00:23:15 +0100 |
---|---|---|
committer | Vladislav Vaintroub <wlad@mariadb.com> | 2018-05-18 00:23:15 +0100 |
commit | d480abb13bc411c59778d9922646f511828c230a (patch) | |
tree | 24ad74951bbd4e6e468e0a2d3faabfccfd4170e3 /mysql-test/t/grant.test | |
parent | 1b2078b4d8aa64bad8bc2b3a201e0cf8c075e6a6 (diff) | |
download | mariadb-git-5.5-wlad.tar.gz |
Do not use UTF8 on the command line for mysql client, on Windows.5.5-wlad
It only worked by accident in the past, with client not being Unicode safe.
It stopped working with VS2017 15.7 release.
Diffstat (limited to 'mysql-test/t/grant.test')
-rw-r--r-- | mysql-test/t/grant.test | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/mysql-test/t/grant.test b/mysql-test/t/grant.test index efa79c5b768..2a8961e46a9 100644 --- a/mysql-test/t/grant.test +++ b/mysql-test/t/grant.test @@ -1574,15 +1574,7 @@ drop database mysqltest1; --echo End of 5.0 tests - -# -# Bug#21432 Database/Table name limited to 64 bytes, not chars, problems with multi-byte -# set names utf8; -grant select on test.* to юзер_юзер@localhost; ---exec $MYSQL --default-character-set=utf8 --user=юзер_юзер -e "select user()" -revoke all on test.* from юзер_юзер@localhost; -drop user юзер_юзер@localhost; --error ER_WRONG_STRING_LENGTH grant select on test.* to очень_длинный_юзер@localhost; set names default; |