mariadb/mysql-test/suite/stress/t
Sergey Vojtovich dce4c0f979 MDEV-22339 - Assertion `str_length < len' failed
When acquiring SNW/SNRW/X MDL lock DDL/admin statements may abort pending
thr lock in concurrent connection with open HANDLER (or delayed insert
thread).

This may lead to a race condition when table->alias is accessed
concurrently by such threads. Either assertion failure or memory leak
is a practical consequence of this race condition.

Specifically HANDLER is opening a table and issuing alias.copy(), while
DDL executing get_lock_data()/alias.c_ptr()/realloc()/realloc_raw().

Fixed by perforimg table->init() before it is published via
thd->open_tables.
2020-06-04 23:52:10 +02:00
..
ddl_archive.test after-merge fixes 2015-06-16 23:55:56 +02:00
ddl_csv.test after-merge fixes 2015-06-16 23:55:56 +02:00
ddl_innodb.test after-merge fixes 2015-06-16 23:55:56 +02:00
ddl_memory.test after-merge fixes 2015-06-16 23:55:56 +02:00
ddl_myisam.test after-merge fixes 2015-06-16 23:55:56 +02:00
misc.test MDEV-22339 - Assertion `str_length < len' failed 2020-06-04 23:52:10 +02:00
wrapper.test Bug #11751927 42960: MTR2: NO MORE --STRESS PARAMETERS 2011-09-15 12:34:32 +02:00