summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster.h
diff options
context:
space:
mode:
authorunknown <mskold@mysql.com>2004-08-11 15:06:17 +0200
committerunknown <mskold@mysql.com>2004-08-11 15:06:17 +0200
commit7d6af7660bda39f146c70bab63e3cb14f9b107a5 (patch)
treeb197bbb57fb8241eb8a0b6e56aa8f6824a0da533 /sql/ha_ndbcluster.h
parent0cad9f9b534432b072095c3f74bb885c50593f63 (diff)
downloadmariadb-git-7d6af7660bda39f146c70bab63e3cb14f9b107a5.tar.gz
Fix for bug#4730
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 31dd9a52331..a207e974a16 100644
--- a/sql/ha_ndbcluster.h
+++ b/sql/ha_ndbcluster.h
@@ -223,6 +223,7 @@ class ha_ndbcluster: public handler
ha_rows bulk_insert_rows;
bool bulk_insert_not_flushed;
ha_rows ops_pending;
+ bool skip_auto_increment;
bool blobs_pending;
// memory for blobs in one tuple
char *blobs_buffer;