mirror of
https://github.com/MariaDB/server.git
synced 2025-02-14 01:16:29 +01:00
![]() 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. |
||
---|---|---|
.. | ||
include | ||
r | ||
t | ||
disabled.def |