summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster.h
diff options
context:
space:
mode:
authormskold@mysql.com <>2005-01-03 09:46:59 +0100
committermskold@mysql.com <>2005-01-03 09:46:59 +0100
commit689748b548019dccb095eec0485831c20b636794 (patch)
tree92db0f63fdfde40e8d3bd2d878b4a623d008ab83 /sql/ha_ndbcluster.h
parent9bb8f6d031ac7347d6aedd8a6c76e7bbc849c099 (diff)
parent1ddb554b8bf688986b100c6c6aabb4d9b80387d3 (diff)
downloadmariadb-git-689748b548019dccb095eec0485831c20b636794.tar.gz
Merge from fix for Bug #7480 Mysqld crash in ha_ndbcluster using Query Browser
Diffstat (limited to 'sql/ha_ndbcluster.h')
-rw-r--r--sql/ha_ndbcluster.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/ha_ndbcluster.h b/sql/ha_ndbcluster.h
index ca3fa929674..bfe414162b1 100644
--- a/sql/ha_ndbcluster.h
+++ b/sql/ha_ndbcluster.h
@@ -210,7 +210,6 @@ class ha_ndbcluster: public handler
NdbConnection *m_active_trans;
NdbResultSet *m_active_cursor;
- Ndb *m_ndb;
void *m_table;
void *m_table_info;
char m_dbname[FN_HEADLEN];
@@ -246,6 +245,7 @@ class ha_ndbcluster: public handler
bool m_transaction_on;
bool m_use_local_query_cache;
+ Ndb *get_ndb();
void set_rec_per_key();
void records_update();
void no_uncommitted_rows_execute_failure();