Commit 81813b1d authored by Jon Olav Hauglid's avatar Jon Olav Hauglid

Backport of revno: 2617.76.3

Bug#47107

Add missing line in previous change set.
parent 20f19d14
...@@ -1964,6 +1964,7 @@ DROP TABLE B; ...@@ -1964,6 +1964,7 @@ DROP TABLE B;
# #
# Bug #47107 assert in notify_shared_lock on incorrect # Bug #47107 assert in notify_shared_lock on incorrect
# CREATE TABLE , HANDLER # CREATE TABLE , HANDLER
#
DROP TABLE IF EXISTS t1; DROP TABLE IF EXISTS t1;
CREATE TABLE t1(f1 integer); CREATE TABLE t1(f1 integer);
# The following CREATE TABLEs before gave an assert. # The following CREATE TABLEs before gave an assert.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment