Crash on galera.view test

Bug #1722716 reported by Jan Lindström
6
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..cdb65a79660 100644
--- a/sql/sql_view.cc
+++ b/sql/sql_view.cc
@@ -426,11 +426,12 @@ bool mysql_create_view(THD *thd, TABLE_LIST *views,

   if ((res= create_view_precheck(thd, tables, view, mode)))
     goto err;
- WSREP_TO_ISOLATION_BEGIN(WSREP_MYSQL_DB, NULL, NULL)

   lex->link_first_table_back(view, link_to_local);
   view->open_type= OT_BASE_ONLY;

+ WSREP_TO_ISOLATION_BEGIN(WSREP_MYSQL_DB, NULL, NULL)
+
   if (check_dependencies_in_with_clauses(lex->with_clauses_list))
   {
     res= TRUE;
{noformat}

Revision history for this message
Jan Lindström (jan-lindstrom) wrote :
Revision history for this message
Teemu Ollakka (teemu-ollakka) wrote :

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

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Bug attachments

Remote bug watches

Bug watches keep track of this bug in other bug trackers.