summaryrefslogtreecommitdiff
path: root/mysql-test/t/ctype_binary.test
blob: 4a2646d1db531284938bbac084755bf1d0039b0d (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

set names binary;

--echo #
--echo # Start of 5.5 tests
--echo #

--source include/ctype_numconv.inc

--echo #
--echo # End of 5.5 tests
--echo #


--echo #
--echo # Start of 10.0 tests
--echo #

SET NAMES binary;
--source include/ctype_like_cond_propagation.inc

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