summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster.h
diff options
context:
space:
mode:
authorunknown <tomas@poseidon.ndb.mysql.com>2004-11-23 09:51:39 +0000
committerunknown <tomas@poseidon.ndb.mysql.com>2004-11-23 09:51:39 +0000
commiteeca93750d987ca55cadb97b33bdb67fed8aefac (patch)
tree95f62a320d8e2c480307088b4503d6135e837889 /sql/ha_ndbcluster.h
parentf57d5412e47aa85941ea03ec3e63b017dac8c1ba (diff)
parent1ffdb9e81e5ab46ba809829c11ca1aafdc238db8 (diff)
downloadmariadb-git-eeca93750d987ca55cadb97b33bdb67fed8aefac.tar.gz
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1 sql/ha_ndbcluster.cc: Auto merged sql/ha_ndbcluster.h: Auto merged sql/set_var.cc: Auto merged
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 1b49aca81e6..f6c712620c1 100644
--- a/sql/ha_ndbcluster.h
+++ b/sql/ha_ndbcluster.h
@@ -239,10 +239,12 @@ class ha_ndbcluster: public handler
char *m_blobs_buffer;
uint32 m_blobs_buffer_size;
uint m_dupkey;
+ // set from thread variables at external lock
bool m_ha_not_exact_count;
bool m_force_send;
ha_rows m_autoincrement_prefetch;
bool m_transaction_on;
+ bool m_use_local_query_cache;
void set_rec_per_key();
void records_update();