summaryrefslogtreecommitdiff
path: root/mysql-test/t/view.test
diff options
context:
space:
mode:
authorSergey Glukhov <Sergey.Glukhov@sun.com>2008-10-27 15:58:51 +0400
committerSergey Glukhov <Sergey.Glukhov@sun.com>2008-10-27 15:58:51 +0400
commit903c4dcf3b5d1d20d56cf0d5b73fad80fd38e128 (patch)
tree547153996d90a768e4717bcbda3af807ac2937ba /mysql-test/t/view.test
parent8d108cb53b48601aa0f570c918284e579ccff16b (diff)
parent380f1a84403a88b4b45f3d14fe98882a04c4773d (diff)
downloadmariadb-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.test9
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 # -----------------------------------------------------------------