List:Internals« Previous MessageNext Message »
From:tomas Date:June 16 2005 5:03pm
Subject:bk commit into 5.1 tree (tulin:1.1968)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of ndbdev. When ndbdev 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.1968 05/06/16 17:02:55 tulin@stripped +1 -0
  sql_show.cc:
    add partition info to create table statement

  sql/sql_show.cc
    1.238 05/06/16 17:02:11 tulin@stripped +3 -3
    add partition info to create table statement

# 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:	tulin
# Host:	dl145c.mysql.com
# Root:	/home/ndbdev/tomas/wl2325-wl1354-new

--- 1.237/sql/sql_show.cc	Wed Jun 15 13:42:23 2005
+++ 1.238/sql/sql_show.cc	Thu Jun 16 17:02:11 2005
@@ -1032,9 +1032,9 @@
     uint part_syntax_len;
     char *part_syntax;
     if (table->s->part_info &&
-        (!(part_syntax= generate_partition_syntax(table->s->part_info,
-                                                  &part_syntax_len,
-                                                  FALSE))))
+        ((part_syntax= generate_partition_syntax(table->s->part_info,
+                                                 &part_syntax_len,
+                                                 FALSE))))
     {
        packet->append(part_syntax, part_syntax_len);
        my_free(part_syntax, MYF(0));
Thread
bk commit into 5.1 tree (tulin:1.1968)tomas16 Jun