List:Internals« Previous MessageNext Message »
From:Sergei Golubchik Date:November 24 2005 6:13pm
Subject:bk commit into 5.0 tree (serg:1.2005)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of serg. When serg 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
  1.2005 05/11/24 18:13:08 serg@stripped +1 -0
  don't call handler::info() in SHOW CREATE TABLE

  sql/sql_show.cc
    1.299 05/11/24 18:12:26 serg@stripped +0 -1
    don't call handler::info() in SHOW CREATE TABLE

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	serg
# Host:	serg.mylan
# Root:	/usr/home/serg/Abk/mysql-5.0

--- 1.298/sql/sql_show.cc	Mon Nov 21 20:15:42 2005
+++ 1.299/sql/sql_show.cc	Thu Nov 24 18:12:26 2005
@@ -898,7 +898,6 @@ store_create_info(THD *thd, TABLE_LIST *
   }
 
   key_info= table->key_info;
-  file->info(HA_STATUS_VARIABLE | HA_STATUS_NO_LOCK | HA_STATUS_TIME);
   bzero((char*) &create_info, sizeof(create_info));
   file->update_create_info(&create_info);
   primary_key= share->primary_key;
Thread
bk commit into 5.0 tree (serg:1.2005)Sergei Golubchik24 Nov