diff options
author | unknown <tomas@whalegate.ndb.mysql.com> | 2007-11-03 13:46:49 +0100 |
---|---|---|
committer | unknown <tomas@whalegate.ndb.mysql.com> | 2007-11-03 13:46:49 +0100 |
commit | 17a8a0b0db188b5a506ecb63916411923df9492e (patch) | |
tree | d6c6ecffd28114001a19e407ffbf6942bc7a5660 | |
parent | 3df880241cd49b062930f800c6fcaeae6f5ffee8 (diff) | |
download | mariadb-git-17a8a0b0db188b5a506ecb63916411923df9492e.tar.gz |
compile error
-rw-r--r-- | sql/ha_ndbcluster_binlog.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/ha_ndbcluster_binlog.cc b/sql/ha_ndbcluster_binlog.cc index 5fc8781edfe..9465c5dbb3c 100644 --- a/sql/ha_ndbcluster_binlog.cc +++ b/sql/ha_ndbcluster_binlog.cc @@ -777,7 +777,7 @@ static int ndbcluster_create_ndb_apply_status_table(THD *thd) " 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_table(THD *thd) " 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, |