~ubuntu-branches/ubuntu/hardy/mysql-dfsg-5.0/hardy-proposed

« back to all changes in this revision

Viewing changes to mysql-test/suite/funcs_1/include/memory_tb4.inc

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-02-23 11:21:11 UTC
  • mfrom: (1.1.16) (38.1.4 hardy-security)
  • Revision ID: package-import@ubuntu.com-20120223112111-rn9ruzg86juli2ec
Tags: 5.0.95-0ubuntu1
* SECURITY UPDATE: Update to 5.0.95 to fix multiple security issues
  (LP: #937869)
  - http://www.oracle.com/technetwork/topics/security/cpujan2012-366304.html
  - CVE-2012-0075
  - CVE-2012-0087
  - CVE-2012-0101
  - CVE-2012-0102
  - CVE-2012-0114
  - CVE-2012-0484
  - CVE-2012-0490
* Dropped patches unnecessary with 5.0.95:
  - debian/patches/91_SECURITY_CVE-2007-5925.dpatch
  - debian/patches/95_SECURITY_CVE-2008-3963.dpatch
  - debian/patches/96_SECURITY_CVE-2008-4098.dpatch
  - debian/patches/97_CVE-2008-4456.dpatch
  - debian/patches/97_CVE-2009-2446.dpatch
  - debian/patches/97_CVE-2009-4019.dpatch
  - debian/patches/97_CVE-2009-4030.dpatch
  - debian/patches/98_CVE-2009-4484.dpatch
  - debian/patches/99_ssl_test_certs.dpatch
  - debian/patches/100_CVE-2010-1850.dpatch
  - debian/patches/101_CVE-2010-1849.dpatch
  - debian/patches/102_CVE-2010-1848.dpatch
  - debian/patches/103_CVE-2010-1626.dpatch
  - debian/patches/98_CVE-2010-3677.dpatch
  - debian/patches/98_CVE-2010-3680.dpatch
  - debian/patches/98_CVE-2010-3681.dpatch
  - debian/patches/98_CVE-2010-3682.dpatch
  - debian/patches/98_CVE-2010-3833.dpatch
  - debian/patches/98_CVE-2010-3834.dpatch
  - debian/patches/98_CVE-2010-3835.dpatch
  - debian/patches/98_CVE-2010-3836.dpatch
  - debian/patches/98_CVE-2010-3837.dpatch
  - debian/patches/98_CVE-2010-3838.dpatch
  - debian/patches/98_CVE-2010-3840.dpatch
  - debian/patches/45_warn-CLI-passwords.dpatch
  - debian/patches/50_fix_mysqldump.dpatch
  - debian/patches/51_incorrect-order.dpatch
  - debian/patches/52_ndb-gcc-4.2.dpatch
  - debian/patches/53_integer-gcc-4.2.dpatch
  - debian/patches/54_ssl-client-support.dpatch
  - debian/patches/55_testsuite-2008.dpatch
  - debian/patches/58-disable-ndb-backup-print.dpatch
  - debian/patches/59-fix-mysql-replication-logs.dpatch
  - debian/patches/86_PATH_MAX.dpatch
  - debian/patches/90_upstreamdebiandir.dpatch
  - debian/patches/92_fix_order_by32202.dpatch
  - debian/patches/93_fix_user_setup_on_localhost.dpatch
  - debian/patches/94_fix_mysqldump_with_old_versions.dpatch
  - debian/patches/56-mysqlhotcopy-invalid-dbtable.dpatch
  - debian/patches/57-fix-mysqlslowdump-config.dpatch
* debian/mysql-client-5.0.docs, debian/mysql-server-5.0.docs: removed
  EXCEPTIONS-CLIENT file
* debian/libmysqlclient15-dev.docs, debian/libmysqlclient15off.docs:
  removed, no longer necessary.
* debian/patches/25_mysys__default.c.dpatch: updated for 5.0.95.
* debian/mysql-server-5.0.files: change ndb_mgmd and ndbd manpage
  locations. Removed mysqlmanagerc.1 and mysqlmanager-pwgen.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
##### suite/funcs_1/include/memory_tb4.inc
2
2
 
3
 
set @@global.max_heap_table_size  = 4294967295;
4
 
set @@session.max_heap_table_size = 4294967295;
5
 
 
6
3
--disable_warnings
7
4
drop table if exists tb4 ;
8
5
--enable_warnings
9
6
create table tb4 (
10
 
f176 numeric (0) unsigned not null DEFAULT 9, 
11
 
f177 numeric (64) unsigned not null DEFAULT 9, 
12
 
f178 numeric (0) zerofill not null DEFAULT 9, 
13
 
f179 numeric (64) zerofill not null DEFAULT 9, 
14
 
f180 numeric (0) unsigned zerofill not null DEFAULT 9, 
15
 
f181 numeric (64) unsigned zerofill not null DEFAULT 9, 
16
 
f182 numeric (0,0) not null DEFAULT 9, 
17
 
f183 numeric (63,30) not null DEFAULT 9, 
18
 
f184 numeric (0,0) unsigned not null DEFAULT 9, 
19
 
f185 numeric (63,30) unsigned not null DEFAULT 9, 
20
 
f186 numeric (0,0) zerofill not null DEFAULT 9, 
21
 
f187 numeric (63,30) zerofill not null DEFAULT 9, 
22
 
f188 numeric (0,0) unsigned zerofill not null DEFAULT 9, 
23
 
f189 numeric (63,30) unsigned zerofill not null DEFAULT 9, 
24
 
f190 real not null DEFAULT 88.8, 
25
 
f191 real unsigned not null DEFAULT 88.8, 
26
 
f192 real zerofill not null DEFAULT 88.8, 
27
 
f193 real unsigned zerofill not null DEFAULT 88.8, 
28
 
f194 double not null DEFAULT 55.5, 
29
 
f195 double unsigned not null DEFAULT 55.5, 
30
 
f196 double zerofill not null DEFAULT 55.5, 
31
 
f197 double unsigned zerofill not null DEFAULT 55.5, 
32
 
f198 float, 
33
 
f199 float unsigned, 
34
 
f200 float zerofill, 
35
 
f201 float unsigned zerofill, 
36
 
f202 float(0), 
37
 
f203 float(23), 
38
 
f204 float(0) unsigned, 
39
 
f205 float(23) unsigned, 
40
 
f206 float(0) zerofill, 
41
 
f207 float(23) zerofill, 
42
 
f208 float(0) unsigned zerofill, 
43
 
f209 float(23) unsigned zerofill, 
44
 
f210 float(24), 
45
 
f211 float(53), 
46
 
f212 float(24) unsigned, 
47
 
f213 float(53) unsigned, 
48
 
f214 float(24) zerofill, 
49
 
f215 float(53) zerofill, 
50
 
f216 float(24) unsigned zerofill, 
51
 
f217 float(53) unsigned zerofill, 
52
 
f218 date, 
53
 
f219 time, 
54
 
f220 datetime, 
55
 
f221 timestamp, 
56
 
f222 year, 
57
 
f223 year(3), 
58
 
f224 year(4), 
59
 
f225 enum("1enum","2enum"), 
 
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,
 
29
f198 float,
 
30
f199 float unsigned,
 
31
f200 float zerofill,
 
32
f201 float unsigned zerofill,
 
33
f202 float(0),
 
34
f203 float(23),
 
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,
 
41
f210 float(24),
 
42
f211 float(53),
 
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,
 
49
f218 date,
 
50
f219 time,
 
51
f220 datetime,
 
52
f221 timestamp,
 
53
f222 year,
 
54
f223 year(3),
 
55
f224 year(4),
 
56
f225 enum("1enum","2enum"),
60
57
f226 set("1set","2set"),
61
 
f236 char(95) unicode,
62
 
f241 char(255) unicode,
 
58
f236 char(95),
 
59
f241 char(255),
63
60
f237 char(130) binary,
64
61
f238 varchar(25000) binary,
65
62
f239 varbinary(0),
66
 
f240 varchar(1200) unicode
 
63
f240 varchar(1200)
67
64
) engine = memory;
68
65
 
69
 
--replace_result $MYSQL_TEST_DIR MYSQL_TEST_DIR
70
 
eval load data infile '$MYSQL_TEST_DIR/suite/funcs_1/data/memory_tb4.txt' into table tb4 ;
 
66
--replace_result $MYSQLTEST_VARDIR <MYSQLTEST_VARDIR>
 
67
eval
 
68
load data infile '$MYSQLTEST_VARDIR/std_data_ln/funcs_1/memory_tb4.txt'
 
69
into table tb4;