List:Commits« Previous MessageNext Message »
From:marc.alff Date:November 28 2007 3:41pm
Subject:bk commit into 5.1 tree (malff:1.2668)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of malff. When malff does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet@stripped, 2007-11-28 08:41:45-07:00, malff@stripped. +1 -0
  Manual merge

  sql/sql_table.cc@stripped, 2007-11-28 08:41:35-07:00, malff@stripped. +0 -3
    Manual merge

diff -Nrup a/sql/sql_table.cc b/sql/sql_table.cc
--- a/sql/sql_table.cc	2007-11-28 07:42:33 -07:00
+++ b/sql/sql_table.cc	2007-11-28 08:41:35 -07:00
@@ -1558,9 +1558,6 @@ int mysql_rm_table_part2(THD *thd, TABLE
   /* Don't give warnings for not found errors, as we already generate notes */
   thd->no_warnings_for_error= 1;
 
-  /* Remove the tables from the HANDLER list, if they are in it. */
-  mysql_ha_flush(thd, tables, MYSQL_HA_CLOSE_FINAL, 1);
-
   for (table= tables; table; table= table->next_local)
   {
     char *db=table->db;
Thread
bk commit into 5.1 tree (malff:1.2668)marc.alff28 Nov