1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00
dbug/dbug.c:
  dbug naming conventions
include/my_dbug.h:
  unused function
This commit is contained in:
unknown
2008-02-05 14:19:53 +01:00
parent cd6a090a78
commit 7e54b96791
5 changed files with 3 additions and 14 deletions

View File

@ -2399,7 +2399,7 @@ static void dbug_flush(CODE_STATE *cs)
/* For debugging */
void _db_force_flush()
void _db_force_flush_()
{
CODE_STATE *cs;
get_code_state_or_return;