mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge 10.5 into 10.6
This commit is contained in:
@@ -118,7 +118,7 @@ static void print_cached_tables(void)
|
||||
/* purecov: begin tested */
|
||||
puts("DB Table Version Thread Open Lock");
|
||||
|
||||
tdc_iterate(0, (my_hash_walk_action) print_cached_tables_callback, NULL, true);
|
||||
tdc_iterate(0, print_cached_tables_callback, NULL, true);
|
||||
|
||||
fflush(stdout);
|
||||
/* purecov: end */
|
||||
|
Reference in New Issue
Block a user