List:Commits« Previous MessageNext Message »
From:tomas Date:July 11 2007 2:42pm
Subject:bk commit into 5.1 tree (tomas:1.2576)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of tomas. When tomas 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-07-11 16:42:28+02:00, tomas@stripped +1 -0
  remove unused variable (gives warning)

  sql/sql_table.cc@stripped, 2007-07-11 16:42:26+02:00, tomas@stripped +1 -1
    remove unused variable (gives warning)

# 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:	tomas
# Host:	whalegate.ndb.mysql.com
# Root:	/home/tomas/mysql-5.1-wl3627-new2

--- 1.418/sql/sql_table.cc	2007-07-06 22:30:42 +02:00
+++ 1.419/sql/sql_table.cc	2007-07-11 16:42:26 +02:00
@@ -5388,7 +5388,7 @@
   int error= 0;
   char tmp_name[80],old_name[32],new_name_buff[FN_REFLEN];
   char new_alias_buff[FN_REFLEN], *table_name, *db, *new_alias, *alias;
-  char index_file[FN_REFLEN], data_file[FN_REFLEN], tablespace[FN_LEN];
+  char index_file[FN_REFLEN], data_file[FN_REFLEN];
   char path[FN_REFLEN];
   char reg_path[FN_REFLEN+1];
   ha_rows copied,deleted;
Thread
bk commit into 5.1 tree (tomas:1.2576)tomas11 Jul