diff options
Diffstat (limited to 'sql/handler.h')
-rw-r--r-- | sql/handler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/handler.h b/sql/handler.h index 142139dbabc..ee1731af563 100644 --- a/sql/handler.h +++ b/sql/handler.h @@ -1042,6 +1042,7 @@ struct handlerton const char *wild, bool dir, List<LEX_STRING> *files); int (*table_exists_in_engine)(handlerton *hton, THD* thd, const char *db, const char *name); + uint32 license; /* Flag for Engine License */ /* Optional clauses in the CREATE/ALTER TABLE |