summaryrefslogtreecommitdiff
path: root/sql/ha_partition.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/ha_partition.h')
-rw-r--r--sql/ha_partition.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sql/ha_partition.h b/sql/ha_partition.h
index 53f0c4f2484..9e1c5b0bf5f 100644
--- a/sql/ha_partition.h
+++ b/sql/ha_partition.h
@@ -883,10 +883,6 @@ public:
*/
virtual uint alter_table_flags(uint flags);
/*
- extensions of table handler files
- */
- virtual const char **bas_ext() const;
- /*
unireg.cc will call the following to make sure that the storage engine
can handle the data it is about to send.