mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
ha_partition.cc and ha_partition.h are now completely merged
Added sql_mode_t to simplify merges
This commit is contained in:
@@ -280,7 +280,9 @@ static void free_memory(void *ptr)
|
||||
static void warn(const char *format,...)
|
||||
{
|
||||
va_list args;
|
||||
DBUG_PRINT("error", ("%s", format));
|
||||
va_start(args,format);
|
||||
fflush(stderr);
|
||||
vfprintf(stderr, format, args);
|
||||
va_end(args);
|
||||
|
||||
|
Reference in New Issue
Block a user