Alexander Barkov
62e320c86d
MDEV-18918 SQL mode EMPTY_STRING_IS_NULL breaks RBR upon CREATE TABLE .. SELECT
...
The 10.5 version of the patch.
Removing DEFAULT from INFORMATION_SCHEMA columns.
DEFAULT in read-only tables is rather meaningless.
Upgrade should go smoothly.
Also fixes:
MDEV-20254 Problems with EMPTY_STRING_IS_NULL and I_S tables
2022-01-25 10:31:55 +04:00
Alexander Barkov
daf28db027
MDEV-21537 InnoDB INFORMATION_SCHEMA tables fail to define DEFAULT for ENUM NOT NULL
...
- Adding a way to define I_S columns without DEFAULT.
- Fixing all ENUM columns in I_S.INNODB* table definitions to have no DEFAULT.
2020-01-22 08:04:53 +04:00
Alexander Barkov
6073049a36
MDEV-20353 Add separate type handlers for unsigned integer data types
2019-08-15 21:53:24 +04:00
Alexander Barkov
6f3612fa4d
MDEV-19861 Add intfastructure to have ENUM columns in INFORMATION_SCHEMA
2019-06-26 06:46:55 +04:00
Alexander Barkov
c62eaa7bdf
MDEV-19843 Modify ST_FIELD_INFO to use Type_handler and LEX_CSTRING
2019-06-24 06:25:16 +04:00
Alexander Barkov
9561b0b47e
MDEV-19810 Reuse new I_S table definition helper classes for InnoDB
2019-06-20 11:40:33 +04:00
Alexander Barkov
4156b1a260
MDEV-19772 Add helper classes for ST_FIELD_INFO
2019-06-16 19:03:47 +04:00