Skip to content

Commit 5072ea4

Browse files
committed
Remove assign_read_view, not present in 5.6-v25
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.
1 parent 426a03f commit 5072ea4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

wsrep_loader.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ static int verify(const wsrep_t *wh, const char *iface_ver)
7676
VERIFY(wh->connect);
7777
VERIFY(wh->disconnect);
7878
VERIFY(wh->recv);
79-
VERIFY(wh->assign_read_view);
8079
VERIFY(wh->pre_commit);
8180
VERIFY(wh->post_commit);
8281
VERIFY(wh->post_rollback);

0 commit comments

Comments
 (0)