Commit Graph

158 Commits

Author SHA1 Message Date
ccfa0c37c9 Added missing options to testcore invocation. 2015-08-14 11:58:08 +03:00
0ece773ea0 Fix to MXS-305: https://mariadb.atlassian.net/browse/MXS-305
Added destdir option to CPack.
2015-08-13 00:52:02 +03:00
7cfb83554f Fixed upgrading text instructions. 2015-08-10 11:51:05 +03:00
53a2dfcea7 Merge branch 'release-1.2' of https://github.com/mariadb-corporation/MaxScale into release-1.2
Conflicts:
	cmake/package_rpm.cmake
2015-07-13 13:04:06 +03:00
38b5166543 fixed double definition of CMake variables. 2015-07-13 13:03:15 +03:00
8400cbf436 Merge pull request #87 from mariadb-corporation/MXS-261
Add architecture and distro name to package name
2015-07-13 12:58:10 +03:00
05fad56853 Fixed DEB packages not being build if both rpmbuild and dpkg-buildpackage are found. 2015-07-13 12:50:48 +03:00
ff3c9b94cb Add architecture and distro name to package name 2015-07-13 09:11:38 +03:00
b0e98bc420 Added template cnf file to /etc and renamed folders. 2015-07-09 14:41:23 +03:00
2c3c856ea1 Added option for C99 builds. 2015-06-29 16:01:56 +03:00
13fb88ea07 Added optional code for older OpenSSL library versions. 2015-06-24 11:29:43 +03:00
d5e94d5df6 Merge branch 'MXS-179' into develop 2015-06-18 15:11:51 +03:00
fd42395d00 Removed mandb call from postinstall script and added cmake messages about systemd service file installation. 2015-06-18 08:17:02 +03:00
a562eb7cee Merge branch 'develop' into MXS-179
Conflicts:
	CMakeLists.txt
2015-06-15 16:44:01 +03:00
521e1aaf3b Added man page for maxscale. 2015-06-12 02:55:07 +03:00
cba37d2ac3 Generated packages now have debug symbols. 2015-06-04 19:38:33 +03:00
6f58f29494 Added a guide on how to have a HA setup of MaxScale with lsyncd. 2015-06-04 19:14:53 +03:00
b24da2c540 Changed errmsg.sys file to be world executable when installed. This way the maxscale user can read it when the package is installed. 2015-05-28 12:57:14 +03:00
4cbcc4ecb6 Removed old unused cmake variables, updated documentation and fixed testall suite. 2015-05-26 15:12:29 +03:00
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