summaryrefslogtreecommitdiff
path: root/mysql-test/t/symlink.test
diff options
context:
space:
mode:
authoringo@mysql.com <>2005-03-02 11:49:50 +0100
committeringo@mysql.com <>2005-03-02 11:49:50 +0100
commit2d9909aef993b9cf33ae385934bb80c6f232670d (patch)
tree68bb975268dd56a0172bd6d1c2e35bda73e0ef8b /mysql-test/t/symlink.test
parent306bd2fc69a2a4be5cfd8e3c90a43b487c9a1f51 (diff)
downloadmariadb-git-2d9909aef993b9cf33ae385934bb80c6f232670d.tar.gz
Bug#8306 - TRUNCATE leads to index corruption
After merge fix. The bugfix results in a different error message in this situation.
Diffstat (limited to 'mysql-test/t/symlink.test')
-rw-r--r--mysql-test/t/symlink.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/symlink.test b/mysql-test/t/symlink.test
index 25c78129129..7fb7e81b3b1 100644
--- a/mysql-test/t/symlink.test
+++ b/mysql-test/t/symlink.test
@@ -83,7 +83,7 @@ create table mysqltest.t9 (a int not null auto_increment, b char(16) not null, p
create table mysqltest.t9 (a int not null auto_increment, b char(16) not null, primary key (a)) engine=myisam index directory="not-hard-path";
# Should fail becasue the file t9.MYI already exist in 'run'
---error 1,1
+--error 1,1,1105
eval create table mysqltest.t9 (a int not null auto_increment, b char(16) not null, primary key (a)) engine=myisam index directory="$MYSQL_TEST_DIR/var/run";
# Should fail becasue the file t9.MYD already exist in 'tmp'