diff options
author | kent@mysql.com <> | 2006-03-06 14:57:41 +0100 |
---|---|---|
committer | kent@mysql.com <> | 2006-03-06 14:57:41 +0100 |
commit | 16933400fcae818c4a501087e511563a989605d9 (patch) | |
tree | e2807f30f1f55f0cee0585bf66376bc4942ad9aa /support-files | |
parent | ab77867efb2903febfba936a1208aa1404471947 (diff) | |
download | mariadb-git-16933400fcae818c4a501087e511563a989605d9.tar.gz |
mysql.spec.sh:
Enabled fast mutexes, now default is off
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mysql.spec.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index dd8953ce02e..ce734eb36a2 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -224,6 +224,7 @@ sh -c "PATH=\"${MYSQL_BUILD_PATH:-$PATH}\" \ --with-zlib-dir=bundled \ --enable-assembler \ --enable-local-infile \ + --with-fast-mutexes \ --with-mysqld-user=%{mysqld_user} \ --with-unix-socket-path=/var/lib/mysql/mysql.sock \ --prefix=/ \ @@ -708,6 +709,11 @@ fi # itself - note that they must be ordered by date (important when # merging BK trees) %changelog +* Mon Mar 06 2006 Kent Boortz <kent@mysql.com> + +- Fast mutexes is now disabled by default, but should be + used in Linux builds. + * Mon Feb 20 2006 Kent Boortz <kent@mysql.com> - Reintroduced a max build |