Daniel Black
b970363acf
MDEV-23440: mysql_tzinfo_to_sql to use transactions
...
Since MDEV-18778, timezone tables get changed to innodb
to allow them to be replicated to other galera nodes.
Even without galera, timezone tables could be declared innodb.
With the standalone innodb tables, the mysql_tzinfo_to_sql takes
approximately 27 seconds.
With the transactions enabled in this patch, 1.2 seconds is
the approximate load time.
While explicit checks for the engine of the time zone tables could be
done, or checks against !opt_skip_write_binlog, non-transactional
storage engines will just ignore the transactional state without
even a warning so its safe to enact globally.
Leap seconds are pretty much ignored as they are a single insert
statement and have gone out of favour as they have caused MariaDB
stalls in the past.
2020-08-15 14:02:05 +10:00
..
2017-07-20 20:13:28 +02:00
2018-10-30 15:10:01 +01:00
2017-05-23 08:59:03 +03:00
2018-06-09 19:04:51 +05:30
2019-03-12 13:10:49 +01:00
2018-05-07 17:19:35 +02:00
2018-05-08 10:48:13 +02:00
2018-11-01 16:18:17 +01:00
2018-06-20 16:36:46 +04:00
2018-08-05 13:25:40 +03:00
2018-11-15 17:20:26 +01:00
2017-05-03 15:16:08 +00:00
2017-10-22 13:03:41 +02:00
2020-01-18 00:05:16 +01:00
2019-01-23 17:34:22 +01:00
2018-09-10 16:47:44 +04:00
2017-08-09 18:09:04 +05:30
2019-04-28 12:49:59 +02:00
2019-04-28 12:49:59 +02:00
2020-07-06 21:17:15 +05:30
2019-02-20 16:23:10 +01:00
2018-10-30 15:10:01 +01:00
2018-02-02 10:09:44 +01:00
2019-04-28 11:05:50 +04:00
2020-05-22 07:47:49 +04:00
2019-09-24 11:18:39 +04:00
2018-07-25 22:24:40 +02:00
2019-04-28 11:05:50 +04:00
2019-04-28 11:05:50 +04:00
2019-04-28 11:05:50 +04:00
2019-09-24 11:18:39 +04:00
2019-04-28 11:05:50 +04:00
2019-04-28 11:05:50 +04:00
2019-04-28 11:05:50 +04:00
2019-09-24 11:18:39 +04:00
2019-04-28 11:05:50 +04:00
2017-03-10 18:21:25 +01:00
2019-06-03 12:42:36 +04:00
2020-06-05 01:11:03 +05:30
2020-06-05 01:11:03 +05:30
2020-06-05 01:11:03 +05:30
2020-06-05 01:11:03 +05:30
2020-06-05 01:11:03 +05:30
2019-04-28 11:05:50 +04:00
2020-06-05 01:11:03 +05:30
2020-06-05 01:11:03 +05:30
2019-04-28 11:05:50 +04:00
2020-06-05 01:11:03 +05:30
2019-04-28 12:49:59 +02:00
2019-04-28 12:49:59 +02:00
2017-10-23 15:35:10 -07:00
2017-11-06 12:56:56 +00:00
2018-10-30 13:22:52 +02:00
2019-07-25 13:27:11 +02:00
2019-07-25 13:27:11 +02:00
2018-08-05 13:25:40 +03:00
2019-10-11 15:19:55 +03:00
2019-10-11 14:02:35 +03:00
2018-02-07 18:14:45 +01:00
2017-08-01 09:52:57 +02:00
2017-10-22 13:03:41 +02:00
2019-04-28 12:49:59 +02:00
2019-04-28 12:49:59 +02:00
2020-01-03 10:36:23 +01:00
2019-04-28 12:49:59 +02:00
2019-04-28 12:49:59 +02:00
2019-04-28 12:49:59 +02:00
2018-08-05 13:25:40 +03:00
2018-03-20 17:53:33 +05:30
2019-04-28 12:49:59 +02:00
2018-11-03 14:24:15 +04:00
2018-01-24 12:29:31 +02:00
2018-10-15 10:57:36 +04:00
2017-06-21 16:19:43 +03:00
2018-03-14 14:46:23 +04:00
2019-04-27 19:38:39 +02:00
2018-12-19 10:38:46 +05:30
2020-07-22 14:44:25 +05:30
2019-04-27 08:44:29 +04:00
2017-10-22 13:03:41 +02:00
2018-08-15 14:23:07 +02:00
2020-05-14 11:41:27 +04:00
2019-12-26 17:36:32 +05:30
2017-10-22 13:03:41 +02:00
2017-12-20 13:30:05 +02:00
2019-04-30 11:10:53 +04:00
2019-09-24 11:18:39 +04:00
2019-04-27 11:28:50 +02:00
2017-07-20 20:13:28 +02:00
2019-04-22 23:28:44 +04:00
2017-07-11 23:27:19 +04:00
2019-04-27 11:28:50 +02:00
2018-05-24 11:08:02 +03:00
2019-04-26 14:02:37 +02:00
2020-07-29 14:56:24 +02:00
2018-05-19 22:05:55 +02:00
2020-06-11 09:57:05 +04:00
2020-01-03 22:54:28 +05:30
2019-09-21 12:14:05 +05:30
2017-04-27 19:12:38 +02:00
2018-06-19 14:04:53 +04:00
2019-01-21 17:14:31 +01:00
2018-05-08 17:08:23 +02:00
2020-06-07 04:19:58 +05:30
2020-04-01 10:24:36 +03:00
2019-06-25 11:10:13 +04:00
2019-04-24 11:15:38 +02:00
2020-06-19 16:04:45 +04:00
2018-12-29 23:44:45 +01:00
2019-09-12 23:01:11 -07:00
2018-10-07 14:42:22 -07:00
2020-01-18 00:05:16 +01:00
2018-05-19 15:38:34 +02:00
2017-11-16 09:31:12 +05:30
2017-09-21 22:02:21 +02:00
2019-05-21 23:29:13 +05:30
2019-06-12 22:54:46 +02:00
2019-05-28 14:53:08 -07:00
2019-07-25 13:27:11 +02:00
2019-06-20 12:26:01 +03:00
2019-06-20 12:26:01 +03:00
2019-08-20 07:31:44 +03:00
2017-05-17 15:42:36 +03:00
2018-06-12 18:55:27 +03:00
2019-03-01 15:52:06 +01:00
2017-08-08 10:18:43 +02:00
2018-11-03 14:24:15 +04:00
2019-04-28 12:49:59 +02:00
2018-11-03 14:24:15 +04:00
2019-10-11 15:19:55 +03:00
2019-03-04 13:49:15 +04:00
2017-03-10 18:21:25 +01:00
2017-08-15 20:10:04 +03:00
2018-10-30 15:10:01 +01:00
2018-06-28 16:17:21 +02:00
2018-03-26 17:53:17 +03:00
2019-06-12 22:54:46 +02:00
2018-01-23 17:29:58 +05:30
2019-04-28 12:49:59 +02:00
2017-06-16 15:47:46 +04:00
2018-02-02 10:09:44 +01:00
2019-04-24 11:15:38 +02:00
2019-06-01 09:43:40 +02:00
2019-06-01 09:43:40 +02:00
2019-06-12 22:54:46 +02:00
2017-08-01 09:52:59 +02:00
2017-04-28 20:19:32 +02:00
2018-01-25 14:03:24 +01:00
2018-04-09 16:49:41 +03:00
2018-07-23 10:16:58 +05:30
2019-10-01 06:07:56 +04:00
2018-08-14 22:42:46 +02:00
2020-08-15 14:02:05 +10:00
2017-03-10 18:21:25 +01:00
2017-03-10 18:21:25 +01:00
2017-03-10 18:21:25 +01:00
2017-03-10 18:21:25 +01:00
2017-03-10 18:21:25 +01:00
2017-08-08 10:18:43 +02:00
2019-03-27 11:56:08 +02:00
2019-01-24 20:07:53 +02:00
2017-11-10 01:14:58 +01:00
2020-02-28 19:54:08 +02:00
2020-08-10 11:58:56 +02:00
2020-08-10 11:58:56 +02:00
2019-04-24 16:06:54 +02:00
2018-02-02 10:09:44 +01:00
2020-03-25 16:03:22 +01:00
2018-06-10 17:16:27 +03:00
2017-06-30 13:28:39 +02:00
2020-06-25 13:03:34 +05:30
2019-04-22 14:01:58 +04:00
2017-09-21 22:03:28 +02:00
2017-08-08 09:56:38 +02:00
2017-08-08 09:56:38 +02:00
2017-08-08 09:56:38 +02:00
2019-09-21 12:14:05 +05:30
2018-10-15 09:26:32 -07:00
2020-07-06 16:30:27 +05:30
2020-07-22 14:44:25 +05:30
2018-05-07 13:49:14 +03:00
2017-06-22 12:56:33 +02:00
2017-03-10 18:21:24 +01:00
2017-10-22 13:03:41 +02:00
2019-10-11 15:19:55 +03:00
2018-10-19 19:09:48 +04:00
2019-04-25 14:12:45 +03:00
2017-09-18 10:40:26 +02:00
2017-12-25 15:18:21 +01:00
2020-07-29 14:56:24 +02:00
2018-04-07 17:11:22 +03:00
2019-07-26 13:33:51 +02:00
2019-07-26 13:33:51 +02:00
2020-05-26 12:44:05 +03:00
2019-10-23 15:55:23 +02:00
2019-07-25 13:27:11 +02:00
2018-03-21 19:47:42 +01:00
2019-07-25 13:27:11 +02:00
2018-02-02 10:09:44 +01:00
2020-06-10 09:35:38 +02:00
2020-04-01 10:24:36 +03:00
2020-04-14 15:43:12 +03:00
2019-09-12 23:01:11 -07:00
2020-04-01 10:24:36 +03:00
2020-04-14 15:43:12 +03:00
2018-06-12 19:39:37 +03:00
2018-12-29 23:44:45 +01:00
2018-07-19 11:35:38 +02:00
2019-07-01 13:15:20 +03:00
2018-02-02 10:09:44 +01:00
2019-01-16 13:57:22 +01:00
2019-01-16 13:57:22 +01:00
2020-06-10 09:34:56 +02:00
2020-05-26 01:57:00 +05:30
2020-05-26 01:57:00 +05:30
2019-04-28 12:49:59 +02:00
2017-10-10 16:16:12 +03:00
2019-04-28 12:49:59 +02:00
2019-03-12 13:10:49 +01:00
2019-10-11 15:19:55 +03:00
2018-04-24 09:26:40 +03:00
2018-04-29 00:38:10 +02:00
2018-10-30 13:22:52 +02:00
2019-03-12 13:10:49 +01:00
2019-09-03 11:23:12 +02:00
2019-04-28 12:49:59 +02:00
2019-04-28 12:49:59 +02:00
2020-07-18 10:19:13 +05:30
2020-07-29 23:27:40 +03:00
2020-07-29 23:27:40 +03:00
2019-05-16 14:15:59 +05:30
2018-05-23 11:26:49 +03:00
2019-04-27 14:27:02 +05:30
2019-04-28 12:49:59 +02:00
2017-10-22 13:03:41 +02:00
2019-02-02 13:00:15 +02:00
2017-04-28 20:19:32 +02:00
2017-04-28 20:19:32 +02:00
2020-08-06 10:55:03 +05:30
2019-07-25 13:27:11 +02:00
2020-07-25 12:59:53 +03:00
2018-08-15 15:25:14 +03:00
2017-05-29 00:27:14 -07:00
2018-07-19 15:31:46 -07:00
2019-07-25 13:27:11 +02:00
2019-07-25 13:27:11 +02:00
2019-07-25 13:27:11 +02:00
2019-07-25 13:27:11 +02:00
2019-07-25 13:27:11 +02:00
2019-07-25 13:27:11 +02:00
2017-07-12 10:39:02 +02:00
2018-07-19 12:55:54 +02:00
2019-10-23 15:55:23 +02:00
2019-07-25 13:27:11 +02:00
2018-06-09 11:40:28 +05:30
2019-10-23 15:55:23 +02:00
2019-07-25 13:27:11 +02:00
2019-09-25 11:29:21 +03:00
2017-03-14 00:25:26 +02:00
2017-03-14 00:25:26 +02:00
2017-09-18 10:40:26 +02:00
2017-03-09 08:53:08 +02:00
2017-08-29 11:59:59 +03:00
2019-04-29 10:36:57 +04:00
2017-03-10 18:21:23 +01:00
2018-05-26 12:49:25 +03:00
2019-04-25 11:48:43 +04:00
2017-10-22 13:03:41 +02:00
2020-08-11 10:33:10 +04:00
2020-08-11 10:33:10 +04:00
2019-03-26 11:37:18 +04:00
2020-07-27 08:03:23 +04:00
2019-12-16 13:08:17 +04:00
2020-08-05 08:14:49 +04:00
2020-07-22 14:44:25 +05:30
2020-05-06 18:15:32 +02:00
2018-02-10 00:06:10 +04:00
2019-12-19 14:03:54 +04:00
2017-10-22 13:03:41 +02:00
2019-03-15 11:37:29 +04:00
2020-05-18 09:37:51 +03:00
2019-01-17 06:40:24 +02:00
2019-04-11 13:05:01 +05:30
2017-09-27 10:22:15 +02:00
2019-03-12 13:10:49 +01:00
2018-04-09 16:49:41 +03:00
2019-07-25 13:27:11 +02:00
2019-04-26 14:02:37 +02:00
2019-07-25 13:27:11 +02:00
2018-01-15 13:50:28 +04:00
2018-02-02 10:09:44 +01:00