mirror of
https://github.com/MariaDB/server.git
synced 2025-08-31 22:22:30 +03:00
refs codership/mysql-wsrep#198 fixed merge issues
This commit is contained in:
committed by
Nirbhay Choubey
parent
0ecc4fe2ac
commit
7d89deb0a3
@@ -4690,16 +4690,7 @@ end_with_restore_list:
|
||||
REFRESH_QUERY_CACHE_FREE |
|
||||
#endif /* HAVE_QUERY_CACHE */
|
||||
REFRESH_STATUS |
|
||||
REFRESH_USER_RESOURCES |
|
||||
/*
|
||||
Percona Server specific
|
||||
*/
|
||||
REFRESH_FLUSH_PAGE_BITMAPS |
|
||||
REFRESH_TABLE_STATS |
|
||||
REFRESH_INDEX_STATS |
|
||||
REFRESH_USER_STATS |
|
||||
REFRESH_CLIENT_STATS |
|
||||
REFRESH_THREAD_STATS))
|
||||
REFRESH_USER_RESOURCES))
|
||||
{
|
||||
WSREP_TO_ISOLATION_BEGIN_WRTCHK(WSREP_MYSQL_DB, NULL, NULL)
|
||||
}
|
||||
@@ -4736,11 +4727,11 @@ end_with_restore_list:
|
||||
*/
|
||||
if (first_table)
|
||||
{
|
||||
WSREP_TO_ISOLATION_BEGIN(NULL, NULL, first_table);
|
||||
WSREP_TO_ISOLATION_BEGIN_WRTCHK(NULL, NULL, first_table);
|
||||
}
|
||||
else
|
||||
{
|
||||
WSREP_TO_ISOLATION_BEGIN(WSREP_MYSQL_DB, NULL, NULL);
|
||||
WSREP_TO_ISOLATION_BEGIN_WRTCHK(WSREP_MYSQL_DB, NULL, NULL);
|
||||
}
|
||||
}
|
||||
#endif /* WITH_WSREP */
|
||||
|
Reference in New Issue
Block a user