diff options
author | unknown <msvensson@neptunus.(none)> | 2005-04-28 11:05:44 +0200 |
---|---|---|
committer | unknown <msvensson@neptunus.(none)> | 2005-04-28 11:05:44 +0200 |
commit | 56b8c9061c3d118f61b572e2299f351b179c9385 (patch) | |
tree | 5e17ddbb6eced6eef55d8983ea1660a98e639c06 /mysql-test/r/archive.result | |
parent | aba91fb130e3d431c4e13396cc6dc8cbe431c93e (diff) | |
download | mariadb-git-56b8c9061c3d118f61b572e2299f351b179c9385.tar.gz |
Merge bug9911 with 5.0
mysql-test/r/archive.result:
Warning will be pushed when renaming table with "optional" files.
Diffstat (limited to 'mysql-test/r/archive.result')
-rw-r--r-- | mysql-test/r/archive.result | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/r/archive.result b/mysql-test/r/archive.result index 9cd5bba267f..793e50cf653 100644 --- a/mysql-test/r/archive.result +++ b/mysql-test/r/archive.result @@ -192,6 +192,8 @@ select count(*) from t3; count(*) 1199 rename table t3 to t4; +Warnings: +Error 7 Error on rename of './test/t3.ARN' to './test/t4.ARN' (Errcode: 2) select * from t4 where fld3='bonfire'; auto fld1 companynr fld3 fld4 fld5 fld6 1191 068504 00 bonfire corresponds positively |