9ce225c2cb
Added log manager initialization flag that prints all logs to stdout.
2015-04-29 11:20:40 +03:00
bf7576a501
Fixed memory leak in config_load
2015-04-28 18:43:40 +03:00
74b5e1ddcf
Added fix for MariaDB 10.0 embedded server missing the 5.5.5- string from the server handshake.
2015-04-28 18:31:30 +03:00
6f1fe003a3
Added missing buffer.c from fullcore static lib.
2015-04-27 10:17:55 +03:00
61ebb0fe97
Fixed a typo in the core CMakeLists.txt
2015-04-27 10:14:47 +03:00
5974935f65
Removed file globbing in the core CMake file and used explicit names instead.
2015-04-27 10:11:30 +03:00
af7567d405
Switched over to gwbuf_clone_portion in modutils_get_complete_packets.
2015-04-27 09:43:22 +03:00
16044f5201
Added optional jemalloc linkage.
2015-04-27 05:57:44 +03:00
c9e2632bb8
Revert "MXS-117: https://mariadb.atlassian.net/browse/MXS-117 "
...
This reverts commit c89c7047053f0d6f89069d1b6da2f9caa856066b.
2015-04-24 17:57:41 +03:00
fdca25db9f
Revert "modutil_get_complete_packets now partially clones the buffer instead of allocating a new one."
...
This reverts commit b62f7f942bde10ea7d69d933c03513e315891d02.
2015-04-24 17:57:00 +03:00
62ebf542d5
Revert "Changed PID file to /data instead of /log"
...
This reverts commit 45c3b453ec54ae93f82cc3bd53294fc25aced4ee.
2015-04-24 17:56:59 +03:00
45c3b453ec
Changed PID file to /data instead of /log
2015-04-24 17:47:30 +03:00
b62f7f942b
modutil_get_complete_packets now partially clones the buffer instead of allocating a new one.
2015-04-24 17:20:20 +03:00
c89c704705
MXS-117: https://mariadb.atlassian.net/browse/MXS-117
...
Added command line and configuration file options for controlling the log directory. The default log directory is now /var/log/maxscale/.
2015-04-24 17:15:28 +03:00
f5c168973c
Added warning about missing monitor_interval parameter
2015-04-22 22:34:02 +03:00
8bc004db26
Merge pull request #77 from tanji/MXS-95
...
Galera monitor improvement (MXS-95)
2015-04-21 04:38:30 +03:00
b2cfa674b9
Added support for tcmalloc usage.
2015-04-20 17:52:50 +03:00
060ebc3880
Add support for Galera xtrabackup donor availability
2015-04-20 14:45:03 +02:00
3cb7466fea
Fixed modutil_count_statements not igoring trailing whitespace.
2015-04-20 09:25:52 +03:00
4b623e3af4
Added percentage conversion functions to maxconfig.h
2015-04-16 21:51:19 +03:00
1b3af7d61f
Fixes to Coverity defects.
2015-04-16 19:41:49 +03:00
39bbc93bbc
Changed user addition failure message to mention duplicate users if the user in question was already in the users hash.
2015-04-16 11:02:59 +03:00
d16e4fe134
Added an option for optimization of wildcard grants to individual grants. The default behavior now checks first for specific grants to a database the wildcard grants.
2015-04-15 06:51:52 +03:00
3fb59e020b
Added more logging to trace log.
2015-04-09 22:07:53 +03:00
16dcb34908
Merge branch 'platform_check' into develop
2015-04-09 17:31:26 +03:00
a6ca4a8e0a
Merge branch 'wildcard_dbnames' into develop
...
Conflicts:
server/core/dbusers.c
2015-04-09 17:12:49 +03:00
71c6ab1d66
Backend databases are queried from all backends before querying users in getAllUsers.
2015-04-07 13:15:48 +03:00
7904b3dcb3
Added doxygen comments to new functions and more logging output when resolving wildcard database names.
2015-04-06 16:14:59 +03:00
0e2d11e487
Fixed missing wildcard character from regex string.
2015-04-06 06:10:17 +03:00
bd68121cc0
Revert "Added resolving of wildcard database grants to multiple single database grants to mysql_client."
...
This reverts commit 2a416a8cbab5140595f4d2de73d76cefdf3667de.
2015-04-06 05:54:16 +03:00
2a416a8cba
Added resolving of wildcard database grants to multiple single database grants to mysql_client.
2015-04-06 05:46:42 +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
89ca0f420a
Added a rule parsing tool for the dbfwfilter. The tool can be build with the -DBUILD_TOOLS=Y flag for CMake.
2015-04-03 10:37:21 +03:00
fa7e0ea7c0
Added error message for multi-statements to dbfwfilter.
2015-04-02 16:47:43 +03:00
de88ae790d
Fix to MXS-80: https://mariadb.atlassian.net/browse/MXS-80
...
Fixed a possible null pointer dereference and schemarouter client sessions not being closed properly when connecting with an empty database.
2015-04-01 11:18:11 +03:00
31a43a846e
Fixed log messages not mentioning SHOW DATABASES privilege.
2015-04-01 10:05:54 +03:00
be968cfad2
Fixed missing subservices parameter in config.
2015-03-31 12:54:52 +03:00
97a6bd1b4b
Fix to MXS-63: https://mariadb.atlassian.net/browse/MXS-63
...
Maxkeys and maxpasswd now use MAXSCALE_HOME or the default installation directory if MAXSCALE_HOME is not set.
If all else fails, /tmp/ is used for logging.
2015-03-30 20:42:18 +03:00
da406db292
Changed install path to /usr/local/mariadb-maxscale
2015-03-23 20:12:56 +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
b416455f4f
Added missing type to GWBUF returned from mysql_backend.
2015-03-22 16:53:51 +02:00
6cfc2338c1
Small fix to modutil_get_complete_packets.
2015-03-22 10:33:35 +02:00
e0ce987d72
Mysql_backend now only sends complete packets from the backend servers.
2015-03-22 08:56:18 +02:00
55513cc998
Improved modutil_get_complete_packets to only allocate a single buffer.
2015-03-22 07:44:14 +02:00
d7a7019662
Fixed Feedback test not working.
2015-03-20 16:58:04 +02:00
3efe5c6b57
Fixed possible null pointer dereference.
2015-03-19 12:16:53 +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
f383f745cb
Added timeout to Feedback test.
2015-03-19 11:40:47 +02:00
72d48452d5
Fixed a bug with authentication data being loaded too many times.
2015-03-16 13:44:50 +02:00
06318cf0ea
Fixed possible error in user authentication from multiple sources.
2015-03-16 11:15:40 +02:00