mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
Portability fix (for AMD hammer)
sql/log.cc: Portability fix (for hammer)
This commit is contained in:
parent
241b6c058d
commit
68fc04c423
1 changed files with 1 additions and 0 deletions
|
@ -1067,6 +1067,7 @@ void sql_print_error(const char *format,...)
|
|||
char buff[1024];
|
||||
my_vsnprintf(buff,sizeof(buff)-1,format,args);
|
||||
DBUG_PRINT("error",("%s",buff));
|
||||
va_start(args,format);
|
||||
}
|
||||
#endif
|
||||
skr=time(NULL);
|
||||
|
|
Loading…
Reference in a new issue