ast_fuzzer_any_query
When false (default), the server-side AST fuzzer (controlled byast_fuzzer_runs) only fuzzes read-only queries (SELECT, EXPLAIN, SHOW, DESCRIBE, EXISTS). When true, all query types including DDL and INSERT are fuzzed.
ast_fuzzer_runs
Enables the server-side AST fuzzer that runs randomized queries after each normal query, discarding their results.- 0: disabled (default).
- A value between 0 and 1 (exclusive): probability of running a single fuzzed query.
- A value >= 1: the number of fuzzed queries to run per normal query.