Details
Description
After the fix in MDEV-24560, this bug appears:
CREATE TABLE t(a VARCHAR(16383) CHARACTER SET UTF32, KEY k(a)) ENGINE=InnoDB; |
SET SESSION big_tables=ON; |
SELECT DISTINCT COUNT(DISTINCT a) FROM t; |
>>ERROR 1030 (HY000): Got error 140 "Wrong create options" from storage engine Aria |
Attachments
Issue Links
- relates to
-
MDEV-24560 SIGSEGV in st_join_table::cleanup + server and client hang + cross-mysqld-interaction + double free or corruption (!prev)
- Closed