mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
c87923dc2d
- Remove all mentioning of /MAP /MAPINFO link options (does not work in VS2010). Remove map files from packaging. - Fix warning about ETIMEDOUT being redefined. - Fix warning about FSP_EXTENT_SIZE in xtradb (32/64 bit right shift mismatch) - Silence warnings coming from generated code (flex/bison) in xtradb/innodb_plugin. - Be nice to people without cygwin (me) and add win/configure-mariadb.bat with options suitable for quick compilation, e.g no embedded
8 lines
239 B
Batchfile
8 lines
239 B
Batchfile
cscript win\configure.js ^
|
|
WITH_EXAMPLE_STORAGE_ENGINE ^
|
|
WITH_FEDERATEDX_STORAGE_ENGINE ^
|
|
WITH_MERGE_STORAGE_ENGINE ^
|
|
WITH_PARTITION_STORAGE_ENGINE ^
|
|
WITH_MARIA_STORAGE_ENGINE ^
|
|
WITH_PBXT_STORAGE_ENGINE ^
|
|
WITH_XTRADB_STORAGE_ENGINE
|