diff options
author | Aleksey Midenkov <midenok@gmail.com> | 2020-12-01 05:15:39 +0300 |
---|---|---|
committer | Aleksey Midenkov <midenok@gmail.com> | 2020-12-02 02:07:18 +0300 |
commit | 48449838ebaec1b8ae6373c637d6b4f1ccaebd4e (patch) | |
tree | 161319ca8fdf84a9030550ade0c6b358c101c10e | |
parent | 447ea22af0be1fd1adfb42701c7ad3881dfad729 (diff) | |
download | mariadb-git-48449838ebaec1b8ae6373c637d6b4f1ccaebd4e.tar.gz |
Test
-rw-r--r-- | mysql-test/suite/innodb/r/alter_foreign_crash.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/innodb/r/alter_foreign_crash.result b/mysql-test/suite/innodb/r/alter_foreign_crash.result index 7c20ba83c84..92e2a01e0c1 100644 --- a/mysql-test/suite/innodb/r/alter_foreign_crash.result +++ b/mysql-test/suite/innodb/r/alter_foreign_crash.result @@ -22,6 +22,6 @@ Tables_in_bug parent alter table parent row_format=dynamic; Warnings: -Warning 1105 Reference hint to non-existent table `bug.child` skipped +Warning 1215 Reference hint to non-existent table `bug.child` skipped drop table parent; drop database bug; |