Merge with 4.0

This commit is contained in:
monty@narttu.mysql.fi 2003-03-16 19:17:54 +02:00
commit a434bca704
196 changed files with 11755 additions and 905 deletions

View file

@ -919,7 +919,6 @@ void _db_doprnt_ (const char *format,...)
}
(void) fprintf (_db_fp_, "%s: ", state->u_keyword);
(void) vfprintf (_db_fp_, format, args);
va_end(args);
(void) fputc('\n',_db_fp_);
dbug_flush(state);
errno=save_errno;