1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-30 11:22:14 +03:00
Files
mariadb/mysql-test/r
Georgi Kodinov 0708ad5f98 Bug #37339: SHOW VARIABLES not working properly with multi-byte datadir
The SHOW VARIABLES LIKE .../SELECT @@/SELECT ... FROM INFORMATION_SCHEMA.VARIABLES
were assuming that all the system variables are in system charset (UTF-8).
However the variables that are settable through command line will have a different
character set (character_set_filesystem).
Fixed the server to remember the correct character set of basedir, datadir, tmpdir,
ssl, plugin_dir, slave_load_tmpdir, innodb variables; init_connect and init_slave 
variables and use it when processing data.
2008-11-28 16:25:16 +02:00
..
2007-03-29 11:20:08 +02:00
2008-04-01 12:29:53 +02:00
2007-11-06 20:31:40 +02:00
2007-12-13 15:47:23 +04:00
2007-06-28 16:03:01 -07:00
2007-07-06 11:35:10 -07:00
2007-07-06 11:35:10 -07:00
2007-11-05 18:23:55 +04:00
2007-11-24 15:02:29 +04:00
2008-03-27 09:37:20 -03:00
2007-07-23 23:35:43 -07:00
2007-06-07 20:25:22 +02:00
2007-07-11 18:45:35 -07:00
2007-11-02 13:40:34 +03:00
2007-08-31 16:59:07 +05:00
2007-10-26 08:42:33 +02:00
2007-03-21 09:13:05 +01:00
2008-01-27 16:41:29 +01:00
2007-03-29 11:20:08 +02:00
2007-11-05 20:18:22 +01:00
2008-01-22 14:18:47 +01:00
2007-11-20 20:15:20 +04:00
2007-11-30 18:06:28 +01:00
2008-04-04 01:16:55 +04:00
2007-09-24 12:42:44 +02:00
2007-06-06 18:55:21 +05:00
2008-07-26 13:44:07 -07:00
2008-08-26 14:21:07 +05:00
2007-04-17 12:32:01 +02:00
2008-03-14 20:51:32 +01:00
2007-03-29 09:08:30 +05:00
2007-06-03 15:56:48 +04:00
2008-06-27 20:56:41 +05:00