Enum JsonSchemaMysql.LogOutputEnum

  • All Implemented Interfaces:
    Serializable, Comparable<JsonSchemaMysql.LogOutputEnum>
    Enclosing class:
    JsonSchemaMysql

    public static enum JsonSchemaMysql.LogOutputEnum
    extends Enum<JsonSchemaMysql.LogOutputEnum>
    The slow log output destination when slow_query_log is ON. To enable MySQL AI Insights, choose INSIGHTS. To use MySQL AI Insights and the mysql.slow_log table at the same time, choose INSIGHTS,TABLE. To only use the mysql.slow_log table, choose TABLE. To silence slow logs, choose NONE.