Commit ca881906 authored by unknown's avatar unknown
Browse files

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

parents 743b0c56 82d5d2a9
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__