also rotates | | | the binary log. | +---------------------------+------------------------------------------------+ | MASTER | Deprecated option, use RESET MASTER instead. | +---------------------------+------------------------------------------------+ | PRIVILEGES | Reload all privileges from the privilege | | | tables in the mysql database. If the server | | | is started with --skip-grant-table option, | | | this will activate the privilege tables again. | +---------------------------+------------------------------------------------+ | QUERY CACHE | Defragment the query cache to better utilize | | | its memory. If you want to reset the query | | | cache, you can do it with RESET QUERY CACHE. | +---------------------------+------------------------------------------------+ | QUERY_RESPONSE_TIME | See the QUERY_RESPONSE_TIME plugin. | +---------------------------+------------------------------------------------+ | SLAVE | Deprecated option, use RESET REPLICA or RESET | | | SLAVE instead. | +---------------------------+------------------------------------------------+ | SSL | Used to dynamically reinitialize the server's | | | TLS context by reloading the files defined by | | | several TLS system variables. See FLUSH SSL | | | for more information. | +---------------------------+------------------------------------------------+ | STATUS | Resets all server status variables that can | | | be reset to 0. Not all global status | | | variables support this, so not all global | | | values are reset. See FLUSH STATUS for more | | | information. | +---------------------------+------------------------------------------------+ | TABLE | Close tables given as options or all open | | | tables if no table list was used. From | | | MariaDB 10.4.1, using without any table list | | | will only close tables not in use, and tables | | | not locked by the FLUSH TABLES connection. If | | | there are no locked tables, FLUSH TABLES will | | | be instant and will not cause any waits, as | | | it no longer waits for tables in use. When a | | | table list is provided, from MariaDB 10.4.1, | | | the server will wait for the end of any | | | transactions that are using the tables. | | | Previously, FLUSH TABLES only waited for the | | | statements to complete. | +---------------------------+------------------------------------------------+ | TABLES | Same as FLUSH TABLE. | +---------------------------+------------------------------------------------+ | TABLES ... FOR EXPORT | For InnoDB tables, flushes table changes to | | | disk to permit binary table copies while the | | | server is running. See FLUSH TABLES ... FOR | | | EXPORT for more. | +---------------------------+------------------------------------------------+ | TABLES WITH READ LOCK | Closes all open tables. New tables are only | | | allowed to be oÕ