The following tables details all of the configuration options available when building MySQL server from source. The first table shows the CMake options, which are used in MySQL 5.5.5 and up. The second table shows the configure (GNU autotools) options, which are used prior to MySQL 5.5.5. The tables includes the following columns:
Formats: The command line format for the configure option.
Description: A short description of the option.
Default: The default value.
Introduced: The versions in which the option was introduced.
Removed: The versions in which the option was removed.
5.0, 5.1, and so forth: Whether the option is available in MySQL 5.0, MySQL 5.1, and so forth. If available, a link to the reference manual where more information can be located will be included.
Table 4.1. Build (CMake) options
| Format | Description | |||||
|---|---|---|---|---|---|---|
| Default | Introduced | Removed | 5.5 | 5.6 | 5.7 | |
| BUILD_CONFIG | Use same build options as official releases | |||||
| 5.5.7 | yes | yes | yes | |||
| CMAKE_BUILD_TYPE | Type of build to produce | |||||
| RelWithDebInfo | 5.5.7 | yes | yes | yes | ||
| CMAKE_INSTALL_PREFIX | Installation base directory | |||||
| /usr/local/mysql | 5.5.8 | yes | yes | yes | ||
| COMPILATION_COMMENT | Comment about compilation environment | |||||
| 5.5.7 | yes | yes | yes | |||
| CPACK_MONOLITHIC_INSTALL | Whether package build produces single file | |||||
| OFF | 5.5.7 | yes | yes | yes | ||
| DEFAULT_CHARSET | The default server character set | |||||
| latin1 | 5.5.7 | yes | yes | yes | ||
| DEFAULT_COLLATION | The default server collation | |||||
| latin1_swedish_ci | 5.5.7 | yes | yes | yes | ||
| ENABLE_DEBUG_SYNC | Whether to enable Debug Sync support | |||||
| ON | 5.5.7 | yes | yes | yes | ||
| ENABLE_DOWNLOADS | Whether to download optional files | |||||
| OFF | 5.5.7 | yes | yes | yes | ||
| ENABLE_DTRACE | Whether to include DTrace support | |||||
| 5.5.7 | yes | yes | yes | |||
| ENABLE_GCOV | Whether to include gcov support | |||||
| 5.5.14, 5.6.3 | yes | yes | yes | |||
| ENABLE_GPROF | Enable gprof (optimized Linux builds only) | |||||
| OFF | 5.6.6 | yes | yes | |||
| ENABLED_LOCAL_INFILE | Whether to enable LOCAL for LOAD DATA INFILE | |||||
| OFF | 5.5.7 | yes | yes | yes | ||
| ENABLED_PROFILING | Whether to enable query profiling code | |||||
| ON | 5.5.7 | yes | yes | yes | ||
| IGNORE_AIO_CHECK | With -DBUILD_CONFIG=mysql_release, ignore libaio check | |||||
| OFF | 5.5.9, 5.6.1 | yes | yes | yes | ||
| INSTALL_BINDIR | User executables directory | |||||
| PREFIX/bin | 5.5.7 | yes | yes | yes | ||
| INSTALL_DOCDIR | Documentation directory | |||||
| PREFIX/docs | 5.5.7 | yes | yes | yes | ||
| INSTALL_DOCREADMEDIR | README file directory | |||||
| PREFIX | 5.5.7 | yes | yes | yes | ||
| INSTALL_INCLUDEDIR | Header file directory | |||||
| PREFIX/include | 5.5.7 | yes | yes | yes | ||
| INSTALL_INFODIR | Info file directory | |||||
| PREFIX/docs | 5.5.7 | yes | yes | yes | ||
| INSTALL_LAYOUT | Select predefined installation layout | |||||
| STANDALONE | 5.5.7 | yes | yes | yes | ||
| INSTALL_LIBDIR | Library file directory | |||||
| PREFIX/lib | 5.5.7 | yes | yes | yes | ||
| INSTALL_MANDIR | Manual page directory | |||||
| PREFIX/man | 5.5.7 | yes | yes | yes | ||
| INSTALL_MYSQLSHAREDIR | Shared data directory | |||||
| PREFIX/share | 5.5.7 | yes | yes | yes | ||
| INSTALL_MYSQLTESTDIR | mysql-test directory | |||||
| PREFIX/mysql-test | 5.5.7 | yes | yes | yes | ||
| INSTALL_PLUGINDIR | Plugin directory | |||||
| PREFIX/lib/plugin | 5.5.7 | yes | yes | yes | ||
| INSTALL_SBINDIR | Server executable directory | |||||
| PREFIX/bin | 5.5.7 | yes | yes | yes | ||
| INSTALL_SCRIPTDIR | Scripts directory | |||||
| PREFIX/scripts | 5.5.7 | yes | yes | yes | ||
| INSTALL_SHAREDIR | aclocal/mysql.m4 installation directory | |||||
| PREFIX/share | 5.5.7 | yes | yes | yes | ||
| INSTALL_SQLBENCHDIR | sql-bench directory | |||||
| PREFIX | 5.5.7 | yes | yes | yes | ||
| INSTALL_SUPPORTFILESDIR | Extra support files directory | |||||
| PREFIX/support-files | 5.5.7 | yes | yes | yes | ||
| MAX_INDEXES | Maximum indexes per table | |||||
| 64 | 5.7.1 | yes | ||||
| MEMCACHED_HOME | Path to memcached | |||||
| [none] | 5.5.16-ndb-7.2.2 | yes | yes | |||
| MYSQL_DATADIR | Data directory | |||||
| 5.5.7 | yes | yes | yes | |||
| MYSQL_MAINTAINER_MODE | Whether to enable MySQL maintainer-specific development environment | |||||
| OFF | 5.5.7 | yes | yes | yes | ||
| MYSQL_PROJECT_NAME | Windows/Mac OS X project name | |||||
| 3306 | 5.6.5, 5.5.21 | yes | yes | yes | ||
| MYSQL_TCP_PORT | TCP/IP port number | |||||
| 3306 | 5.5.7 | yes | yes | yes | ||
| MYSQL_UNIX_ADDR | Unix socket file | |||||
| /tmp/mysql.sock | 5.5.7 | yes | yes | yes | ||
| ODBC_INCLUDES | ODBC includes directory | |||||
| yes | yes | yes | ||||
| ODBC_LIB_DIR | ODBC library directory | |||||
| yes | yes | yes | ||||
| OPTIMIZER_TRACE | Whether to support optimizer tracing | |||||
| 5.6.3 | yes | yes | ||||
| SYSCONFDIR | Option file directory | |||||
| 5.5.7 | yes | yes | yes | |||
| WITH_BUNDLED_LIBEVENT | Use bundled libevent when building ndbmemcache | |||||
| ON | 5.5.16-ndb-7.2.2 | yes | yes | |||
| WITH_BUNDLED_MEMCACHED | Use bundled memcached when building ndbmemcache | |||||
| ON | 5.5.16-ndb-7.2.2 | yes | yes | |||
| WITH_CLASSPATH | Classpath to use when building MySQL Cluster Connector for Java. Default is an empty string. | |||||
| yes | yes | |||||
| WITH_DEBUG | Whether to include debugging support | |||||
| OFF | 5.5.7 | yes | yes | yes | ||
| WITH_DEFAULT_COMPILER_OPTIONS | Whether to use default compiler options | |||||
| ON | 5.6.6 | yes | yes | |||
| WITH_DEFAULT_FEATURE_SET | Whether to use default feature set | |||||
| ON | 5.6.6 | yes | yes | |||
| WITH_EDITLINE | Which libedit/editline library to use | |||||
| bundled | 5.7.2, 5.6.12 | yes | yes | |||
| WITH_EMBEDDED_SERVER | Whether to build embedded server | |||||
| OFF | 5.5.7 | yes | yes | yes | ||
| WITH_xxx_STORAGE_ENGINE | Compile storage engine xxx statically into server | |||||
| 5.5.7 | yes | yes | yes | |||
| WITH_ERROR_INSERT | Enable error injection in the NDB storage engine. Should not be used for building binaries intended for production. | |||||
| OFF | yes | yes | ||||
| WITH_EXTRA_CHARSETS | Which extra character sets to include | |||||
| all | 5.5.7 | yes | yes | yes | ||
| WITH_INNODB_EXTRA_DEBUG | Whether to include extra debugging support for InnoDB. | |||||
| OFF | ||||||
| WITH_LIBEDIT | Use bundled libedit library | |||||
| ON | 5.5.7 | 5.6.12 | yes | yes | ||
| WITH_LIBWRAP | Whether to include libwrap (TCP wrappers) support | |||||
| OFF | 5.5.7 | yes | yes | yes | ||
| WITH_NDB_BINLOG | Enable binary logging by default by mysqld. | |||||
| ON | yes | yes | ||||
| WITH_NDB_DEBUG | Produce a debug build for testing or troubleshooting. | |||||
| OFF | yes | yes | ||||
| WITH_NDB_JAVA | Enable building of Java and ClusterJ support. Enabled by default. Supported in MySQL Cluster only. | |||||
| ON | 5.5.27-ndb-7.2.9 | yes | yes | |||
| WITH_NDB_PORT | Default port used by a management server built with this option. If this option was not used to build it, the management server's default port is 1186. | |||||
| [none] | yes | yes | ||||
| WITH_NDB_TEST | Include NDB API test programs. | |||||
| OFF | yes | yes | ||||
| WITH_NDBCLUSTER_STORAGE_ENGINE | Build the NDB storage engine | |||||
| ON | yes | yes | ||||
| WITH_NDBMTD | Build multi-threaded data node. | |||||
| ON | yes | yes | ||||
| WITH_READLINE | Use bundled readline library | |||||
| OFF | 5.5.7 | 5.6.5 | yes | yes | ||
| WITH_SSL | Type of SSL support | |||||
| no | 5.5.7 | yes | yes | yes | ||
| WITH_UNIXODBC | Enable unixODBC support | |||||
| OFF | yes | yes | yes | |||
| WITH_ZLIB | Type of zlib support | |||||
| system | 5.5.7 | yes | yes | yes | ||
| WITHOUT_xxx_STORAGE_ENGINE | Exclude storage engine xxx from build | |||||
| 5.5.7 | yes | yes | yes | |||
Table 4.2. Build (configure) options
| Format | Description | |||||
|---|---|---|---|---|---|---|
| Default | Introduced | Removed | 5.0 | 5.1 | 5.5 | |
| --bindir=DIR | User executables | |||||
| EPREFIX/bin | yes | yes | yes | |||
| --build=BUILD | Configure for building on BUILD | |||||
| guessed | yes | yes | yes | |||
| --cache-file=FILE | Cache test results in FILE | |||||
| disabled | yes | yes | yes | |||
| -C | Alias for `--cache-file=config.cache' | |||||
| yes | yes | yes | ||||
| --config-cache | Alias for `--cache-file=config.cache' | |||||
| yes | yes | yes | ||||
| --datadir=DIR | Read-only architecture-independent data | |||||
| PREFIX/share | yes | yes | yes | |||
| --disable-FEATURE | Do not include FEATURE | |||||
| yes | yes | yes | ||||
| --disable-community-features | Disable additional features provided by the community | |||||
| 5.0.82, 5.1.28 | yes | yes | yes | |||
| --disable-dependency-tracking | Disable dependency tracking | |||||
| yes | yes | yes | ||||
| --disable-grant-options | Disable GRANT options | |||||
| 5.0.34 | yes | yes | yes | |||
| --disable-largefile | Omit support for large files | |||||
| yes | yes | yes | ||||
| --disable-libtool-lock | Disable libtool lock | |||||
| yes | yes | yes | ||||
| --disable-profiling | Build a version without query profiling code | |||||
| 5.0.37 | 5.0.45 | yes | ||||
| --disable-thread-safe-client | Compile the client without threads | |||||
| 5.1.7 | yes | yes | ||||
| --enable-FEATURE | Enable FEATURE | |||||
| yes | yes | yes | ||||
| --enable-assembler | Use assembler versions of some string functions if available | |||||
| yes | yes | yes | ||||
| --enable-debug-sync | Compile in Debug Sync facility | |||||
| 6.0.6, 5.1.41 | yes | yes | ||||
| --enable-dependency-tracking | Do not reject slow dependency extractors | |||||
| yes | yes | yes | ||||
| --enable-dtrace | Compile in DTrace support | |||||
| 6.0.4 | yes | |||||
| --enable-fast-install | Optimize for fast installation | |||||
| yes | yes | yes | yes | |||
| --enable-local-infile | Enable LOCAL for LOAD DATA INFILE | |||||
| disabled | yes | yes | yes | |||
| --enable-profiling | Build a version with query profiling code | |||||
| 5.1.24 | yes | yes | ||||
| --enable-shared | Build shared libraries | |||||
| yes | yes | yes | yes | |||
| --enable-static | Build static libraries | |||||
| yes | yes | yes | yes | |||
| --enable-thread-safe-client | Compile the client with threads | |||||
| 5.1.6 | yes | yes | ||||
| --exec-prefix=EPREFIX | Install architecture-dependent files in EPREFIX | |||||
| yes | yes | yes | ||||
| -h | Display this help and exit | |||||
| yes | yes | yes | ||||
| --help | Display this help and exit | |||||
| yes | yes | yes | ||||
| --help=short | Display options specific to this package | |||||
| yes | yes | yes | ||||
| --help=recursive | Display the short help of all the included packages | |||||
| yes | yes | yes | ||||
| --host=HOST | Cross-compile to build programs to run on HOST | |||||
| yes | yes | yes | ||||
| --includedir=DIR | C header files | |||||
| PREFIX/include | yes | yes | yes | |||
| --infodir=DIR | Info documentation | |||||
| PREFIX/info | yes | yes | yes | |||
| --libdir=DIR | Object code libraries | |||||
| EPREFIX/lib | yes | yes | yes | |||
| --libexecdir=DIR | Program executables | |||||
| EPREFIX/libexec | yes | yes | yes | |||
| --localstatedir=DIR | Modifiable single-machine data | |||||
| PREFIX/var | yes | yes | yes | |||
| --mandir=DIR | man documentation | |||||
| PREFIX/man | yes | yes | yes | |||
| -n | Do not create output files | |||||
| yes | yes | yes | ||||
| --no-create | Do not create output files | |||||
| yes | yes | yes | ||||
| --oldincludedir=DIR | C header files for non-gcc | |||||
| /usr/include | yes | yes | yes | |||
| --prefix=PREFIX | Install architecture-independent files in PREFIX | |||||
| yes | yes | yes | ||||
| --program-prefix=PREFIX | Prepend PREFIX to installed program names | |||||
| yes | yes | yes | ||||
| --program-suffix=SUFFIX | Append SUFFIX to installed program names | |||||
| yes | yes | yes | ||||
| --program-transform-name=PROGRAM | run sed PROGRAM on installed program names | |||||
| yes | yes | yes | ||||
| -q | Do not print `checking...' messages | |||||
| yes | yes | yes | ||||
| --quiet | Do not print `checking...' messages | |||||
| yes | yes | yes | ||||
| --sbindir=DIR | System administrative executables | |||||
| EPREFIX/sbin | yes | yes | yes | |||
| --sharedstatedir=DIR | Modifiable architecture-independent data | |||||
| PREFIX/com | yes | yes | yes | |||
| --srcdir=DIR | Find the sources in DIR | |||||
| configure directory or .. | yes | yes | yes | |||
| --sysconfdir=DIR | Read-only single-machine data | |||||
| PREFIX/etc | yes | yes | yes | |||
| --target=TARGET | Configure for building compilers for TARGET | |||||
| yes | yes | yes | ||||
| -V | Display version information and exit | |||||
| yes | yes | yes | ||||
| --version | Display version information and exit | |||||
| yes | yes | yes | ||||
| --with-PACKAGE | Use PACKAGE | |||||
| yes | yes | yes | ||||
| --with-archive-storage-engine | Enable the Archive Storage Engine | |||||
| no | 5.1.9 | yes | yes | |||
| --with-atomic-ops | Implement atomic operations using pthread rwlocks or atomic CPU instructions for multi-processor | |||||
| 5.1.12 | yes | yes | ||||
| --with-berkeley-db | Use BerkeleyDB located in DIR | |||||
| no | 5.1.11 | yes | yes | |||
| --with-berkeley-db-includes | Find Berkeley DB headers in DIR | |||||
| 5.1.11 | yes | yes | ||||
| --with-berkeley-db-libs | Find Berkeley DB libraries in DIR | |||||
| 5.1.11 | yes | yes | ||||
| --with-big-tables | Support tables with more than 4 G rows even on 32 bit platforms | |||||
| 5.0.4 | yes | yes | yes | |||
| --with-blackhole-storage-engine | Enable the Blackhole Storage Engine | |||||
| no | 5.0.4 | 5.1.9 | yes | yes | ||
| --with-charset | Default character set | |||||
| yes | yes | yes | ||||
| --with-client-ldflags | Extra linking arguments for clients | |||||
| yes | yes | yes | ||||
| --with-collation | Default collation | |||||
| yes | yes | yes | ||||
| --with-comment | Comment about compilation environment | |||||
| yes | yes | yes | ||||
| --with-csv-storage-engine | Enable the CSV Storage Engine | |||||
| yes | 5.1.9 | yes | yes | |||
| --with-darwin-mwcc | Use Metrowerks CodeWarrior wrappers on OS X/Darwin | |||||
| 5.0.6 | yes | yes | yes | |||
| --with-debug | Add debug code | |||||
| 5.1.7 | yes | yes | ||||
| --with-debug=full | Add debug code (adds memory checker, very slow) | |||||
| 5.1.7 | yes | yes | ||||
| --with-embedded-privilege-control | Build parts to check user's privileges (only affects embedded library) | |||||
| yes | yes | yes | ||||
| --with-embedded-server | Build the embedded server | |||||
| yes | yes | yes | ||||
| --with-error-inject | Enable error injection in MySQL Server | |||||
| 5.1.11 | yes | yes | ||||
| --with-example-storage-engine | Enable the Example Storage Engine | |||||
| no | 5.1.9 | yes | yes | |||
| --with-extra-charsets | Use charsets in addition to default | |||||
| yes | yes | yes | ||||
| --with-fast-mutexes | Compile with fast mutexes | |||||
| enabled | 5.1.5 | yes | yes | |||
| --with-federated-storage-engine | Enable federated storage engine | |||||
| no | 5.1.3 | 5.1.9 | yes | |||
| --with-gnu-ld | Assume the C compiler uses GNU ld | |||||
| no | yes | yes | yes | |||
| --with-innodb | Enable innobase storage engine | |||||
| no | 5.1.3 | 5.1.9 | yes | |||
| --with-isam | Enable the ISAM table type | |||||
| 5.0.2 | yes | |||||
| --with-lib-ccflags | Extra CC options for libraries | |||||
| yes | yes | yes | ||||
| --with-libevent | Include libevent for thread-pool support | |||||
| 6.0.4 | ||||||
| --with-libwrap=DIR | Compile in libwrap (tcp_wrappers) support | |||||
| yes | yes | yes | ||||
| --with-low-memory | Try to use less memory to compile to avoid memory limitations | |||||
| yes | yes | yes | ||||
| --with-machine-type | Set the machine type, like "powerpc" | |||||
| 5.0.44 | yes | yes | yes | |||
| --with-maria-temp-tables | Make the temporary tables within MySQL use the Maria storage engine | |||||
| 6.0.6, 5.1.24-maria | ||||||
| --with-max-indexes=N | Sets the maximum number of indexes per table | |||||
| 64 | yes | yes | yes | |||
| --with-mit-threads | Always use included thread lib | |||||
| 5.0.4 | yes | |||||
| --with-mysqld-ldflags | Extra linking arguments for mysqld | |||||
| yes | yes | yes | ||||
| --with-mysqld-libs | Extra libraries to link with for mysqld | |||||
| 5.0.44 | yes | yes | yes | |||
| --with-mysqld-user | What user the mysqld daemon shall be run as | |||||
| yes | yes | yes | ||||
| --with-mysqlfs | Include the corba-based MySQL file system | |||||
| 5.0.3 | yes | |||||
| --with-mysqlmanager | Build the mysqlmanager binary | |||||
| Build if server is built | yes | yes | ||||
| --with-named-curses-libs | Use specified curses libraries | |||||
| yes | yes | yes | ||||
| --with-named-thread-libs | Use specified thread libraries | |||||
| yes | yes | yes | ||||
| --with-ndb-ccflags | Extra CC options for ndb compile | |||||
| 5.0.3 | yes | yes | ||||
| --with-ndb-docs | Include the NDB Cluster ndbapi and mgmapi documentation | |||||
| yes | yes | |||||
| --with-ndb-port | Port for NDB Cluster management server | |||||
| yes | yes | |||||
| --with-ndb-port-base | Port for NDB Cluster management server | |||||
| 5.0.3 | yes | yes | yes | |||
| --with-ndb-sci=DIR | Provide MySQL with a custom location of sci library | |||||
| yes | yes | yes | ||||
| --with-ndb-shm | Include the NDB Cluster shared memory transporter | |||||
| 5.0.2 | yes | |||||
| --with-ndb-test | Include the NDB Cluster ndbapi test programs | |||||
| yes | yes | |||||
| --with-ndbcluster | Include the NDB Cluster table handler | |||||
| no | 5.1.9 | yes | yes | |||
| --with-openssl=DIR | Include the OpenSSL support | |||||
| 5.1.9 | yes | yes | ||||
| --with-openssl-includes | Find OpenSSL headers in DIR | |||||
| 5.1.9 | yes | yes | ||||
| --with-openssl-libs | Find OpenSSL libraries in DIR | |||||
| 5.1.9 | yes | yes | ||||
| --with-other-libc=DIR | Link against libc and other standard libraries installed in the specified nonstandard location | |||||
| yes | yes | yes | ||||
| --with-perfschema | Compile in Performance Schema support | |||||
| 5.5.3 | yes | |||||
| --with-pic | Try to use only PIC/non-PIC objects | |||||
| Use both | yes | yes | yes | |||
| --with-plugin-PLUGIN | Forces the named plugin to be linked into mysqld statically | |||||
| 5.1.11 | yes | yes | ||||
| --with-plugins | Plugins to include in mysqld | |||||
| none | 5.1.11 | yes | yes | |||
| --with-pstack | Use the pstack backtrace library | |||||
| 5.1.54, 5.5.7 | yes | yes | yes | |||
| --with-pthread | Force use of pthread library | |||||
| yes | yes | yes | ||||
| --with-raid | Enable RAID Support | |||||
| 5.0.3 | yes | |||||
| --with-row-based-replication | Include row-based replication | |||||
| 5.1.5 | 5.1.6 | yes | ||||
| --with-server-suffix | Append value to the version string | |||||
| yes | yes | yes | ||||
| --with-ssl=DIR | Include SSL support | |||||
| 5.1.11 | yes | yes | ||||
| --with-system-type | Set the system type, like "sun-solaris10" | |||||
| 5.0.44 | yes | yes | yes | |||
| --with-tags | Include additional configurations | |||||
| automatic | yes | yes | ||||
| --with-tcp-port | Which port to use for MySQL services | |||||
| 3306 | yes | yes | yes | |||
| --with-unix-socket-path | Where to put the unix-domain socket | |||||
| yes | yes | yes | ||||
| --with-vio | Include the Virtual IO support | |||||
| 5.0.2 | yes | |||||
| --with-yassl | Include the yaSSL support | |||||
| 5.0.6 | 5.1.9 | yes | yes | |||
| --with-zlib-dir=no|bundled|DIR | Provide MySQL with a custom location of compression library | |||||
| yes | yes | yes | ||||
| --without-PACKAGE | Do not use PACKAGE | |||||
| yes | yes | yes | ||||
| --without-bench | Skip building of the benchmark suite | |||||
| 5.1.11 | yes | yes | ||||
| --without-debug | Build a production version without debugging code | |||||
| 5.1.6 | yes | yes | ||||
| --without-docs | Skip building of the documentation | |||||
| yes | yes | yes | ||||
| --without-extra-tools | Skip building utilities in the tools directory | |||||
| 5.1.9 | yes | yes | ||||
| --without-geometry | Do not build geometry-related parts | |||||
| yes | yes | yes | ||||
| --without-innodb | Do not include the InnoDB table handler | |||||
| 5.0.48 | yes | |||||
| --without-libedit | Use system libedit instead of bundled copy | |||||
| yes | yes | yes | ||||
| --without-libevent | Do not include libevent for thread-pool support | |||||
| 6.0.4 | ||||||
| --without-man | Skip building of the man pages | |||||
| yes | yes | yes | ||||
| --without-ndb-binlog | Disable ndb binlog | |||||
| 5.1.6 | yes | |||||
| --without-ndb-debug | Disable special ndb debug features | |||||
| 5.0.3 | yes | yes | ||||
| --without-plugin-PLUGIN | Exclude PLUGIN | |||||
| 5.1.11 | yes | yes | ||||
| --without-query-cache | Do not build query cache | |||||
| yes | yes | yes | ||||
| --without-readline | Use system readline instead of bundled copy | |||||
| yes | yes | yes | ||||
| --without-row-based-replication | Don't include row-based replication | |||||
| 5.1.7 | 5.1.14 | yes | ||||
| --without-server | Only build the client | |||||
| yes | yes | yes | ||||
| --without-uca | Skip building of the national Unicode collations | |||||
| 5.0.3 | yes | yes | yes | |||
