• Sergei Golubchik's avatar
    MDEV-16465 Invalid (old?) table or database name or hang in... · d831cefb
    Sergei Golubchik authored
    MDEV-16465 Invalid (old?) table or database name or hang in ha_innobase::delete_table and log semaphore wait upon concurrent DDL with foreign keys
    
    Disable "Invalid (old?) table or database name" warning when
    converting table names in InnoDB's get_foreign_key_info().
    
    Because a name can be a temporary table name during the ALTER TABLE,
    and some other thread can do SHOW CREATE TABLE for the other table
    in the FK relationships _anytime_.
    d831cefb
ha_innodb.cc 571 KB