1 ##### suite/funcs_1/include/innodb_tb4.inc
4 drop
table if exists tb4;
7 f176 numeric (0)
unsigned not null DEFAULT 9,
8 f177 numeric (64)
unsigned not null DEFAULT 9,
9 f178 numeric (0) zerofill not null DEFAULT 9,
10 f179 numeric (64) zerofill not null DEFAULT 9,
11 f180 numeric (0)
unsigned zerofill not null DEFAULT 9,
12 f181 numeric (64)
unsigned zerofill not null DEFAULT 9,
13 f182 numeric (0,0) not null DEFAULT 9,
14 f183 numeric (63,30) not null DEFAULT 9,
15 f184 numeric (0,0)
unsigned not null DEFAULT 9,
16 f185 numeric (63,30)
unsigned not null DEFAULT 9,
17 f186 numeric (0,0) zerofill not null DEFAULT 9,
18 f187 numeric (63,30) zerofill not null DEFAULT 9,
19 f188 numeric (0,0)
unsigned zerofill not null DEFAULT 9,
20 f189 numeric (63,30)
unsigned zerofill not null DEFAULT 9,
21 f190 real not null DEFAULT 88.8,
22 f191 real
unsigned not null DEFAULT 88.8,
23 f192 real zerofill not null DEFAULT 88.8,
24 f193 real
unsigned zerofill not null DEFAULT 88.8,
25 f194
double not null DEFAULT 55.5,
26 f195
double unsigned not null DEFAULT 55.5,
27 f196
double zerofill not null DEFAULT 55.5,
28 f197
double unsigned zerofill not null DEFAULT 55.5,
32 f201
float unsigned zerofill,
35 f204
float(0)
unsigned,
36 f205
float(23)
unsigned,
37 f206
float(0) zerofill,
38 f207
float(23) zerofill,
39 f208
float(0)
unsigned zerofill,
40 f209
float(23)
unsigned zerofill,
43 f212
float(24)
unsigned,
44 f213
float(53)
unsigned,
45 f214
float(24) zerofill,
46 f215
float(53) zerofill,
47 f216
float(24)
unsigned zerofill,
48 f217
float(53)
unsigned zerofill,
52 f221 timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
56 f225
enum(
"1enum",
"2enum"),
57 f226
set(
"1set",
"2set"),
62 f239 varchar(20000) binary,
67 --replace_result $MYSQLTEST_VARDIR <MYSQLTEST_VARDIR>
69 load data infile '$MYSQLTEST_VARDIR/std_data/funcs_1/innodb_tb4.txt'