diff options
author | unknown <mskold@mysql.com> | 2004-07-23 15:46:56 +0200 |
---|---|---|
committer | unknown <mskold@mysql.com> | 2004-07-23 15:46:56 +0200 |
commit | 410c7b332304e4da64de11bdd32235d2276dada3 (patch) | |
tree | 6b1260df3b397096bd2f232da7256ec2a17eb879 /sql/ha_ndbcluster.h | |
parent | 9628ff1a8e6c2ffd7faf281224c80062f73a7586 (diff) | |
download | mariadb-git-410c7b332304e4da64de11bdd32235d2276dada3.tar.gz |
Fixed merge problems, optimized bulk insert
Diffstat (limited to 'sql/ha_ndbcluster.h')
-rw-r--r-- | sql/ha_ndbcluster.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/ha_ndbcluster.h b/sql/ha_ndbcluster.h index 661eb582786..bd8d78ec00b 100644 --- a/sql/ha_ndbcluster.h +++ b/sql/ha_ndbcluster.h @@ -221,6 +221,7 @@ class ha_ndbcluster: public handler ha_rows rows_to_insert; ha_rows rows_inserted; ha_rows bulk_insert_rows; + bool bulk_insert_not_flushed; ha_rows ops_pending; bool blobs_pending; // memory for blobs in one tuple |