Commit 59ea7199 authored by joerg@mysql.com's avatar joerg@mysql.com
Browse files

Merge mysql.com:/M50/clone-5.0 into mysql.com:/M50/mysql-5.0

parents 6ccd21cf eaffb7eb
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -61,6 +61,10 @@ functions */
#define __WIN__			      /* To make it easier in VC++ */
#endif

#ifndef MAX_INDEXES
#define MAX_INDEXES 64
#endif

/* File and lock constants */
#define O_SHARE		0x1000		/* Open file in sharing mode */
#ifdef __BORLANDC__