Crash on galera.view test
Bug #1722716 reported by
Jan Lindström
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Galera |
New
|
Undecided
|
Unassigned |
Bug Description
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}
To post a comment you must log in.
Hi Jan,
The proper place to report Galera bugs is nowadays in github https:/ /github. com/codership/ galera/.
However, this issue seems to be related to mysql-wsrep and should be reported in https:/ /github. com/codership/ mysql-wsrep/.
Thanks,
- Teemu