1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Update mysqldump test and results

mysql-test/r/mysqldump.result:
  Update results
mysql-test/t/mysqldump.test:
  Fix test to not include version number in results
This commit is contained in:
unknown
2005-05-18 09:40:12 -07:00
parent 0f02da9f4e
commit 53af474ba0
2 changed files with 61 additions and 75 deletions

View File

@ -532,5 +532,5 @@ create table t1 (
F_6faa8040da20ef399b63a72d0e4ab575 int,
F_fe73f687e5bc5280214e0486b273a5f9 int);
insert into t1 (F_8d3bba7425e7c98c50f52ca1b52d3735) values (1);
--exec $MYSQL_DUMP -c test
--exec $MYSQL_DUMP --skip-comments -c test
drop table t1;