From 58e62d701e9d1c0a5ebb88f8a8779011c59ee735 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Sun, 7 Apr 2013 17:08:49 +0200 Subject: * move bas_ext from the handler to the handlerton * provide a default bas_ext value of the empty list --- storage/cassandra/ha_cassandra.cc | 10 ---------- storage/cassandra/ha_cassandra.h | 5 ----- 2 files changed, 15 deletions(-) (limited to 'storage/cassandra') diff --git a/storage/cassandra/ha_cassandra.cc b/storage/cassandra/ha_cassandra.cc index 3934f288085..968d23c94b5 100644 --- a/storage/cassandra/ha_cassandra.cc +++ b/storage/cassandra/ha_cassandra.cc @@ -369,16 +369,6 @@ ha_cassandra::ha_cassandra(handlerton *hton, TABLE_SHARE *table_arg) {} -static const char *ha_cassandra_exts[] = { - NullS -}; - -const char **ha_cassandra::bas_ext() const -{ - return ha_cassandra_exts; -} - - int ha_cassandra::connect_and_check_options(TABLE *table_arg) { ha_table_option_struct *options= table_arg->s->option_struct; diff --git a/storage/cassandra/ha_cassandra.h b/storage/cassandra/ha_cassandra.h index a57a754979c..3fd9d542885 100644 --- a/storage/cassandra/ha_cassandra.h +++ b/storage/cassandra/ha_cassandra.h @@ -131,11 +131,6 @@ public: */ const char *index_type(uint inx) { return "HASH"; } - /** @brief - The file extensions. - */ - const char **bas_ext() const; - /** @brief This is a list of flags that indicate what functionality the storage engine implements. The current table flags are documented in handler.h -- cgit v1.2.1