mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Compile fixes for aix52-64bit.
include/my_bitmap.h: Protect incluce of my_pthread.h with #ifdef THREAD, to make it work in non-thread environment. sql/rpl_tblmap.h: Remove unused NO_TABLE enum which broke compilation on picky compilers (trying to put ULONG_MAX into an int...)
This commit is contained in:
@@ -54,10 +54,6 @@ private:
|
||||
|
||||
public:
|
||||
|
||||
enum {
|
||||
NO_TABLE = ULONG_MAX
|
||||
};
|
||||
|
||||
enum enum_error {
|
||||
ERR_NO_ERROR = 0,
|
||||
ERR_LIMIT_EXCEEDED,
|
||||
|
Reference in New Issue
Block a user