diff options
author | Nirbhay Choubey <nirbhay@mariadb.com> | 2016-12-19 16:28:19 -0500 |
---|---|---|
committer | Nirbhay Choubey <nirbhay@mariadb.com> | 2017-02-10 06:30:42 -0500 |
commit | 185d140f191f550d030550f6718103a89eb64212 (patch) | |
tree | 21d3960b504cea7182ea60eaff6e2d4dffee1319 /sql/share | |
parent | 25f6d1dad70a5f5b35692a23586a46c066f8f26d (diff) | |
download | mariadb-git-185d140f191f550d030550f6718103a89eb64212.tar.gz |
MDEV-7635: Renamed standards_compliant_cte to standard_compliant_cte
Diffstat (limited to 'sql/share')
-rw-r--r-- | sql/share/errmsg-utf8.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/share/errmsg-utf8.txt b/sql/share/errmsg-utf8.txt index b526760b8de..ebf86d6066c 100644 --- a/sql/share/errmsg-utf8.txt +++ b/sql/share/errmsg-utf8.txt @@ -7355,7 +7355,7 @@ ER_UNACCEPTABLE_MUTUAL_RECURSION eng "Unacceptable mutual recursion with anchored table '%s'" ER_REF_TO_RECURSIVE_WITH_TABLE_IN_DERIVED eng "Reference to recursive WITH table '%s' in materialized derived" -ER_NOT_STANDARDS_COMPLIANT_RECURSIVE +ER_NOT_STANDARD_COMPLIANT_RECURSIVE eng "Restrictions imposed on recursive definitions are violated for table '%s'"R_WRONG_WINDOW_SPEC_NAME ER_WRONG_WINDOW_SPEC_NAME eng "Window specification with name '%s' is not defined" |