From 95dd9bdc0057369657c445837238ac55492f91bd Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 6 Mar 2006 14:57:41 +0100 Subject: [PATCH] mysql.spec.sh: Enabled fast mutexes, now default is off support-files/mysql.spec.sh: Enabled fast mutexes, now default is off --- support-files/mysql.spec.sh | 6 ++++++ 1 file changed, 6 insertions(+) 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 + +- Fast mutexes is now disabled by default, but should be + used in Linux builds. + * Mon Feb 20 2006 Kent Boortz - Reintroduced a max build