Commit Graph

46 Commits

Author SHA1 Message Date
200f0624df Update README and remove README.md
Simplifies maintenance if there is but one file. Github shows
the contents of README if there is no README.md file.
2016-03-15 14:21:55 +02:00
786f34cf49 Fixed typos in documentation. 2015-04-14 20:36:29 +03:00
ecafc17c4a Update bug database location; remove obsolete SETUP. 2015-03-05 05:44:55 +00:00
42698ad6e5 Move most information from README into documentation; separate out document for building from sources. 2015-02-18 14:18:13 +00: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
3eb686223e Add OpenSUSE comments and link to MariaDB repository configuration instruction to README 2015-01-17 18:44:49 +02:00
8877d00695 Updated README 2015-01-17 18:10:23 +02:00
b436c1b87a Updated the README 2014-11-19 15:37:54 +02:00
990de59241 Added find_package modules for MySQLClient and RabbitMQ and fixed an error in consumer.c 2014-11-19 15:16:10 +02:00
3cb4680d25 Fix some typos in README 2014-10-27 10:42:40 +01:00
38fb8cb52d Changed bugs.skysql.com to bugs.mariadb.com in README. 2014-10-14 14:20:47 +03:00
1ab2cdfd81 Updated the README with correct CMake options. 2014-10-08 12:53:54 +03:00
c4ca1ddb13 Updated non-source files with new company name. 2014-10-01 15:21:47 +03:00
cbc5b4614c Added a note about using the unpacking script into the README. 2014-10-01 05:52:17 +03:00
e30f4b4b95 Cleaned up dependency checking 2014-09-24 15:39:06 +03:00
a0a7a29877 Added more of the status messages under the control of the DEBUG_OUTPUT variable and updated the README. 2014-09-24 12:38:12 +03:00
10f951bb75 Added a custom flag for the level of optimization 2014-09-22 19:03:16 +03:00
d548d74bee fixed some variables being compared to the wrong string 2014-09-22 15:26:24 +03:00
fc848665e5 Added variables for RabbitMQ headers and libraries, added more error checks.
modified:   CMakeLists.txt
	modified:   README
	modified:   macros.cmake
	modified:   query_classifier/test/canonical_tests/CMakeLists.txt
	modified:   rabbitmq_consumer/CMakeLists.txt
	modified:   server/modules/filter/CMakeLists.txt
2014-09-22 13:14:53 +03:00
bf0d41674d Droppped CMake requirement to 2.6 2014-09-22 11:34:58 +03:00
942174e94f removed manual UBUNTU flag and renamed it to DEB_LIKE and made it automated 2014-09-18 15:50:58 +03:00
b6ab18166e Debian/Ubuntu install scripts 2014-09-18 15:30:23 +03:00
8667bf27cb Fixed packaging problems 2014-09-15 14:52:47 +03:00
46aca9d731 Wrong variable name in README 2014-09-15 11:49:53 +03:00
48012cd571 Added more build options and README changes 2014-09-15 11:48:40 +03:00
155efe0dc5 Added more status messages to configuration and a switch to control system file installing 2014-09-13 14:57:17 +03:00
32b72ce474 more configuration options, README update and tests 2014-09-12 16:48:21 +03:00
7f18914d90 fixed wrong server port in README 2014-08-15 02:51:16 +02:00
a007f68dcc added description on how to run the test suite 2014-05-19 14:24:37 +02:00
c7b7b17e0d Added INC_PATH to README according to latest change in build_gateway.inc 2014-03-29 12:41:59 +02:00
bef81ac7a6 Update README 2014-03-10 13:24:20 +00:00
aab09ddd16 Add link to the bugs database: bugs.skysql.com 2014-01-20 13:18:59 +00:00
f0e5b56872 Added the Google Group address to the README 2014-01-16 12:51:20 +00:00
d7dce32731 Fixed some typos in README 2014-01-08 17:56:18 +00:00
f3f7dc6dd8 Updated README file. 2013-12-16 14:06:03 +00:00
9646df0cc4 Added details for external packages/libraries needed for compiling MaxScale 2013-12-16 13:41:42 +01:00
0e4b8b8b56 Added instructions for missing embedded_priv.h header file 2013-12-16 13:30:01 +01:00
fca454fbde The README file has been modified with the new compile instructions:
- MariaDB RPMS
- Existing MariaDB setup
- errmsg.sys file requirements
- static or dynamic embedded mariadb library
2013-12-16 11:20:24 +01:00
258bcb27da log_manager.cc
Added global variable lm_enabled_logfiles_bitmask which holds a bit for each enbaled logfile. It is updated when situation changes. 

gateway.c
	Changed gateway.c:main so that command-line argument -f specifies either the name of config file in $MAXSCALE_HOME/etc or exact location and name of it. Updated README correspondingly.
	Added eternal variable lm_enabled_logfiles_bitmask to be used for quick check before calling logging library functions.
2013-12-04 09:56:48 +02:00
37426a8be6 Updated in line with changes made to the code by Vilho 2013-12-02 10:09:04 +00:00
050ca7ac7e Some fixes for doxygen generation 2013-11-25 10:12:08 +01:00
7ea4d543a1 Updated README in line with the name changes 2013-07-17 14:58:49 +02:00
0b7803a122 Addition of searching rules for the gateway.cnf file. Better diagnostics for missing
gatway.cnf file.

Cleanup for config reading when no modules could be found.
2013-06-21 17:44:49 +02:00
53b6bc0a25 A number of updates to do with service startup
Telnet protocol support

Debug cli
2013-06-19 12:31:40 +02:00
ec688e6222 Addition of the service, server, serv_protocol and session structure needed to tie the elements together.
Improvements to the protocol module support

Documentation improvements

Addition of make install target
2013-06-18 16:59:01 +02:00