Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix the mysql sysval value config
Browse files Browse the repository at this point in the history
duanfuxiang0 authored and konghaiya committed Mar 7, 2023
1 parent 580851b commit 0691d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/tianmu/handler/ha_tianmu.cpp
Original file line number Diff line number Diff line change
@@ -2408,7 +2408,7 @@ static struct st_mysql_sys_var *tianmu_showvars[] = {MYSQL_SYSVAR(bg_load_thread
MYSQL_SYSVAR(delete_or_update_threads),
MYSQL_SYSVAR(merge_rocks_expected_count),
MYSQL_SYSVAR(insert_write_batch_size),
MYSQL_SYSVAR(gitlog_loop_interval),
MYSQL_SYSVAR(log_loop_interval),
MYSQL_SYSVAR(disk_usage_threshold),
MYSQL_SYSVAR(distinct_cache_size),
MYSQL_SYSVAR(filterevaluation_speedup),

0 comments on commit 0691d58

Please sign in to comment.