diff options
author | Joerg Bruehe <joerg@mysql.com> | 2010-03-24 20:30:33 +0100 |
---|---|---|
committer | Joerg Bruehe <joerg@mysql.com> | 2010-03-24 20:30:33 +0100 |
commit | 8b79e6209cd8222855e8a7e4a52b0d4ec0263634 (patch) | |
tree | 5fca5dddf182ef7733d3b6f6a1ab0e820d368701 /support-files | |
parent | 056e67054272571adeceb39d8d69b5f7950e517f (diff) | |
download | mariadb-git-8b79e6209cd8222855e8a7e4a52b0d4ec0263634.tar.gz |
Add "--with-perfschema" to the configure options for RPMs.
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mysql.spec.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index 734136939fb..7d74d90559c 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -430,6 +430,7 @@ sh -c "PATH=\"${MYSQL_BUILD_PATH:-$PATH}\" \ --with-plugin-archive \ --with-plugin-blackhole \ --with-plugin-federated \ + --with-perfschema \ --without-plugin-daemon_example \ --without-plugin-ftexample \ %if %{EMBEDDED_BUILD} @@ -1049,6 +1050,10 @@ fi # merging BK trees) ############################################################################## %changelog +* Wed Mar 24 2010 Joerg Bruehe <joerg.bruehe@sun.com> + +- Add "--with-perfschema" to the configure options. + * Mon Mar 22 2010 Joerg Bruehe <joerg.bruehe@sun.com> - User "usr/lib*" to allow for both "usr/lib" and "usr/lib64", |