diff options
author | unknown <msvensson@pilot.(none)> | 2007-08-03 13:42:31 +0200 |
---|---|---|
committer | unknown <msvensson@pilot.(none)> | 2007-08-03 13:42:31 +0200 |
commit | 34b58dd51dc3dd3ba15b517020eeab2b6db100d2 (patch) | |
tree | ac12c421bc349b33ab1dbd29b2af36bda1cb1962 /mysql-test/r | |
parent | 10432747bf5d6a6ba75da5c553057d82604449e9 (diff) | |
download | mariadb-git-34b58dd51dc3dd3ba15b517020eeab2b6db100d2.tar.gz |
Update to reflect new location of where log file end up
Diffstat (limited to 'mysql-test/r')
-rw-r--r-- | mysql-test/r/mysqltest.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/mysqltest.result b/mysql-test/r/mysqltest.result index 300ca69f2b4..7fa23648c0a 100644 --- a/mysql-test/r/mysqltest.result +++ b/mysql-test/r/mysqltest.result @@ -473,7 +473,7 @@ insert into t1 values (1); select 'select-me'; insertz 'error query'' failed: 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'insertz 'error query'' at line 1 -More results from queries before failure can be found in MYSQLTEST_VARDIR/tmp/bug11731.log +More results from queries before failure can be found in MYSQLTEST_VARDIR/log/bug11731.log drop table t1; Multi statement using expected error create table t1 (a int primary key); |