diff options
author | tomas@whalegate.ndb.mysql.com <> | 2007-11-03 13:46:49 +0100 |
---|---|---|
committer | tomas@whalegate.ndb.mysql.com <> | 2007-11-03 13:46:49 +0100 |
commit | 2635cb0a93e92dd4149836679d1371cb3fe361e7 (patch) | |
tree | d6c6ecffd28114001a19e407ffbf6942bc7a5660 /sql/ha_ndbcluster_binlog.cc | |
parent | 96dfac7cb13f3aec89932545160c4866360f57d2 (diff) | |
download | mariadb-git-2635cb0a93e92dd4149836679d1371cb3fe361e7.tar.gz |
compile error
Diffstat (limited to 'sql/ha_ndbcluster_binlog.cc')
-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, |