mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
MDEV-20632: Recursive CTE cycle detection using CYCLE clause (nonstandard)
Added CYCLE ... RESTRICT (nonstandard) clause to recursive CTE.
This commit is contained in:
@@ -206,6 +206,8 @@ enum enum_indicator_type
|
||||
itself supports it*/
|
||||
#define LONG_UNIQUE_HASH_FIELD (1<< 30) /* This field will store hash for unique
|
||||
column */
|
||||
#define FIELD_PART_OF_TMP_UNIQUE (1<< 31) /* part of an unique constrain
|
||||
for a tmporary table*/
|
||||
|
||||
#define REFRESH_GRANT (1ULL << 0) /* Refresh grant tables */
|
||||
#define REFRESH_LOG (1ULL << 1) /* Start on new log file */
|
||||
|
Reference in New Issue
Block a user