removed unneeded QUERY_TYPE_DROP_TABLE type from query_classifier.h
This commit is contained in:
@ -47,7 +47,6 @@ typedef enum {
|
||||
QUERY_TYPE_EXEC_STMT = 0x1000, /*< Execute prepared statement */
|
||||
QUERY_TYPE_CREATE_TMP_TABLE = 0x2000, /*< Create temporary table */
|
||||
QUERY_TYPE_READ_TMP_TABLE = 0x4000, /*< Read temporary table */
|
||||
QUERY_TYPE_DROP_TABLE = 0x8000
|
||||
} skygw_query_type_t;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user