diff options
Diffstat (limited to 'sql/handler.h')
-rw-r--r-- | sql/handler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/handler.h b/sql/handler.h index 25947983fb6..261a813bbfa 100644 --- a/sql/handler.h +++ b/sql/handler.h @@ -686,6 +686,8 @@ public: { do_prelock(tables, count); } + virtual ~TABLEOP_HOOKS() {} + TABLEOP_HOOKS() {} private: /* Function primitive that is called prior to locking tables */ |