diff options
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'." |