MySQL Forums
Forum List  »  Source, Builds, Binaries

Re: How to compile scripts without compiling the server?
Posted by: Jean-Yves Avenard
Date: April 01, 2014 12:15PM

Hi

Thank you for your prompt answer..

I ended up applying the following patch to achieve what I wanted

--- CMakeLists.txt~ 2014-03-15 06:07:26.000000000 +1100
+++ CMakeLists.txt 2014-04-01 21:52:17.000000000 +1100
@@ -454,6 +454,7 @@
ADD_SUBDIRECTORY(mysys)
ADD_SUBDIRECTORY(mysys_ssl)
ADD_SUBDIRECTORY(libmysql)
+ADD_SUBDIRECTORY(scripts)

IF(WITH_UNIT_TESTS)
ADD_SUBDIRECTORY(unittest)
@@ -483,7 +484,6 @@
ADD_SUBDIRECTORY(mysql-test)
ADD_SUBDIRECTORY(mysql-test/lib/My/SafeProcess)
ADD_SUBDIRECTORY(support-files)
- ADD_SUBDIRECTORY(scripts)
ADD_SUBDIRECTORY(sql-bench)
IF(UNIX)
ADD_SUBDIRECTORY(man)

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: How to compile scripts without compiling the server?
1612
April 01, 2014 12:15PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.