diff options
author | Sergey Glukhov <Sergey.Glukhov@sun.com> | 2008-10-27 15:58:51 +0400 |
---|---|---|
committer | Sergey Glukhov <Sergey.Glukhov@sun.com> | 2008-10-27 15:58:51 +0400 |
commit | 903c4dcf3b5d1d20d56cf0d5b73fad80fd38e128 (patch) | |
tree | 547153996d90a768e4717bcbda3af807ac2937ba /mysql-test/t/view.test | |
parent | 8d108cb53b48601aa0f570c918284e579ccff16b (diff) | |
parent | 380f1a84403a88b4b45f3d14fe98882a04c4773d (diff) | |
download | mariadb-git-903c4dcf3b5d1d20d56cf0d5b73fad80fd38e128.tar.gz |
5.0-bugteam->5.1-bugteam merge(bug#39040)
Diffstat (limited to 'mysql-test/t/view.test')
-rw-r--r-- | mysql-test/t/view.test | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mysql-test/t/view.test b/mysql-test/t/view.test index 7db1a693a93..05aa76d492d 100644 --- a/mysql-test/t/view.test +++ b/mysql-test/t/view.test @@ -3556,6 +3556,15 @@ DROP VIEW v1; ########################################################################### +# +# Bug#39040: valgrind errors/crash when creating views with binlog logging +# enabled +# +# Bug is visible only when running in valgrind with binary logging. +CREATE VIEW v1 AS SELECT 1; +DROP VIEW v1; + + --echo # ----------------------------------------------------------------- --echo # -- End of 5.0 tests. --echo # ----------------------------------------------------------------- |