mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Fixes to merge between 5.1-main and 5.1-marvel
include/my_atomic.h: To avoid compiler problems on some platforms, static inline should be a macro here. include/my_bit.h: To avoid compiler problems on windows and solaris mysys/my_create.c: To avoid compiler problems on windows. mysys/my_delete.c: To avoid compiler problems on windows.
This commit is contained in:
parent
fb84f573ad
commit
32d207ca32
4 changed files with 11 additions and 7 deletions
|
|
@ -15,6 +15,7 @@
|
|||
|
||||
#include "mysys_priv.h"
|
||||
#include "mysys_err.h"
|
||||
#include <my_sys.h>
|
||||
|
||||
int my_delete(const char *name, myf MyFlags)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue