summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster.h
diff options
context:
space:
mode:
authormskold/marty@linux.site <>2007-04-04 13:21:49 +0200
committermskold/marty@linux.site <>2007-04-04 13:21:49 +0200
commit7e33b92279badb883b52e501a24bd1e84601f517 (patch)
tree625030adbf3bf1a60ae1260b13c5cfa9ce655ef6 /sql/ha_ndbcluster.h
parente0411f937e6998233bc820f324dc9b582ab6eb74 (diff)
parent625a2629f0c401f33c913c6ac4a5e4483d9ee6f0 (diff)
downloadmariadb-git-7e33b92279badb883b52e501a24bd1e84601f517.tar.gz
Merge mysql.com:/windows/Linux_space/MySQL/mysql-5.0
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1
Diffstat (limited to 'sql/ha_ndbcluster.h')
-rw-r--r--sql/ha_ndbcluster.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/ha_ndbcluster.h b/sql/ha_ndbcluster.h
index 63665fde0f8..6dc32bdee1d 100644
--- a/sql/ha_ndbcluster.h
+++ b/sql/ha_ndbcluster.h
@@ -960,6 +960,8 @@ private:
ha_rows m_bulk_insert_rows;
ha_rows m_rows_changed;
bool m_bulk_insert_not_flushed;
+ bool m_delete_cannot_batch;
+ bool m_update_cannot_batch;
ha_rows m_ops_pending;
bool m_skip_auto_increment;
bool m_blobs_pending;