diff options
author | jan@hundin.mysql.fi <> | 2004-12-21 07:49:38 +0200 |
---|---|---|
committer | jan@hundin.mysql.fi <> | 2004-12-21 07:49:38 +0200 |
commit | 198dc7a8ec6e220c348bb47e59a2ac7532be18b8 (patch) | |
tree | 5d3767a8558fd05da17b5d4e3f361ef643d3a9b8 /mysql-test/t/ps_4heap.test | |
parent | c187798fcbdb055bc69ec727c81840a132481cbe (diff) | |
parent | 88b63ab6690bd453a1b841968b468759898cd94a (diff) | |
download | mariadb-git-198dc7a8ec6e220c348bb47e59a2ac7532be18b8.tar.gz |
Content merge.
Diffstat (limited to 'mysql-test/t/ps_4heap.test')
-rw-r--r-- | mysql-test/t/ps_4heap.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/ps_4heap.test b/mysql-test/t/ps_4heap.test index 04d995dacb9..1c9346721ab 100644 --- a/mysql-test/t/ps_4heap.test +++ b/mysql-test/t/ps_4heap.test @@ -32,7 +32,7 @@ eval create table t9 c5 integer, c6 bigint, c7 float, c8 double, c9 double precision, c10 real, c11 decimal(7, 4), c12 numeric(8, 4), c13 date, c14 datetime, c15 timestamp(14), c16 time, - c17 year, c18 bit, c19 bool, c20 char, + c17 year, c18 tinyint, c19 bool, c20 char, c21 char(10), c22 varchar(30), c23 varchar(100), c24 varchar(100), c25 varchar(100), c26 varchar(100), c27 varchar(100), c28 varchar(100), c29 varchar(100), c30 varchar(100), c31 enum('one', 'two', 'three'), |