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
986cc784ce
Fix to bug 732: http://bugs.mariadb.com/show_bug.cgi?id=732
...
-Wno-unused-but-set-variable is now only used with GCC versions that support it.
2015-02-17 11:37:32 +02:00
b4cb252f91
ignore warnings about unused functions and variables for now
2015-02-13 16:10:21 +01:00
bd10215a84
Added Make targets for PDF and HTML generation.
2015-02-09 19:52:11 +02:00
e02ce560bf
Fix to Suse 11 compilation problem.
2015-02-03 15:54:10 +02:00
3e5d5f72f4
Added missing installs of system scripts.
2015-02-03 00:07:13 +02:00
ab6418c939
Fixes to RabbitMQ filter and consumer.
2015-01-30 18:03:20 +02:00
5d6b805d6e
Moved CMake modules to a separate directory and disabled local installs of system files when building packages.
...
The building of packages with CMake now requires the -DPACKAGE=Y flag to be set when configuring CMake.
2015-01-30 15:45:33 +02:00
bbe73d78fd
Fixed DEB package post-install and post-uninstall scripts not working properly.
2015-01-30 12:33:55 +02:00
28e6a2c818
Additional fix to bug 683 and a fix to bug 710: http://bugs.mariadb.com/show_bug.cgi?id=710
...
Version and provider strings are now parsed based on the contents of mysql_version.h.
Added post-install and post-uninstall scripts to RPM and post-install scripts to DEB packages.
2015-01-29 18:17:13 +02:00
edc247918a
Fix to bug 683: http://bugs.mariadb.com/show_bug.cgi?id=683
...
Removed the usage of mysql_config and added warnings if the mysqld provider is something else than MariaDB.
2015-01-29 14:27:41 +02:00
c5ac9b928a
Fix to bug 709: http://bugs.mariadb.com/show_bug.cgi?id=709
...
Changed the installation directory of the files to '.' instead of 'CMAKE_INSTALL_PREFIX'.
2015-01-28 15:08:19 +02:00
9b9c968ca1
Fix to bug 704: http://bugs.mariadb.com/show_bug.cgi?id=704
...
The testall target now exits with the correct value.
2015-01-26 09:07:33 +02:00
66db37341d
Updates all references to INSTALL_DIR with CMAKE_INSTALL_PREFIX.
2015-01-18 05:55:29 +02:00
e79ea8bc3e
Removed INSTALL_DIR due to bug 689 being fixed and updated README to use 'cmake -LH' instead of listing the variables.
2015-01-18 05:29:37 +02:00
3af1e895c7
Updated SETUP contents, fixed CMAKE_INSTALL_PREFIX not affecting the install destination and added a WITHOUT_MAXADMIN flag.
2015-01-18 05:20:05 +02:00
ec9f575a6e
Fix to bug 690: http://bugs.mariadb.com/show_bug.cgi?id=690
...
Updated the debian/rules file to use mysql_config instead of a hard-coded path.
2015-01-12 11:12:51 +02:00
8572a08cab
Merge branch 'master' into develop
2015-01-09 11:23:03 +02:00
d5f47c250f
Added the missing LICENSE, COPYRIGHT, README and SETUP files.
2015-01-08 17:47:08 +02:00