|
|||||||||||
|
bk commit into 5.1 tree (kostja:1.2576)
From: <konstantin(at)mysql.com>
Date: Tue Jul 31 2007 - 12:52:48 EDT
ChangeSet@1.2576, 2007-07-31 20:52:43+04:00, kostja@bodhi.(none) +1 -0 Post-merge fixes. sql/sql_base.cc@1.418, 2007-07-31 20:52:36+04:00, kostja@bodhi.(none) +2 -2 Fix an incorrect manual merge.
diff -Nrup a/sql/sql_base.cc b/sql/sql_base.cc
@retval FALSE the table was found and dropped successfully. */ -bool close_temporary_table(THD *thd, const char *db, const char *table_name)
if (!(table= find_temporary_table(thd, table_list)))
return 1;
/*
If LOCK TABLES list is not empty and contains this table,
unlock the table and remove the table from this list.
*/
mysql_lock_remove(thd, thd->locked_tables, table, FALSE); + close_temporary_table(thd, table, 1, 1);
return 0;
-- This archive was generated by hypermail 2.1.8 : Thu Aug 09 2007 - 19:19:59 EDT |
||||||||||
|
|||||||||||