diff options
Diffstat (limited to 'sql/handler.h')
-rw-r--r-- | sql/handler.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/handler.h b/sql/handler.h index 9ae115c59a7..4e98560a869 100644 --- a/sql/handler.h +++ b/sql/handler.h @@ -4055,8 +4055,6 @@ public: /* end of the list of admin commands */ virtual int indexes_are_disabled(void) {return 0;} - virtual char *update_table_comment(const char * comment) - { return (char*) comment;} virtual void append_create_info(String *packet) {} /** If index == MAX_KEY then a check for table is made and if index < |