mariadb/client
unknown 689fae6406 Bug #11972: client uses wrong character set after reconnect.
The mysql client uses the default character set on reconnect.  The default character set is now controled by the client charset command while the client is running.  The charset command now also issues a SET NAMES command to the server to make sure that the client's charset settings are in sync with the server's.


client/mysql.cc:
  Client charset command now changes the default character set and issues a SET NAMES command to the server.
mysql-test/r/mysql.result:
  Corrected results for new behaviour.
mysql-test/t/mysql.test:
  Removed redundant commands from test.
2006-08-24 11:15:08 -04:00
..
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
client_priv.h Bug#17208 SSL: client does not verify server certificate 2006-04-18 17:58:27 +02:00
completion_hash.cc few harmless warnings from automated code-checking tools fixed 2005-01-08 21:25:31 +01:00
completion_hash.h upgrade readline to version 4.3 2002-11-19 18:26:53 +04:00
get_password.c Merge with 4.0.14 2003-08-11 22:44:43 +03:00
Makefile.am Bug#10877 mysqldump should use consistent last line 2006-07-24 10:56:33 +02:00
my_readline.h mysql.cc: 2004-05-05 22:47:09 +02:00
mysql.cc Bug #11972: client uses wrong character set after reconnect. 2006-08-24 11:15:08 -04:00
mysql_upgrade.c Merge bk-internal.mysql.com:/home/bk/mysql-5.0-maint 2006-08-23 10:47:46 -04:00
mysqladmin.cc Bug#17208 SSL: client does not verify server certificate 2006-04-18 17:58:27 +02:00
mysqlbinlog.cc A fix and a test case for Bug#15752 "Lost connection to MySQL server 2006-07-24 14:56:53 +04:00
mysqlcheck.c Bug #16502: mysqlcheck gets confused with views 2006-07-24 13:31:20 -07:00
mysqldump.c Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0 2006-08-03 12:11:07 +02:00
mysqlimport.c Bug#15690 mysqlimport tries to set options the server doesn't understand 2006-07-20 17:30:44 +02:00
mysqlmanager-pwgen.c Merge with 4.0 2004-09-01 04:12:09 +03:00
mysqlmanagerc.c Added global my_getopt_error_reporter function pointer which is 2004-08-31 21:27:58 +05:00
mysqlshow.c Bug #19147: mysqlshow INFORMATION_SCHEMA does not work 2006-07-21 20:29:25 -07:00
mysqltest.c Remove duplicate free of "ds_res" 2006-08-16 20:38:33 +02:00
readline.cc fixed conversion errors (Windows IA64 build) 2005-03-07 09:47:24 +01:00
sql_string.cc Merge with 4.1 2005-06-07 00:31:53 +03:00
sql_string.h Bug#8610: The ucs2_turkish_ci collation fails with upper('i') 2005-06-06 16:54:15 +05:00