mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fixes for crashes and test failures
This commit is contained in:
@ -1490,14 +1490,13 @@ int main(int argc, char** argv)
|
||||
the server
|
||||
*/
|
||||
|
||||
#ifdef __WIN__
|
||||
#include "my_decimal.h"
|
||||
#include "decimal.c"
|
||||
|
||||
#if defined(__WIN__) && !defined(CMAKE_BUILD)
|
||||
#include "my_decimal.cpp"
|
||||
#include "log_event.cpp"
|
||||
#else
|
||||
#include "my_decimal.h"
|
||||
#include "decimal.c"
|
||||
#include "my_decimal.cc"
|
||||
#include "log_event.cc"
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user