1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Compile fixes for aix52-64bit.

This commit is contained in:
knielsen@mysql.com
2006-01-01 22:18:02 +01:00
parent ff6507c946
commit 03e47beb07
2 changed files with 2 additions and 4 deletions

View File

@ -17,7 +17,9 @@
#ifndef _my_bitmap_h_
#define _my_bitmap_h_
#ifdef THREAD
#include <my_pthread.h>
#endif
#define MY_BIT_NONE (~(uint) 0)

View File

@ -54,10 +54,6 @@ private:
public:
enum {
NO_TABLE = ULONG_MAX
};
enum enum_error {
ERR_NO_ERROR = 0,
ERR_LIMIT_EXCEEDED,