diff options
Diffstat (limited to 'sql/share/errmsg-utf8.txt')
-rw-r--r-- | sql/share/errmsg-utf8.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/share/errmsg-utf8.txt b/sql/share/errmsg-utf8.txt index 376c1eb9d0d..f2a5666f1b1 100644 --- a/sql/share/errmsg-utf8.txt +++ b/sql/share/errmsg-utf8.txt @@ -7154,6 +7154,10 @@ ER_WRONG_ORDER_IN_WITH_CLAUSE eng "The definition of the table '%s' refers to the table '%s' defined later in a non-recursive WITH clause" ER_RECURSIVE_QUERY_IN_WITH_CLAUSE eng "Recursive queries in WITH clause are not supported yet" +ER_RECURSIVE_WITHOUT_ANCHORS + eng "No anchors for recursive WITH element '%s'" +ER_REF_TO_RECURSIVE_WITH_TABLE_IN_DERIVED + eng "Reference to recursive WITH table '%s' in materiazed derived" # # Internal errors, not used |