summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster_binlog.cc
diff options
context:
space:
mode:
authorunknown <tomas@whalegate.ndb.mysql.com>2007-11-02 23:44:17 +0100
committerunknown <tomas@whalegate.ndb.mysql.com>2007-11-02 23:44:17 +0100
commit3df880241cd49b062930f800c6fcaeae6f5ffee8 (patch)
tree562ed379f5097903335d2685464321f5300746a6 /sql/ha_ndbcluster_binlog.cc
parentf47cd7a0e687a5f647df3ae271515c315bf45d22 (diff)
downloadmariadb-git-3df880241cd49b062930f800c6fcaeae6f5ffee8.tar.gz
this error should not be printed
Diffstat (limited to 'sql/ha_ndbcluster_binlog.cc')
-rw-r--r--sql/ha_ndbcluster_binlog.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/ha_ndbcluster_binlog.cc b/sql/ha_ndbcluster_binlog.cc
index 48973f3e27e..5fc8781edfe 100644
--- a/sql/ha_ndbcluster_binlog.cc
+++ b/sql/ha_ndbcluster_binlog.cc
@@ -779,6 +779,7 @@ static int ndbcluster_create_ndb_apply_status_table(THD *thd)
const int no_print_error[4]= {ER_TABLE_EXISTS_ERROR,
701,
+ 702,
4009,
0}; // do not print error 701 etc
run_query(thd, buf, end, no_print_error, TRUE);
@@ -839,6 +840,7 @@ static int ndbcluster_create_schema_table(THD *thd)
const int no_print_error[4]= {ER_TABLE_EXISTS_ERROR,
701,
+ 702,
4009,
0}; // do not print error 701 etc
run_query(thd, buf, end, no_print_error, TRUE);