From 7ea890165ff6b7e7ebb4bd3b0338050577f142dc Mon Sep 17 00:00:00 2001 From: "tim@work.mysql.com" <> Date: Sat, 19 Aug 2000 23:36:05 +0200 Subject: mysql.spec.sh - added libmysqlclient_r --- 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 b0fdb1592c3..315484f47dc 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -189,6 +189,7 @@ tar cf $RBR/all.tar . # Save shared libraries (cd libmysql/.libs; tar cf $RBR/shared-libs.tar *.so*) +(cd libmysql_r/.libs; tar rf $RBR/shared-libs.tar *.so*) # Save manual to avoid rebuilding mv Docs/manual.ps Docs/manual.ps.save @@ -353,6 +354,11 @@ fi %changelog +* Fri Aug 18 2000 + +- Added separate libmysql_r directory; now both a threaded + and non-threaded library is shipped. + * Wed Sep 28 1999 David Axmark - Added the support-files/my-example.cnf to the docs directory. -- cgit v1.2.1