1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

fix test suite for portability

This commit is contained in:
bell@sanja.is.com.ua
2004-09-28 12:31:33 +03:00
parent b9bd1bde34
commit 3bddaaf80f
2 changed files with 1 additions and 25 deletions

View File

@@ -133,6 +133,6 @@ drop table t1;
#
create table t1(a int);
create view v1 as select * from t1;
--exec $MYSQL_DUMP test
--exec $MYSQL_DUMP --skip-comments test
drop view v1;
drop table t1;