Skip to content

Commit

Permalink
Fix tunables
Browse files Browse the repository at this point in the history
Signed-off-by: Salil Chandra <schandra107@bloomberg.net>
  • Loading branch information
chands10 committed Oct 31, 2023
1 parent f6cf47a commit f4a923f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tunables.test/t00_all_tunables.expected
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
(name='allow_user_schema', description='Enable to allow per-user schemas. (Default: off)', type='BOOLEAN', value='OFF', read_only='Y')
(name='already_aborted_trace', description='Print trace when dd_abort skips an 'already-aborted' locker', type='BOOLEAN', value='OFF', read_only='N')
(name='alternate_verify_fail', description='alternate_verify_fail', type='BOOLEAN', value='OFF', read_only='N')
(name='always_load_preupd_blobs.', description='For update triggers, always load pre-update blob values. (Default: on)', type='BOOLEAN', value='ON', read_only='N')
(name='always_load_preupd_blobs', description='For update triggers, always load pre-update blob values. (Default: on)', type='BOOLEAN', value='ON', read_only='N')
(name='always_send_cnonce', description='Always send cnonce to master. (Default: on)', type='BOOLEAN', value='ON', read_only='N')
(name='analyze_comp_threads', description='Number of thread to use when generating samples for computing index statistics. (Default: 10)', type='INTEGER', value='10', read_only='Y')
(name='analyze_comp_threshold', description='Index file size above which we'll do sampling, rather than scan the entire index. (Default: 104857600)', type='INTEGER', value='104857600', read_only='Y')
Expand Down

0 comments on commit f4a923f

Please sign in to comment.