mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Fix "dosen't" for someone who mailed us. :)
This commit is contained in:
@@ -86,7 +86,7 @@ void print_cached_tables(void)
|
||||
}
|
||||
}
|
||||
if (count != unused)
|
||||
printf("Unused_links (%d) dosen't match open_cache: %d\n", count,unused);
|
||||
printf("Unused_links (%d) doesn't match open_cache: %d\n", count,unused);
|
||||
printf("\nCurrent refresh version: %ld\n",refresh_version);
|
||||
if (hash_check(&open_cache))
|
||||
printf("Error: File hash table is corrupted\n");
|
||||
|
||||
Reference in New Issue
Block a user