• Sergey Petrunya's avatar
    Fix merge.test failure · 56a6e71f
    Sergey Petrunya authored
    - Problem: mysql_admin_table() calls open_temporary_tables(). This 
      causes assertion failure, because mysql_execute_command() has 
      already called open_temporary_tables()
    - Solution: call close_thread_tables() at the start of 
      mysql_admin_table(), like mysql-5.6 does 
    56a6e71f
sql_admin.cc 41.6 KB