summaryrefslogtreecommitdiff
path: root/mysql-test/t/myisampack.test
diff options
context:
space:
mode:
authorSergey Glukhov <Sergey.Glukhov@sun.com>2008-12-17 17:23:21 +0400
committerSergey Glukhov <Sergey.Glukhov@sun.com>2008-12-17 17:23:21 +0400
commit952d284ba4617958840005d314ae8d19428df1c3 (patch)
tree72bde7f393958ae287e171c58530151b07acb72a /mysql-test/t/myisampack.test
parent0077ba49400a58e2b35181f8b9d6e78314a9b36f (diff)
downloadmariadb-git-952d284ba4617958840005d314ae8d19428df1c3.tar.gz
Bug#24289 Status Variable "Questions" gets wrong values with Stored Routines(for 5.1)
mysql-test/r/myisampack.result: result fix mysql-test/t/myisampack.test: test case fix
Diffstat (limited to 'mysql-test/t/myisampack.test')
-rw-r--r--mysql-test/t/myisampack.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/myisampack.test b/mysql-test/t/myisampack.test
index 99767f81033..3b55154d433 100644
--- a/mysql-test/t/myisampack.test
+++ b/mysql-test/t/myisampack.test
@@ -38,7 +38,7 @@ DROP TABLE t1;
--disable_warnings
drop table if exists t1;
--enable_warnings
-create table t1(f1 int, f2 varchar(255));
+create table t1(f1 int, f2 char(255));
insert into t1 values(1, 'foo'), (2, 'bar');
insert into t1 select * from t1;
insert into t1 select * from t1;