From 9a8498066865b508239b36853403f2700800af2b Mon Sep 17 00:00:00 2001 From: Sergey Vojtovich Date: Wed, 11 Apr 2018 16:50:32 +0400 Subject: MDEV-12645 - mysql_install_db: no install test db option Added --skip-test-db option to mysql_install_db. If specified, no test database created and relevant grants issued. Removed --skip-auth-anonymous-user option of mysql_install_db. Now it is covered by --skip-test-db. Dropped some Debian patches that did the same. Removed unused make_win_bin_dist.1, make_win_bin_dist and mysql_install_db.pl.in. --- mysql-test/main/ctype_ucs.result | 1 + 1 file changed, 1 insertion(+) (limited to 'mysql-test/main/ctype_ucs.result') diff --git a/mysql-test/main/ctype_ucs.result b/mysql-test/main/ctype_ucs.result index b5bbc268866..a6e324b538f 100644 --- a/mysql-test/main/ctype_ucs.result +++ b/mysql-test/main/ctype_ucs.result @@ -205,6 +205,7 @@ DROP TABLE t1; # and reverse() function # # Problem # 1 (original report): wrong parsing of ucs2 data +SET character_set_connection=ucs2; SELECT '00' UNION SELECT '10' INTO OUTFILE 'tmpp.txt'; CREATE TABLE t1(a INT); LOAD DATA INFILE 'tmpp.txt' INTO TABLE t1 CHARACTER SET ucs2 -- cgit v1.2.1