diff options
author | mskold/marty@linux.site <> | 2007-04-04 13:21:49 +0200 |
---|---|---|
committer | mskold/marty@linux.site <> | 2007-04-04 13:21:49 +0200 |
commit | 7e33b92279badb883b52e501a24bd1e84601f517 (patch) | |
tree | 625030adbf3bf1a60ae1260b13c5cfa9ce655ef6 /sql/ha_ndbcluster.h | |
parent | e0411f937e6998233bc820f324dc9b582ab6eb74 (diff) | |
parent | 625a2629f0c401f33c913c6ac4a5e4483d9ee6f0 (diff) | |
download | mariadb-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.h | 2 |
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; |