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-06-18 15:38:37+02:00, tomas@stripped +1 -0
Bug #28989 hpux11 ps_row warnings
- also remove printout for error 4009
sql/ha_ndbcluster_binlog.cc@stripped, 2007-06-18 15:38:35+02:00, tomas@stripped +2 -2
Bug #28989 hpux11 ps_row warnings
- also remove printout for error 4009
# 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-new-ndb
--- 1.119/sql/ha_ndbcluster_binlog.cc 2007-06-17 19:47:17 +02:00
+++ 1.120/sql/ha_ndbcluster_binlog.cc 2007-06-18 15:38:35 +02:00
@@ -776,7 +776,7 @@
" end_pos BIGINT UNSIGNED NOT NULL, "
" PRIMARY KEY USING HASH (server_id) ) ENGINE=NDB");
- const int no_print_error[2]= {701, 0}; // do not print error 701
+ const int no_print_error[2]= {701, 4009, 0}; // do not print error 701 etc
run_query(thd, buf, end, no_print_error, TRUE);
DBUG_RETURN(0);
@@ -833,7 +833,7 @@
" type INT UNSIGNED NOT NULL,"
" PRIMARY KEY USING HASH (db,name) ) ENGINE=NDB");
- const int no_print_error[2]= {701, 0}; // do not print error 701
+ const int no_print_error[2]= {701, 4009, 0}; // do not print error 701 etc
run_query(thd, buf, end, no_print_error, TRUE);
DBUG_RETURN(0);
Thread |
---|
• bk commit into 5.1 tree (tomas:1.2528) BUG#28989 | tomas | 18 Jun |