diff options
author | Alexey Botchkov <holyfoot@askmonty.org> | 2017-01-24 17:34:44 +0400 |
---|---|---|
committer | Alexey Botchkov <holyfoot@askmonty.org> | 2017-01-24 17:34:44 +0400 |
commit | 50831b0f197fd1edb98aa56085e391e5033e2a54 (patch) | |
tree | ee2ce1697dc7a8b8f3478c47b14cbfd0eb3cb1ba /sql/share | |
parent | e5398aca766536bc6151270a6dcd57260dada713 (diff) | |
download | mariadb-git-50831b0f197fd1edb98aa56085e391e5033e2a54.tar.gz |
MDEV-11557 port MySQL-5.7 JSON tests to MariaDB.
json_no_table.test ported.
Diffstat (limited to 'sql/share')
-rw-r--r-- | sql/share/errmsg-utf8.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/share/errmsg-utf8.txt b/sql/share/errmsg-utf8.txt index 7f5df13ad97..b526760b8de 100644 --- a/sql/share/errmsg-utf8.txt +++ b/sql/share/errmsg-utf8.txt @@ -7446,3 +7446,5 @@ ER_GEOJSON_TOO_FEW_POINTS eng "Incorrect GeoJSON format - too few points for linestring specified." ER_GEOJSON_NOT_CLOSED eng "Incorrect GeoJSON format - polygon not closed." +ER_JSON_PATH_EMPTY + eng "Path expression '$' is not allowed in argument %d to function '%s'." |