mariadb/client
Rucha Deodhar cbc75e9948 MDEV-20939: Race condition between mysqldump import and InnoDB persistent
statistics calculation

 Analysis: When --replace or --insert-ignore is not given, dumping of
mysql.innodb_index_stats and mysql.innodb_table_stats will result into race
condition.
Fix: Check if these options are present with --system=stats (because dumping
under --system=stats is safe). Otherwise, dump only structure, ignoring data
because innodb will recalculate data anyway.
2021-01-27 22:13:07 +05:30
..
async_example.c
client_priv.h Merge 10.1 into 10.2 2020-04-01 09:19:37 +03:00
CMakeLists.txt Only link mysys_ssl when required. 2019-06-03 09:55:59 +02:00
completion_hash.cc MDEV-22387: Do not violate __attribute__((nonnull)) 2020-11-02 14:19:21 +02:00
completion_hash.h Update FSF Address 2019-05-11 21:29:06 +03:00
echo.c Update FSF Address 2019-05-11 21:29:06 +03:00
my_readline.h Update FSF Address 2019-05-11 21:29:06 +03:00
mysql.cc Merge branch '10.1' into 10.2 2020-06-11 22:35:30 +03:00
mysql_plugin.c Merge branch '10.1' into 10.2 2020-06-11 22:35:30 +03:00
mysql_upgrade.c Merge branch '10.1' into 10.2 2020-10-28 10:56:38 +01:00
mysqladmin.cc MDEV-19750 mysql command wrong encoding 2019-06-17 18:04:47 +01:00
mysqlbinlog.cc MDEV-16372 ER_BASE64_DECODE_ERROR upon replaying binary log via mysqlbinlog --verbose 2020-08-31 18:45:14 +03:00
mysqlcheck.c MDEV-19750 mysql command wrong encoding 2019-06-17 18:04:47 +01:00
mysqldump.c MDEV-20939: Race condition between mysqldump import and InnoDB persistent 2021-01-27 22:13:07 +05:30
mysqlimport.c Merge branch '10.1' into 10.2 2020-06-11 22:35:30 +03:00
mysqlshow.c MDEV-19750 mysql command wrong encoding 2019-06-17 18:04:47 +01:00
mysqlslap.c Merge branch '10.1' into 10.2 2020-06-11 22:35:30 +03:00
mysqltest.cc MDEV-23511 shutdown_server 10 times out, causing server kill at shutdown 2020-08-21 14:48:53 +03:00
readline.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_string.cc.dontuse Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_string.h.dontuse Update FSF Address 2019-05-11 21:29:06 +03:00