List:Commits« Previous MessageNext Message »
From:msvensson Date:June 5 2006 12:23pm
Subject:bk commit into 5.1 tree (msvensson:1.2187)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of msvensson. When msvensson 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.2187 06/06/05 14:23:45 msvensson@neptunus.(none) +1 -0
  Remove the "static" directive SunCC can't use the function

  sql/handler.cc
    1.235 06/06/05 14:23:39 msvensson@neptunus.(none) +1 -1
    Remove the "static" directive SunCC can't use the function

# 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:	msvensson
# Host:	neptunus.(none)
# Root:	/home/msvensson/mysql/mysql-5.1

--- 1.234/sql/handler.cc	2006-06-05 05:28:20 +02:00
+++ 1.235/sql/handler.cc	2006-06-05 14:23:39 +02:00
@@ -3172,7 +3172,7 @@
     return res != 0 ? res : strcmp(x->name, y->name);
   }
 
-  static bool check_table_binlog_row_based(THD *thd, TABLE *table)
+  bool check_table_binlog_row_based(THD *thd, TABLE *table)
   {
     static st_table_data const ignore[] = {
       { "mysql", "event" },
Thread
bk commit into 5.1 tree (msvensson:1.2187)msvensson5 Jun