summaryrefslogtreecommitdiff
path: root/mysql-test/r/ctype_filename.result
blob: ac8df47613720636645f9841f0b930bab4bad438 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
drop table if exists con, aux, nul, lpt1, com1, `clock$`;
create table con (a int);
drop table con;
create table aux (a int);
drop table aux;
create table nul (a int);
drop table nul;
create table lpt1 (a int);
drop table lpt1;
create table com1 (a int);
drop table com1;
create table `clock$` (a int);
drop table `clock$`;
select convert(convert(',' using filename) using binary);
convert(convert(',' using filename) using binary)
@002c