summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster.h
diff options
context:
space:
mode:
authormonty@mysql.com <>2006-06-22 22:44:21 +0300
committermonty@mysql.com <>2006-06-22 22:44:21 +0300
commit649157954b79513263ecfa05ec57fce9999a0b7b (patch)
tree388f6f33cb3ac900382054d0b39ddd725248ae15 /sql/ha_ndbcluster.h
parentb8ab496057ac81d2bc36431b57e89a63a4c53e58 (diff)
downloadmariadb-git-649157954b79513263ecfa05ec57fce9999a0b7b.tar.gz
Fixed failure with rpl_truncate_7ndb.test when using statement based replication.
is_injective -> table_flag() HA_HAS_OWN_BINLOGGING (Faster and easier to understand) Allow cluster_binlogging also in mixed replication mode.
Diffstat (limited to 'sql/ha_ndbcluster.h')
-rw-r--r--sql/ha_ndbcluster.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/ha_ndbcluster.h b/sql/ha_ndbcluster.h
index df3c5791713..f2e2ff9ddc2 100644
--- a/sql/ha_ndbcluster.h
+++ b/sql/ha_ndbcluster.h
@@ -661,8 +661,6 @@ class ha_ndbcluster: public handler
bool low_byte_first() const;
- virtual bool is_injective() const { return true; }
-
const char* index_type(uint key_number);
double scan_time();