1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-03 05:41:09 +03:00
Files
mariadb/client
Daniel Black c58d2c941c MDEV-20939: Race condition between mysqldump import and InnoDB persistent
statistics calculation

mysqldump --system=stats and --system=timezones by default used
ordinary INSERT statements populate EITS, innodb stats, and timezone tables.

As these all have primary keys it could result in conflict.

The behavior desired with --system= is to replace the tables.
As such we assume --replace for the purposes of stats and timezone tables
there if --insert-ignore isn't specified.
2021-01-25 17:58:36 +11:00
..
2020-04-01 09:19:37 +03:00
2019-05-11 21:29:06 +03:00
2019-05-11 21:29:06 +03:00
2019-05-11 21:29:06 +03:00
2020-06-11 22:35:30 +03:00
2020-10-28 10:56:38 +01:00
2020-06-11 22:35:30 +03:00
2020-06-11 22:35:30 +03:00
2020-06-11 22:35:30 +03:00
2019-05-11 22:19:05 +03:00
2019-05-11 21:29:06 +03:00