mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge branch '11.0' into 11.1
This commit is contained in:
@@ -920,12 +920,8 @@ enum enum_query_type
|
||||
// Remove wrappers added for TVC when creating or showing view
|
||||
QT_NO_WRAPPERS_FOR_TVC_IN_VIEW= (1 << 12),
|
||||
|
||||
// The temporary tables used by the query might be freed by the time
|
||||
// this print() call is made.
|
||||
QT_DONT_ACCESS_TMP_TABLES= (1 << 13),
|
||||
|
||||
// Print only the SELECT part, even for INSERT...SELECT
|
||||
QT_SELECT_ONLY = (1 << 14)
|
||||
QT_SELECT_ONLY = (1 << 13)
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user