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

config-win.h:

  Backported Windows MAX_INDEXES handling from 5.1
parent 2f1614a9
...@@ -61,6 +61,10 @@ functions */ ...@@ -61,6 +61,10 @@ functions */
#define __WIN__ /* To make it easier in VC++ */ #define __WIN__ /* To make it easier in VC++ */
#endif #endif
#ifndef MAX_INDEXES
#define MAX_INDEXES 64
#endif
/* File and lock constants */ /* File and lock constants */
#define O_SHARE 0x1000 /* Open file in sharing mode */ #define O_SHARE 0x1000 /* Open file in sharing mode */
#ifdef __BORLANDC__ #ifdef __BORLANDC__
......
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