mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Add an end-of-tests marker to ease merges
This commit is contained in:
@ -842,3 +842,6 @@ latin1
|
|||||||
SELECT CHARSET(JSON_OBJECT());
|
SELECT CHARSET(JSON_OBJECT());
|
||||||
CHARSET(JSON_OBJECT())
|
CHARSET(JSON_OBJECT())
|
||||||
latin1
|
latin1
|
||||||
|
#
|
||||||
|
# End of 10.2 tests
|
||||||
|
#
|
||||||
|
@ -494,3 +494,6 @@ SELECT JSON_ARRAY(_UTF8 'str', JSON_OBJECT(_LATIN1 'plugin', _LATIN1'unix_socket
|
|||||||
SELECT CHARSET(JSON_ARRAY());
|
SELECT CHARSET(JSON_ARRAY());
|
||||||
SELECT CHARSET(JSON_OBJECT());
|
SELECT CHARSET(JSON_OBJECT());
|
||||||
|
|
||||||
|
--echo #
|
||||||
|
--echo # End of 10.2 tests
|
||||||
|
--echo #
|
||||||
|
Reference in New Issue
Block a user