From dd848dfa914e1f01eb3a8b2a5ce16af0cb7055c7 Mon Sep 17 00:00:00 2001 From: Jon Olav Hauglid Date: Wed, 9 Dec 2009 13:27:24 +0100 Subject: [PATCH] Backport of revno: 2617.76.3 Bug#47107 Add missing line in previous change set. mysql-test/r/create.result: Bug#47107 Add missing line in previous change set. --- mysql-test/r/create.result | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql-test/r/create.result b/mysql-test/r/create.result index 90502f94f44..66439593c7c 100644 --- a/mysql-test/r/create.result +++ b/mysql-test/r/create.result @@ -1964,6 +1964,7 @@ DROP TABLE B; # # Bug #47107 assert in notify_shared_lock on incorrect # CREATE TABLE , HANDLER +# DROP TABLE IF EXISTS t1; CREATE TABLE t1(f1 integer); # The following CREATE TABLEs before gave an assert.