1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00
Files
mariadb/scripts
Daniel Black 3fbcd68d77 MDEV-28866: mariadb-upgrade to 10.8 mysql.column_stats hist_type + histogram errors
The incorrect type of mysql.column_stats caused the server during the
upgrade of every other table to complain:

[ERROR] Incorrect definition of table mysql.column_stats: expected column 'hist_type' at position 9
and expected column 'histogram' at position 10 to have type longblob.

To prevent these verbose server errors, we upgrade the
mysql.column_stats table first.

Consequently limit "Incorrect definition of table mysql.*" to the appropriate
set of limited test cases.

The rpl_gtid_errorhandling.result changes the GTID number by one
because of the added early suppression (adding a table row).

Reviewer: Vicențiu Ciorbaru

Fixes MariaDB/mariadb-docker#438
2022-07-12 07:29:51 +10:00
..
2022-05-18 10:34:38 +02:00
2022-03-29 16:16:21 +03:00
2022-07-01 15:24:50 +03:00
2019-05-11 21:29:06 +03:00
2020-10-29 13:38:38 +02:00
2019-05-14 17:18:46 +03:00
2022-03-30 09:34:07 +03:00
2021-08-31 10:04:56 +03:00
2022-04-06 13:28:25 +03:00
2022-02-03 17:01:31 +01:00
2022-03-07 18:42:47 +03:00
2019-05-11 22:19:05 +03:00
2020-02-12 08:55:17 +01:00
2022-06-27 10:59:31 +03:00
2022-06-28 10:06:00 +03:00