summaryrefslogtreecommitdiff
path: root/mysql-test/t/ctype_swe7.test
blob: 7d1ef89b374e9b36cef7473b8a68587e34502771 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--echo #
--echo # Start of 10.0 tests
--echo #

SET NAMES swe7;

#
# Test escape sequences.
# This also covers:
# MDEV-6737 Stored routines do now work with swe7: "The table mysql.proc is missing, corrupt, or contains bad data"
# as uses stored functions actively.
#

let $ctype_unescape_combinations=selected;
--source include/ctype_unescape.inc

--echo #
--echo # End of 10.0 tests
--echo #