From cb7f5948ecedaaaf68de5bdbfab78f1c2e934453 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Mon, 17 Dec 2012 11:00:39 +0100 Subject: simplify the handler api - table_type() is no longer abstract, not even virtual --- storage/example/ha_example.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'storage/example') diff --git a/storage/example/ha_example.h b/storage/example/ha_example.h index ca8ca5ff293..9be370edfe3 100644 --- a/storage/example/ha_example.h +++ b/storage/example/ha_example.h @@ -66,11 +66,6 @@ public: { } - /** @brief - The name that will be used for display purposes. - */ - const char *table_type() const { return "EXAMPLE"; } - /** @brief The name of the index type that will be used for display. Don't implement this method unless you really have indexes. -- cgit v1.2.1