1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

json_type should consider the charset mbmaxlen

This commit is contained in:
qggcs
2022-06-25 22:03:08 +08:00
committed by Rucha Deodhar
parent 5ab9265677
commit ba5b2e7b29
2 changed files with 2 additions and 2 deletions

View File

@@ -3338,7 +3338,7 @@ OBJECT
CREATE VIEW v1 AS SELECT JSON_TYPE(JSON_OBJECT());
SELECT * FROM v1;
JSON_TYPE(JSON_OBJECT())
OBJE
OBJECT
drop view v1;
#
# Bug#21198333 SIG 6 IN ITEM_CACHE_JSON::CACHE_VALUE AT SQL/ITEM.CC:9470