diff options
author | Sergei Golubchik <serg@mariadb.org> | 2016-04-19 11:08:16 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2016-04-19 11:27:00 +0200 |
commit | 1bc0b0b5245977172e2c3a3c64a42a2c4e762e06 (patch) | |
tree | 22bc382c0c123d5b3e99520d2d27010a9a6291cb /mysql-test/r/mdev6830.result | |
parent | cc04a9fc0f60610d900f27ef60f8916a4ce1bb4c (diff) | |
download | mariadb-git-1bc0b0b5245977172e2c3a3c64a42a2c4e762e06.tar.gz |
fix a couple of dbug tests not to write to /tmp
Diffstat (limited to 'mysql-test/r/mdev6830.result')
-rw-r--r-- | mysql-test/r/mdev6830.result | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mysql-test/r/mdev6830.result b/mysql-test/r/mdev6830.result index 0570659e860..d1cf8c98ac1 100644 --- a/mysql-test/r/mdev6830.result +++ b/mysql-test/r/mdev6830.result @@ -1,5 +1,4 @@ -drop table if exists t1,t2,t3; -drop view if exists v2,v3; +set @@debug_dbug= 'd,opt'; CREATE TABLE t1 (pk INT PRIMARY KEY) ENGINE=MyISAM; CREATE TABLE t2 ( f1 DATE, |