summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster.h
diff options
context:
space:
mode:
authorunknown <tomas@poseidon.mysql.com>2007-06-27 22:33:03 +0200
committerunknown <tomas@poseidon.mysql.com>2007-06-27 22:33:03 +0200
commit546997818549053d5ffe605735e1ca8054892d14 (patch)
tree9a76fda7f80997e537844f1cf8d8e626b4c59367 /sql/ha_ndbcluster.h
parenta290e0b362dc79fe02d00dc2e492e9f01e9ec464 (diff)
downloadmariadb-git-546997818549053d5ffe605735e1ca8054892d14.tar.gz
Bug #29222 Statement mode replicates both statement and rows when writing to an NDB table
- only log statements locally (changes will not be logged on other servers) mysql-test/r/ndb_binlog_format.result: New BitKeeper file ``mysql-test/r/ndb_binlog_format.result'' mysql-test/t/ndb_binlog_format.test: New BitKeeper file ``mysql-test/t/ndb_binlog_format.test''
Diffstat (limited to 'sql/ha_ndbcluster.h')
-rw-r--r--sql/ha_ndbcluster.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/ha_ndbcluster.h b/sql/ha_ndbcluster.h
index 5c6646f68af..4f5a1359d2d 100644
--- a/sql/ha_ndbcluster.h
+++ b/sql/ha_ndbcluster.h
@@ -178,6 +178,7 @@ enum THD_NDB_OPTIONS
enum THD_NDB_TRANS_OPTIONS
{
TNTO_INJECTED_APPLY_STATUS= 1 << 0
+ ,TNTO_NO_LOGGING= 1 << 1
};
struct Ndb_local_table_statistics {