mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
1. Fix compilation on Windows;
2. Fix trigger.test. server-tools/instance-manager/log.cc: Fix compilation in Windows. sql/sql_trigger.cc: Use strlen() instead of sizeof() for C-strings.
This commit is contained in:
@ -22,6 +22,8 @@
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
#include "portability.h" /* for vsnprintf() on Windows. */
|
||||
|
||||
/*
|
||||
TODO:
|
||||
- add flexible header support
|
||||
|
Reference in New Issue
Block a user