summaryrefslogtreecommitdiff
path: root/storage/innobase/handler/ha_innodb.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innobase/handler/ha_innodb.h')
-rw-r--r--storage/innobase/handler/ha_innodb.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/storage/innobase/handler/ha_innodb.h b/storage/innobase/handler/ha_innodb.h
index 84feea119c1..1c71735d716 100644
--- a/storage/innobase/handler/ha_innodb.h
+++ b/storage/innobase/handler/ha_innodb.h
@@ -203,9 +203,6 @@ public:
int ft_read(uchar* buf);
- int enable_indexes(uint mode);
- int disable_indexes(uint mode);
-
void position(const uchar *record);
int info(uint);
@@ -468,9 +465,6 @@ protected:
@see build_template() */
void reset_template();
- /** Write Row Interface optimized for Intrinsic table. */
- int intrinsic_table_write_row(uchar* record);
-
protected:
inline void update_thd(THD* thd);
void update_thd();
@@ -833,14 +827,6 @@ public:
THD* thd() const
{ return(m_thd); }
- inline bool is_intrinsic_temp_table() const
- {
- /* DICT_TF2_INTRINSIC implies DICT_TF2_TEMPORARY */
- ut_ad(!(m_flags2 & DICT_TF2_INTRINSIC)
- || (m_flags2 & DICT_TF2_TEMPORARY));
- return((m_flags2 & DICT_TF2_INTRINSIC) != 0);
- }
-
/** Normalizes a table name string.
A normalized name consists of the database name catenated to '/' and
table name. An example: test/mytable. On Windows normalization puts