1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-18 23:03:28 +03:00
Files
mariadb/sql
unknown ac71a8fa5e Fix for bug#20867 InnoDB Bug - create temporary table+crash => mysqld needs to clean up
2nd version
During tmp tables cleanup we get the handler for temporary table
and delete table using handler method.


sql/mysql_priv.h:
  added function prototype
sql/mysqld.cc:
  added call of mysql_rm_tmp_tables() function
sql/sql_base.cc:
  mysql_rm_tmp_tables()
  -removed from table_cache_init
  -During tmp tables cleanup we get the handler for temporary table
   and delete table using handler method. 
   it allows to remove orphan records from data dictionary(InnoDB)
2007-01-10 12:57:03 +04:00
..
2005-09-30 14:03:55 +02:00
2005-09-12 18:48:17 +03:00
2005-06-21 04:24:21 -07:00
2006-06-17 02:11:12 +04:00
2005-03-17 10:59:25 +04:00
2006-07-04 17:40:40 +05:00
2005-11-01 13:00:02 +02:00
2006-07-04 17:40:40 +05:00
2004-12-14 03:36:19 +03:00
2005-05-18 22:14:08 +02:00
2007-01-02 17:46:20 +04:00
2006-11-28 18:27:32 +01:00
2006-11-05 23:25:34 +03:00