mariadb/mysql-test/suite/innodb
Thirunarayanan Balathandayuthapani 6aaae4c03b MDEV-35122 Incorrect NULL value handling for instantly dropped BLOB columns
Problem:
=======
- Redundant table fails to insert into the table after
instant drop blob column. Instant drop column only marking
the column as hidden and consecutive insert statement tries
to insert NULL value for the dropped BLOB column and returns
the fixed length of the blob type as 65535. This lead to
row size too large error.

Fix:
====
 For redundant table, if the non-fixed dropped column can be null
then set the length of the field type as 0.
2024-10-15 12:04:37 +05:30
..
include mtr: remove innodb combinations 2024-05-05 21:37:08 +02:00
r MDEV-35122 Incorrect NULL value handling for instantly dropped BLOB columns 2024-10-15 12:04:37 +05:30
t MDEV-35122 Incorrect NULL value handling for instantly dropped BLOB columns 2024-10-15 12:04:37 +05:30
disabled.def MDEV-32725 innodb.import_update_stats accesses uninitialized ib_table->stat_n_rows 2023-12-04 10:30:39 +01:00