mariadb/client
Vladislav Vaintroub 2ccf6a245f MDEV-37483 - fix output differences Linux vs Windows in the test
- Do not mix latin1 and utf8 in the test and result file.
  Not only it looks strange, and it does not work on Windows either.

- Fix --default-character-set usage in mariadb-import.
  Prior to patch   it was just using platform default when communicating
  with server. Now, it uses the charset provided by the option.

- Use --default-character-set=utf8mb4 in test, to have
  uniform output across different OSes.
2025-09-12 11:12:17 +02:00
..
async_example.c MDEV-25602 get rid of __WIN__ in favor of standard _WIN32 2021-06-06 13:21:03 +02:00
client_metadata.h MDEV-17832 Protocol: extensions for Pluggable types and JSON, GEOMETRY 2020-03-10 20:43:32 +04:00
client_priv.h Merge branch '10.5' into 10.6 2024-05-08 20:06:00 +02:00
CMakeLists.txt MDEV-33091 pcre2 headers aren't found on Solaris 2024-09-05 12:14:06 +10:00
completion_hash.cc Merge 10.4 into 10.5 2020-11-03 16:24:47 +02:00
completion_hash.h Update FSF Address 2019-05-11 21:29:06 +03:00
echo.c Fix typos in the codebase. 2022-08-09 18:41:09 +03:00
mariadb-conv.cc mariadb-conv --character-sets-dir 2021-05-20 18:33:07 +02:00
my_readline.h Update FSF Address 2019-05-11 21:29:06 +03:00
mysql.cc Merge 10.5 into 10.6 2025-01-08 08:48:21 +02:00
mysql_plugin.c Fixed compiler warning from strncpy in mysql_plugin.c 2024-09-11 16:15:37 +03:00
mysql_upgrade.c Merge branch '10.5' into 10.6 2025-03-31 12:12:50 +02:00
mysqladmin.cc Merge 10.5 into 10.6 2024-05-30 14:27:07 +03:00
mysqlbinlog.cc MDEV-35806: Error in read_log_event() corrupts relay log writer, crashes server 2025-01-24 09:15:20 +00:00
mysqlcheck.c MDEV-34388: Stack overflow on Alpine Linux 2025-05-20 17:27:05 +03:00
mysqldump.c MDEV-37483 mariadb-dump -T doesn't convert table names 2025-09-04 17:20:02 +02:00
mysqlimport.c MDEV-37483 - fix output differences Linux vs Windows in the test 2025-09-12 11:12:17 +02:00
mysqlshow.c Merge branch '10.5' into 10.6 2024-05-08 20:06:00 +02:00
mysqlslap.c MDEV-34388: Stack overflow on Alpine Linux 2025-05-20 17:27:05 +03:00
mysqltest.cc mysqltest: result_format fix 2025-05-21 11:10:09 +03:00
readline.cc MDEV-25602 get rid of __WIN__ in favor of standard _WIN32 2021-06-06 13:21:03 +02:00