Commit eaffb7eb authored by kent@mysql.com's avatar kent@mysql.com
Browse files

config-win.h:

  Backported Windows MAX_INDEXES handling from 5.1
parent 2f1614a9
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__