File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5302,7 +5302,7 @@ DROP TABLE t1;
53025302# PS-9314: Signal 11 when using JSON_TABLE
53035303# (https://perconadev.atlassian.net/browse/PS-9314)
53045304SELECT ele AS domain FROM JSON_TABLE('["TEST' + (SELECT LOAD_FILE('test')) + '"]', "$[*]" COLUMNS (ele VARCHAR(70) PATH "$" )) AS json_elements;
5305- ERROR 22032: Invalid data type for JSON data in argument 1 to function json_table; a JSON string or JSON type is required.
5305+ ERROR HY000: Incorrect arguments to JSON_TABLE
53065306#
53075307# Bug #32163391 ASSERTION `CRC32_Z(CRC, POS, LENGTH)
53085308# < STD::NUMERIC_LIMITS<HA_CHECKSUM>::MAX()' FAILED.
Original file line number Diff line number Diff line change @@ -2184,7 +2184,7 @@ remove_file $file;
21842184--echo #
21852185--echo # PS-9314: Signal 11 when using JSON_TABLE
21862186--echo # (https://perconadev.atlassian.net/browse/PS-9314)
2187- --error ER_INVALID_TYPE_FOR_JSON
2187+ --error ER_WRONG_ARGUMENTS
21882188SELECT ele AS domain FROM JSON_TABLE('["TEST' + (SELECT LOAD_FILE('test')) + '"]', "$[*]" COLUMNS (ele VARCHAR(70) PATH "$" )) AS json_elements;
21892189
21902190--echo #
You can’t perform that action at this time.
0 commit comments