1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Fix "dosen't" for someone who mailed us. :)

Docs/manual.texi:
  Fix "dosen't"
dbug/monty.doc:
  Fix "dosen't"
isam/isamchk.c:
  Fix "dosen't"
libmysql/libmysql.c:
  Fix "dosen't"
sql-bench/server-cfg.sh:
  Fix "dosen't"
sql/sql_base.cc:
  Fix "dosen't"
sql/sql_test.cc:
  Fix "dosen't"
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
This commit is contained in:
unknown
2000-08-16 04:17:40 -05:00
parent 379b269507
commit dd38ab7583
8 changed files with 11 additions and 10 deletions

View File

@ -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");