List:Commits« Previous MessageNext Message »
From:kgeorge Date:January 8 2007 3:27pm
Subject:bk commit into 5.1 tree (gkodinov:1.2380)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of kgeorge. When kgeorge 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-01-08 17:27:28+02:00, gkodinov@stripped +1 -0
  mi_check.c:
    added a missing DBUG_RETURN

  storage/myisam/mi_check.c@stripped, 2007-01-08 17:26:26+02:00, gkodinov@stripped +1 -1
    added a missing DBUG_RETURN

# 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:	gkodinov
# Host:	macbook.local
# Root:	/Users/kgeorge/mysql/work/merge-5.1-opt

--- 1.157/storage/myisam/mi_check.c	2007-01-08 12:31:02 +02:00
+++ 1.158/storage/myisam/mi_check.c	2007-01-08 17:26:26 +02:00
@@ -1817,7 +1817,7 @@ int mi_sort_index(MI_CHECK *param, regis
   for (key= 0,keyinfo= &share->keyinfo[0]; key < share->base.keys ;
        key++,keyinfo++)
     if (keyinfo->key_alg == HA_KEY_ALG_RTREE)
-      return 0;
+      DBUG_RETURN(0);
 
   if (!(param->testflag & T_SILENT))
     printf("- Sorting index for MyISAM-table '%s'\n",name);
Thread
bk commit into 5.1 tree (gkodinov:1.2380)kgeorge8 Jan