Commit 03e47beb authored by knielsen@mysql.com's avatar knielsen@mysql.com

Compile fixes for aix52-64bit.

parent ff6507c9
...@@ -17,7 +17,9 @@ ...@@ -17,7 +17,9 @@
#ifndef _my_bitmap_h_ #ifndef _my_bitmap_h_
#define _my_bitmap_h_ #define _my_bitmap_h_
#ifdef THREAD
#include <my_pthread.h> #include <my_pthread.h>
#endif
#define MY_BIT_NONE (~(uint) 0) #define MY_BIT_NONE (~(uint) 0)
......
...@@ -54,10 +54,6 @@ private: ...@@ -54,10 +54,6 @@ private:
public: public:
enum {
NO_TABLE = ULONG_MAX
};
enum enum_error { enum enum_error {
ERR_NO_ERROR = 0, ERR_NO_ERROR = 0,
ERR_LIMIT_EXCEEDED, ERR_LIMIT_EXCEEDED,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment