diff options
author | Galina Shalygina <galashalygina@gmail.com> | 2016-05-09 23:39:10 +0300 |
---|---|---|
committer | Galina Shalygina <galashalygina@gmail.com> | 2016-05-09 23:39:10 +0300 |
commit | f516b966e131177244941319c553e138fbf9f6ff (patch) | |
tree | 912b7330543fa95cd7f9dd4c53723a63ce5f7e88 /sql/share | |
parent | 5703d2680c0d4884d86b7541cd9b46943f929a2d (diff) | |
download | mariadb-git-f516b966e131177244941319c553e138fbf9f6ff.tar.gz |
Main patch for mdev-9864
Diffstat (limited to 'sql/share')
-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 |