summaryrefslogtreecommitdiff
path: root/mysql-test/t/ps_4heap.test
diff options
context:
space:
mode:
authorjan@hundin.mysql.fi <>2004-12-21 07:49:38 +0200
committerjan@hundin.mysql.fi <>2004-12-21 07:49:38 +0200
commit198dc7a8ec6e220c348bb47e59a2ac7532be18b8 (patch)
tree5d3767a8558fd05da17b5d4e3f361ef643d3a9b8 /mysql-test/t/ps_4heap.test
parentc187798fcbdb055bc69ec727c81840a132481cbe (diff)
parent88b63ab6690bd453a1b841968b468759898cd94a (diff)
downloadmariadb-git-198dc7a8ec6e220c348bb47e59a2ac7532be18b8.tar.gz
Content merge.
Diffstat (limited to 'mysql-test/t/ps_4heap.test')
-rw-r--r--mysql-test/t/ps_4heap.test2
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'),