We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7eb8cb commit 96c39f7Copy full SHA for 96c39f7
src/query/service/src/databases/system/system_database.rs
@@ -78,7 +78,10 @@ impl SystemDatabase {
78
fn disable_system_tables() -> HashMap<String, bool> {
79
let mut map = HashMap::new();
80
map.insert("configs".to_string(), true);
81
+ map.insert("tracing".to_string(), true);
82
map.insert("clusters".to_string(), true);
83
+ map.insert("malloc_stats".to_string(), true);
84
+ map.insert("build_options".to_string(), true);
85
map
86
}
87
0 commit comments