1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00
- Fixes query cache so that it is aware of wsrep_sync_wait.
  Query cache would return (possibly stale) results to the
  client, regardless of the value of wsrep_sync_wait.
- Includes the test case that reproduced the issue.
This commit is contained in:
Daniele Sciascia
2015-10-20 17:54:14 +02:00
committed by Nirbhay Choubey
parent 70113ee170
commit 8a71fde01f
8 changed files with 77 additions and 6 deletions

View File

@@ -2395,6 +2395,7 @@ public:
size_t wsrep_TOI_pre_query_len;
void* wsrep_apply_format;
bool wsrep_apply_toi; /* applier processing in TOI */
wsrep_gtid_t wsrep_sync_wait_gtid;
#endif /* WITH_WSREP */
/**
Internal parser state.