Author: rthomsen
Date: 2012-08-14 23:41:12 -0600 (Tue, 14 Aug 2012)
New Revision: 2508
Added:
trunk/mysql/mysql-5.5.27-embedded_library_shared-1.patch
trunk/mysql/mysql-5.5.27-fix_client_only-1.patch
Log:
MySQL 5.5.27 patches
Added: trunk/mysql/mysql-5.5.27-embedded_library_shared-1.patch
===================================================================
--- trunk/mysql/mysql-5.5.27-embedded_library_shared-1.patch
(rev 0)
+++ trunk/mysql/mysql-5.5.27-embedded_library_shared-1.patch 2012-08-15
05:41:12 UTC (rev 2508)
@@ -0,0 +1 @@
+link mysql-5.5.17-embedded-library-shared-1.patch
\ No newline at end of file
Property changes on: trunk/mysql/mysql-5.5.27-embedded_library_shared-1.patch
___________________________________________________________________
Added: svn:special
+ *
Added: trunk/mysql/mysql-5.5.27-fix_client_only-1.patch
===================================================================
--- trunk/mysql/mysql-5.5.27-fix_client_only-1.patch
(rev 0)
+++ trunk/mysql/mysql-5.5.27-fix_client_only-1.patch 2012-08-15 05:41:12 UTC
(rev 2508)
@@ -0,0 +1,23 @@
+Submitted By: Ragnar Thomsen (rthomsen at linuxfromscratch dot org)
+Date: 2012-08-15
+Initial Package Version: 5.5.27
+Origin: MySQL Bugzilla
+Description: Fixes building MySQL with the -DWITHOUT_SERVER=ON option
+
+--- mysql/CMakeLists.txt 2012-08-03 16:37:52.234629566 -0400
++++ mysql.new/CMakeLists.txt 2012-08-03 16:35:47.797340969 -0400
+@@ -320,6 +320,13 @@
+ IF(UNIX)
+ ADD_SUBDIRECTORY(man)
+ ENDIF()
++ELSE()
++ ADD_SUBDIRECTORY(client)
++ ADD_SUBDIRECTORY(sql/share)
++ ADD_SUBDIRECTORY(scripts)
++ IF(UNIX)
++ ADD_SUBDIRECTORY(man)
++ ENDIF()
+ ENDIF()
+
+ INCLUDE(cmake/abi_check.cmake)
+
--
http://linuxfromscratch.org/mailman/listinfo/patches
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page