summaryrefslogtreecommitdiff
path: root/mysql-test/suite/json
diff options
context:
space:
mode:
authorAlexey Botchkov <holyfoot@askmonty.org>2021-04-20 14:44:24 +0400
committerAlexey Botchkov <holyfoot@askmonty.org>2021-04-21 10:21:48 +0400
commit502b769561760f35d2b612ab984906c8a4bb9b51 (patch)
tree497af9c4f44b6e715f68020674791d9efab20796 /mysql-test/suite/json
parent41e368f22db02e5c907aa40ae8c5c8e34ded3db9 (diff)
downloadmariadb-git-502b769561760f35d2b612ab984906c8a4bb9b51.tar.gz
MDEV-17399 JSON_TABLE.
Aftermerge fixes.
Diffstat (limited to 'mysql-test/suite/json')
-rw-r--r--mysql-test/suite/json/r/json_table.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/json/r/json_table.result b/mysql-test/suite/json/r/json_table.result
index d0a9021dd70..6f017c34133 100644
--- a/mysql-test/suite/json/r/json_table.result
+++ b/mysql-test/suite/json/r/json_table.result
@@ -585,7 +585,7 @@ select a from json_table('[[]]', '$' columns(a char(8) path '$' error on error))
ERROR HY000: Can't store an array or an object in the scalar column 'a' of JSON_TABLE 't'.
show warnings;
Level Code Message
-Error 4177 Can't store an array or an object in the scalar column 'a' of JSON_TABLE 't'.
+Error 4178 Can't store an array or an object in the scalar column 'a' of JSON_TABLE 't'.
#
# MDEV-JSON_TABLE: CREATE TABLE ignores NULL ON ERROR (implicit or explicit) and fails.
#