mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge of mysql-5.1-bugteam into mysql-trunk-merge.
This commit is contained in:
@@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
/* Oracle Solaris Studio */
|
/* Oracle Solaris Studio */
|
||||||
#elif defined(__SUNPRO_C) || defined(__SUNPRO_CC)
|
#elif defined(__SUNPRO_C) || defined(__SUNPRO_CC)
|
||||||
# if (__SUNPRO_C >= 0x590) || (__SUNPRO_CC >= 0x590)
|
# if __SUNPRO_C >= 0x590
|
||||||
# define MY_ALIGN_EXT
|
# define MY_ALIGN_EXT
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
@@ -124,4 +124,6 @@ struct my_aligned_storage
|
|||||||
|
|
||||||
#endif /* __cplusplus */
|
#endif /* __cplusplus */
|
||||||
|
|
||||||
|
#include <my_attribute.h>
|
||||||
|
|
||||||
#endif /* MY_COMPILER_INCLUDED */
|
#endif /* MY_COMPILER_INCLUDED */
|
||||||
|
@@ -698,7 +698,7 @@ typedef unsigned short ushort;
|
|||||||
#define my_const_cast(A) (A)
|
#define my_const_cast(A) (A)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <my_attribute.h>
|
#include <my_compiler.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Wen using the embedded library, users might run into link problems,
|
Wen using the embedded library, users might run into link problems,
|
||||||
|
Reference in New Issue
Block a user