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-11-03 13:46:49+01:00, tomas@stripped +1 -0
compile error
sql/ha_ndbcluster_binlog.cc@stripped, 2007-11-03 13:46:46+01:00,
tomas@stripped +2 -2
compile error
diff -Nrup a/sql/ha_ndbcluster_binlog.cc b/sql/ha_ndbcluster_binlog.cc
--- a/sql/ha_ndbcluster_binlog.cc 2007-11-02 23:44:15 +01:00
+++ b/sql/ha_ndbcluster_binlog.cc 2007-11-03 13:46:46 +01:00
@@ -777,7 +777,7 @@ static int ndbcluster_create_ndb_apply_s
" end_pos BIGINT UNSIGNED NOT NULL, "
" PRIMARY KEY USING HASH (server_id) ) ENGINE=NDB");
- const int no_print_error[4]= {ER_TABLE_EXISTS_ERROR,
+ const int no_print_error[5]= {ER_TABLE_EXISTS_ERROR,
701,
702,
4009,
@@ -838,7 +838,7 @@ static int ndbcluster_create_schema_tabl
" type INT UNSIGNED NOT NULL,"
" PRIMARY KEY USING HASH (db,name) ) ENGINE=NDB");
- const int no_print_error[4]= {ER_TABLE_EXISTS_ERROR,
+ const int no_print_error[5]= {ER_TABLE_EXISTS_ERROR,
701,
702,
4009,
| Thread |
|---|
| • bk commit into 5.1 tree (tomas:1.2578) | tomas | 3 Nov |