mariadb/client
Sergei Golubchik 1ba5a0205c MDEV-31836 mysqldump against MYSQL server 8 creates invalid dump
`select * from information_schema.columns` can return columns in any
order, but we need them ordered by the ordinal position
2023-08-03 14:24:16 +02:00
..
async_example.c
client_metadata.h
client_priv.h Merge 10.8 into 10.9 2023-04-28 13:39:33 +03:00
CMakeLists.txt
completion_hash.cc
completion_hash.h
echo.c
mariadb-conv.cc
my_readline.h
mysql.cc Merge 10.9 into 10.10 2023-07-04 08:18:30 +03:00
mysql_plugin.c
mysql_upgrade.c Merge 10.6 into 10.9 2023-06-27 13:48:46 +03:00
mysqladmin.cc MDEV-30639 Upgrade to 10.8 and later does not work on Windows 2023-06-29 19:16:45 +07:00
mysqlbinlog.cc Merge 10.10 into 10.11 2023-07-04 08:19:48 +03:00
mysqlcheck.c MDEV-30639 Upgrade to 10.8 and later does not work on Windows 2023-06-29 19:16:45 +07:00
mysqldump.c MDEV-31836 mysqldump against MYSQL server 8 creates invalid dump 2023-08-03 14:24:16 +02:00
mysqlimport.c Merge 10.9 into 10.10 2023-07-04 08:18:30 +03:00
mysqlshow.c MDEV-30639 Upgrade to 10.8 and later does not work on Windows 2023-06-29 19:16:45 +07:00
mysqlslap.c MDEV-30639 Upgrade to 10.8 and later does not work on Windows 2023-06-29 19:16:45 +07:00
mysqltest.cc Merge 10.10 into 10.11 2023-04-26 18:31:50 +03:00
readline.cc