1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-31 22:22:30 +03:00

Bug#1421360: Add Percona Server specific FLUSH statements.

- Restore FLUSH commands supported by MariaDB (removed in
the previous commit)
- Adjust test case
This commit is contained in:
Nirbhay Choubey
2016-02-22 22:07:59 -05:00
parent 5d4fb15e5a
commit 17ac959716
3 changed files with 14 additions and 4 deletions

View File

@@ -4690,7 +4690,11 @@ end_with_restore_list:
REFRESH_QUERY_CACHE_FREE |
#endif /* HAVE_QUERY_CACHE */
REFRESH_STATUS |
REFRESH_USER_RESOURCES))
REFRESH_USER_RESOURCES |
REFRESH_TABLE_STATS |
REFRESH_INDEX_STATS |
REFRESH_USER_STATS |
REFRESH_CLIENT_STATS))
{
WSREP_TO_ISOLATION_BEGIN_WRTCHK(WSREP_MYSQL_DB, NULL, NULL)
}