diff options
author | unknown <mskold@mysql.com> | 2005-01-03 14:33:00 +0100 |
---|---|---|
committer | unknown <mskold@mysql.com> | 2005-01-03 14:33:00 +0100 |
commit | 6e8bc54f7e0bce04835c4b72e6e3c763c1f608ff (patch) | |
tree | 217d434728f888adfb6abcd0beecbeb8e5d3c8f2 /sql/ha_ndbcluster.h | |
parent | 91b435dcb4a7820983e033708fd9351e5c9c5ee6 (diff) | |
parent | 79e05c83174783adb6cf89b2a2f3e9794637a2bb (diff) | |
download | mariadb-git-6e8bc54f7e0bce04835c4b72e6e3c763c1f608ff.tar.gz |
Merge
BitKeeper/etc/logging_ok:
auto-union
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 44619068b07..67bd4d89c05 100644 --- a/sql/ha_ndbcluster.h +++ b/sql/ha_ndbcluster.h @@ -220,7 +220,6 @@ class ha_ndbcluster: public handler NdbTransaction *m_active_trans; NdbScanOperation *m_active_cursor; - Ndb *m_ndb; void *m_table; void *m_table_info; char m_dbname[FN_HEADLEN]; @@ -265,6 +264,7 @@ class ha_ndbcluster: public handler byte *m_multi_range_cursor_result_ptr; int setup_recattr(const NdbRecAttr*); + Ndb *get_ndb(); void set_rec_per_key(); void records_update(); void no_uncommitted_rows_execute_failure(); |