1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Fixed test that failed on 32 bit systems

This commit is contained in:
monty@mysql.com
2005-08-09 11:21:45 +03:00
parent 10e5ee5196
commit c954c09a11
3 changed files with 9 additions and 11 deletions

View File

@@ -443,6 +443,7 @@ drop table t1;
#
create table t1 (c char(10)) engine=memory;
create table t2 (c varchar(10)) engine=memory;
--replace_column 8 #
show table status like 't_';
drop table t1, t2;