Skip to content

Commit

Permalink
Remove assign_read_view, not present in 5.6-v25
Browse files Browse the repository at this point in the history
Remove the call to VERIFY(wh->assign_read_view); from wsrep_api.h - it
is not present in wsrep_api.h from mysql-wsrep-bugs/5.6-v25.
  • Loading branch information
vasild committed Jun 28, 2018
1 parent 426a03f commit 5072ea4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wsrep_loader.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ static int verify(const wsrep_t *wh, const char *iface_ver)
VERIFY(wh->connect);
VERIFY(wh->disconnect);
VERIFY(wh->recv);
VERIFY(wh->assign_read_view);
VERIFY(wh->pre_commit);
VERIFY(wh->post_commit);
VERIFY(wh->post_rollback);
Expand Down

0 comments on commit 5072ea4

Please sign in to comment.