diff options
author | monty@hundin.mysql.fi <> | 2001-11-25 13:56:03 +0200 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-11-25 13:56:03 +0200 |
commit | 22e418b4057ddf9e1fd1c1b9e16a4eb8c3dddbd7 (patch) | |
tree | 15a60e44c4bfcf310a49c4cb9a111e9f03e84757 /mysql-test/r/innodb.result | |
parent | fad7880b579e6133afecc932571993517e734871 (diff) | |
parent | 777fdb5d5cf3d1fd2fb4fe013acec60ef38f5bce (diff) | |
download | mariadb-git-22e418b4057ddf9e1fd1c1b9e16a4eb8c3dddbd7.tar.gz |
merge
Diffstat (limited to 'mysql-test/r/innodb.result')
-rw-r--r-- | mysql-test/r/innodb.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/innodb.result b/mysql-test/r/innodb.result index f569f2ea405..f0144af24a8 100644 --- a/mysql-test/r/innodb.result +++ b/mysql-test/r/innodb.result @@ -858,7 +858,7 @@ insert into test_$1.t3 values(1); commit; drop database test_$1; show tables from test_$1; -Can't read dir of './test_$1/' (Errcode: 2) +Got one of the listed errors create table t1 (a int not null) type= innodb; insert into t1 values(1),(2); truncate table t1; |