mysql-5.6.32
tagged this
11 Jul 09:12
TABLES IN INFORMATION SCHEMA BUG#23742339 FAILING ASSERTION: SYM_NODE->TABLE != NULL Problem: When we access fts aux tables in information schema,the fts aux tables are dropped by DROP DATABASE in another session. Solution: Block DDL by s-locking dict_operation_lock. Reviewed-by: Jimmy Yang <[email protected]> RB: 13264 (cherry picked from commit c45124a0b582d57ac6cf20b786e0c643ec9ce941)