List:Commits« Previous MessageNext Message »
From:Alexey Kopytov Date:May 31 2007 11:05am
Subject:bk commit into 5.1 tree (kaa:1.2527)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of kaa. When kaa 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-05-31 15:05:11+04:00, kaa@stripped +1 -0
  Merge polly.local:/home/kaa/src/maint/bug27643/my51-bug27643
  into  polly.local:/home/kaa/src/maint/mysql-5.1-maint
  MERGE: 1.2485.3.1

  sql/sql_select.cc@stripped, 2007-05-31 15:05:05+04:00, kaa@stripped +0 -0
    Auto merged
    MERGE: 1.515.2.1

# 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:	kaa
# Host:	polly.local
# Root:	/home/kaa/src/maint/mysql-5.1-maint/RESYNC

--- 1.521/sql/sql_select.cc	2007-05-18 18:55:03 +04:00
+++ 1.522/sql/sql_select.cc	2007-05-31 15:05:05 +04:00
@@ -10396,7 +10396,7 @@ bool create_myisam_from_heap(THD *thd, T
 
  err:
   DBUG_PRINT("error",("Got error: %d",write_err));
-  table->file->print_error(error,MYF(0));	// Give table is full error
+  table->file->print_error(write_err, MYF(0));
   (void) table->file->ha_rnd_end();
   (void) new_table.file->close();
  err1:
Thread
bk commit into 5.1 tree (kaa:1.2527)Alexey Kopytov31 May