diff options
Diffstat (limited to 'storage/connect/plgdbsem.h')
-rw-r--r-- | storage/connect/plgdbsem.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/connect/plgdbsem.h b/storage/connect/plgdbsem.h index b4af13c57cc..24090e98804 100644 --- a/storage/connect/plgdbsem.h +++ b/storage/connect/plgdbsem.h @@ -74,8 +74,8 @@ enum TABTYPE {TAB_UNDEF = 0, /* Table of undefined type */ TAB_PLG = 20, /* PLG NIY */ TAB_PIVOT = 21, /* PIVOT table */ TAB_VIR = 22, /* Virtual tables */ - TAB_JSON = 23, /* JSON tables */ - TAB_JSN = 24, /* Semi-json tables */ +// TAB_JSON = 23, /* JSON tables */ +// TAB_JSN = 24, /* Semi-json tables */ TAB_JCT = 25, /* Junction tables NIY */ TAB_DMY = 26, /* DMY Dummy tables NIY */ TAB_NIY = 27}; /* Table not implemented yet */ |