Skip to content
Permalink
Browse files
Add an end-of-tests marker to ease merges
  • Loading branch information
dr-m committed Mar 12, 2019
1 parent bef947b commit f72760d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
@@ -842,3 +842,6 @@ latin1
SELECT CHARSET(JSON_OBJECT());
CHARSET(JSON_OBJECT())
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_OBJECT());

--echo #
--echo # End of 10.2 tests
--echo #

0 comments on commit f72760d

Please sign in to comment.