summaryrefslogtreecommitdiff
path: root/mysql-test/t/ctype_swe7.test
blob: 2e648a89406708b078d6ce6b034d6028b91fbfd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
--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 #


--echo #
--echo # Start of 10.2 tests
--echo #

--echo #
--echo # MDEV-9711 NO PAD Collatons
--echo #
SET character_set_connection=swe7;
let $coll='swe7_swedish_nopad_ci';
let $coll_pad='swe7_swedish_ci';
--source include/ctype_pad_all_engines.inc

let $coll='swe7_nopad_bin';
let $coll_pad='swe7_bin';
--source include/ctype_pad_all_engines.inc

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