Crash on galera.view test
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Galera |
New
|
Undecided
|
Unassigned |
Bug Description
Problem is that view name is unlinked from table list but wsrep_to_
Suggested fix:
{noformat}
diff --git a/sql/sql_view.cc b/sql/sql_view.cc
index 6e58564262c.
--- a/sql/sql_view.cc
+++ b/sql/sql_view.cc
@@ -426,11 +426,12 @@ bool mysql_create_
if ((res= create_
goto err;
- WSREP_TO_
lex-
view->open_type= OT_BASE_ONLY;
+ WSREP_TO_
+
if (check_
{
res= TRUE;
{noformat}
description: | updated |