diff options
author | unknown <jimw@mysql.com> | 2005-05-07 08:25:59 -0700 |
---|---|---|
committer | unknown <jimw@mysql.com> | 2005-05-07 08:25:59 -0700 |
commit | 3cd4b7a99b9b2a984cc3786c503aa5b5ea93d3bb (patch) | |
tree | cfb0e0d64c6640f136fcc9b67e2996b121e223bf /mysql-test/t/archive.test | |
parent | 474a4d5d8d997f7cc068a8d1b4a14138e3bc55af (diff) | |
download | mariadb-git-3cd4b7a99b9b2a984cc3786c503aa5b5ea93d3bb.tar.gz |
Fix tests after merge
mysql-test/r/create.result:
Update result
mysql-test/r/type_ranges.result:
Update result
mysql-test/t/archive.test:
Rewrite path for embedded server testing
Diffstat (limited to 'mysql-test/t/archive.test')
-rw-r--r-- | mysql-test/t/archive.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/archive.test b/mysql-test/t/archive.test index 9d25524da5f..51334fa62bc 100644 --- a/mysql-test/t/archive.test +++ b/mysql-test/t/archive.test @@ -1296,6 +1296,8 @@ select fld1,fld3 from t2 where fld1 like "25050_"; create table t3 engine=archive select * from t2; select * from t3 where fld3='bonfire'; select count(*) from t3; +# Clean up path in error message +--replace_result $MYSQL_TEST_DIR . /var/master-data/ / rename table t3 to t4; select * from t4 where fld3='bonfire'; select count(*) from t4; |