Commit Graph

239 Commits

Author SHA1 Message Date
5f076b81d4 Merge branch 'install_dir_change' into develop
Conflicts:
	CMakeLists.txt
	Documentation/Tutorials/Administration-Tutorial.md
	log_manager/CMakeLists.txt
	server/core/CMakeLists.txt
	server/core/gateway.c
	server/core/maxkeys.c
	server/core/maxpasswd.c
	server/modules/filter/test/CMakeLists.txt
	server/modules/routing/CMakeLists.txt
2015-05-26 13:34:39 +03:00
e794c0953c Added systemd script installation 2015-05-19 18:17:42 +03:00
08d978ae4a Fixed PROFILING missing from the CMake cache. 2015-05-13 18:30:46 +03:00
fb8359b5ca Fixed missing installation of init.d and ldconfig files. 2015-05-06 12:34:10 +03:00
d545150ceb Fix to MXS-70: https://mariadb.atlassian.net/browse/MXS-70
Added assert information to error log.
2015-05-02 05:51:25 +03:00
416ffea9b7 Changed errmsg.sys installation location to /var/lib/maxscale 2015-04-30 10:37:06 +03:00
5394b4d0fa Changed standard installation directory from /usr/local/mariadb-maxscale to /usr/local. 2015-04-29 05:42:58 +03:00
71531cde3e Updated package installation and started documentation update. 2015-04-28 11:09:49 +03:00
e681d18fdd Split packaging to RPM and DEB cmake files. 2015-04-27 23:11:49 +03:00
bbcecc0db5 Changed all MaxScale.cnf code references to maxscale.cnf 2015-04-27 13:44:36 +03:00
9eeec2e9d3 Added FindJemalloc.cmake 2015-04-27 04:52:29 +03:00
c500d23d04 Moved default file search paths to gwdirs.h which is configured by CMake from gwdirs.h.in. 2015-04-27 04:48:50 +03:00
17a7b2addb Updated more variables. 2015-04-26 20:08:27 +03:00
89b75cb510 Added FindJemalloc.cmake 2015-04-26 11:41:02 +03:00
10e9203b5b Updated postinst script 2015-04-26 11:39:00 +03:00
ed426ca30d Updated packaging install layout, moved some cmake files around. 2015-04-26 06:35:36 +03:00
df9bc65430 Added variables that are used when installing instead of relative paths. 2015-04-25 18:35:47 +03:00
eec053924c Updated various MaxScale command line and configuration options to allow custom log, module, data, cache and language directories. 2015-04-24 22:11:49 +03:00
5c96676ea0 Revert "Removed obsolete log directory in MAXSCALE_HOME."
This reverts commit d7b665b8675e305390b401a228053a648a1e20e6.
2015-04-24 17:57:01 +03:00
d7b665b867 Removed obsolete log directory in MAXSCALE_HOME. 2015-04-24 17:19:33 +03:00
327f22a0dc Added the release number into the maxscale version macro in macros.cmake and used it in CPack configuration. 2015-04-24 06:04:46 +03:00
b2cfa674b9 Added support for tcmalloc usage. 2015-04-20 17:52:50 +03:00
16dcb34908 Merge branch 'platform_check' into develop 2015-04-09 17:31:26 +03:00
60a0cbb306 Added profiling option to CMake. Adding the -DPROFILE=Y to the CMake command now compiles executables with the -pg flag. 2015-04-09 17:21:02 +03:00
086be2a1d5 Added a template configuration file for the binlogrouter 2015-04-08 18:18:39 +03:00
e9aa692acd Added the platform check back and added linker flags for PCRE if the embedded library does not have them. 2015-04-03 22:14:51 +03:00
301cb3742b Cleaned up main CMakeLists file. 2015-04-03 05:05:53 +03:00
2e6670cec1 Updated CMake variables.
INSTALL_SYSTEM_FILES is now WITH_SCRIPTS.
BUILD_TYPE is now obsolete and is replaced with CMAKE_BUILD_TYPE, the build types are now the same as with regular CMake installations.

Differences are:
	DebugSymbols -> RelWithDebInfo
2015-03-24 06:17:11 +02:00
da406db292 Changed install path to /usr/local/mariadb-maxscale 2015-03-23 20:12:56 +02:00
d07a188493 Added documentation about upgrading from 1.0.5 to 1.1.0. 2015-03-23 18:15:24 +02:00
7cfc1d3cc9 Chaged MaxScale default installation directory to /usr/local/mariadb/maxscale and MaxAdmin password to 'mariadb'. 2015-03-23 14:53:31 +02:00
0cb8b498d1 Added text versions of latest release notes and changelog. 2015-03-23 13:16:46 +02:00
92999a3174 Added a new make target that generates .txt files from Markdown release notes. 2015-03-20 21:49:14 +02:00
3a50b308b0 Set CPack RPM packaging version to 1 and added a RUNNING option to readconnroute. 2015-03-19 20:11:22 +02:00
e0711c5013 Added Nagios plugins to installation. 2015-03-19 13:41:19 +02:00
15262f3fbf Added new Make target for testing MaxScale's core parts.
This target doesn't need a running MaxScale and only executes core, log_manager and query_classifier unit tests.
2015-03-19 11:56:40 +02:00
63d83cd85d Monitor API 2.0.0 implemented. 2015-03-11 15:18:55 +02:00
7af2843bcb Notification Service integration added
Notification Service integration added
2015-03-09 18:06:16 +01:00
bb2609e161 Merge branch 'develop' into MAX-348 2015-03-05 12:59:44 +01:00
880adca73e Merge branch 'develop' into MAX-324 2015-03-05 10:45:48 +02:00
b6e5c8a953 Removed SETUP from installation. 2015-03-05 10:18:46 +02:00
bc5dfe82c2 merge from develop
merge from develop
2015-03-04 17:02:04 +01:00
2b8cb8aa94 Lowered the CMake required version for non-package builds. 2015-03-04 17:04:43 +02:00
a384f63485 Merge branch 'develop' into MAX-348 2015-03-02 16:39:37 +01:00
63e6826906 Added find_package calls for libcurl and linked the maxscale executable against it. 2015-02-26 11:16:50 +02:00
91a962cae1 set minimum cmake version to 2.8.12 2015-02-26 11:11:11 +02:00
9e7afeb302 Merge branch 'develop' into MAX-324
Conflicts:
	macros.cmake
	server/core/config.c
	server/core/service.c
	server/modules/routing/CMakeLists.txt
2015-02-24 06:26:55 +02:00
83b7948cdf Added more debug output to user authentication. 2015-02-20 14:50:26 +02:00
68bf331ff9 Added more output to CMake configuration. 2015-02-20 10:53:45 +02:00
3f05050ed7 Increased the RPM package release number. 2015-02-20 10:33:45 +02:00