mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge remote-tracking branch 'origin/10.11' into 11.0
This commit is contained in:
@@ -918,11 +918,7 @@ enum enum_query_type
|
||||
// don't reveal values.
|
||||
QT_NO_DATA_EXPANSION= (1 << 9),
|
||||
// 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)
|
||||
QT_NO_WRAPPERS_FOR_TVC_IN_VIEW= (1 << 12)
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user