Documentation Home
MySQL Connector/Python Developer Guide
Related Documentation Download this Manual
PDF (US Ltr) - 0.7Mb
PDF (A4) - 0.7Mb


10.11 constants.RefreshOption Class

This class performs various flush operations.

  • RefreshOption.GRANT

    Refresh the grant tables, like FLUSH PRIVILEGES.

  • RefreshOption.LOG

    Flush the logs, like FLUSH LOGS.

  • RefreshOption.TABLES

    Flush the table cache, like FLUSH TABLES.

  • RefreshOption.HOSTS

    Flush the host cache, like FLUSH HOSTS.

  • RefreshOption.STATUS

    Reset status variables, like FLUSH STATUS.

  • RefreshOption.THREADS

    Flush the thread cache.

  • RefreshOption.REPLICA

    On a replica replication server, reset the source server information and restart the replica, like RESET SLAVE. This constant was named "RefreshOption.SLAVE" before v8.0.23.