diff options
author | marty@linux.site <> | 2004-12-30 19:56:09 +0100 |
---|---|---|
committer | marty@linux.site <> | 2004-12-30 19:56:09 +0100 |
commit | 1ddb554b8bf688986b100c6c6aabb4d9b80387d3 (patch) | |
tree | 47a8577851ecf85d78f24a0f8380349004388d5c /sql/ha_ndbcluster.h | |
parent | 59571ecf8e41d3c96b04fd99d092c594a9348b18 (diff) | |
download | mariadb-git-1ddb554b8bf688986b100c6c6aabb4d9b80387d3.tar.gz |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/ha_ndbcluster.h b/sql/ha_ndbcluster.h index 8224d1c4167..47d2c8f1ab9 100644 --- a/sql/ha_ndbcluster.h +++ b/sql/ha_ndbcluster.h @@ -229,7 +229,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]; @@ -257,6 +256,7 @@ class ha_ndbcluster: public handler uint32 blobs_buffer_size; uint dupkey; + Ndb *get_ndb(); void set_rec_per_key(); void records_update(); void no_uncommitted_rows_execute_failure(); |