mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Applied all changes from Igor and Sanja
This commit is contained in:
@ -92,7 +92,7 @@ static void print_cached_tables(void)
|
||||
{
|
||||
share= (TABLE_SHARE*) my_hash_element(&table_def_cache, idx);
|
||||
|
||||
I_P_List_iterator<TABLE, TABLE_share> it(share->used_tables);
|
||||
TABLE_SHARE::TABLE_list::Iterator it(share->used_tables);
|
||||
while ((entry= it++))
|
||||
{
|
||||
printf("%-14.14s %-32s%6ld%8ld%6d %s\n",
|
||||
|
Reference in New Issue
Block a user