mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
config-win.h:
Backported Windows MAX_INDEXES handling from 5.1
This commit is contained in:
@@ -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__
|
||||
|
Reference in New Issue
Block a user