1
0
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:
kent@mysql.com
2005-12-28 18:35:22 +01:00
parent 2f1614a9c1
commit eaffb7eb73

View File

@@ -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__