f985118161
Updated
...
Updated
2014-05-26 14:39:08 +02:00
a6d6938367
Merge branch 'feature-MAX-98' into develop
2014-05-26 14:17:30 +02:00
b54ca8e87f
Default values for MONITOR_INTERVAL
...
Default values for MONITOR_INTERVAL
2014-05-26 14:16:56 +02:00
0e510cfa4a
Default values for MONITOR_INTERVAL
...
Default values for MONITOR_INTERVAL
2014-05-26 14:15:51 +02:00
330c0f6bf7
MONITOR_INTERVAL default added
...
MONITOR_INTERVAL default added
2014-05-26 14:13:01 +02:00
b17744fd46
Monitor Version Update
...
Monitor Version Update
2014-05-26 14:07:04 +02:00
040e7158fc
Merge branch 'feature-MAX-98' into develop
2014-05-26 14:05:47 +02:00
60e06080ff
Monitor version update
...
Monitor version update
2014-05-26 14:05:29 +02:00
046e734d40
Merge branch 'feature-MAX-98' into develop
2014-05-26 13:58:18 +02:00
9b46bc063d
Compile error
...
Compile error
2014-05-26 13:57:45 +02:00
375121aec7
Merge from feature-MAX-98
...
Merge from feature-MAX-98
2014-05-26 12:50:29 +02:00
c23773c977
Removed binlog path
...
Removed binlog path
2014-05-26 12:40:56 +02:00
952650ef18
Removed duplicated entry
...
Removed duplicated entry
2014-05-26 12:23:00 +02:00
378d00983d
merge from branch 'cenh'
...
merge from branch ‘cenh’
2014-05-26 12:15:34 +02:00
7b24841af6
Updated
...
Upated
2014-05-26 11:57:16 +02:00
3c66c9c764
update
...
update
2014-05-26 11:39:10 +02:00
38401bbd2c
update
...
update
2014-05-26 11:36:46 +02:00
da68306c6e
updated
...
updated
2014-05-26 11:30:58 +02:00
9e0e6e3c69
updated
...
updated
2014-05-26 11:27:00 +02:00
349c0ab1ca
dcb_readqlock removed
...
dcb_readqlock removed
2014-05-26 11:25:00 +02:00
2eb2c79e87
dcb_readqlock removed
...
dcb_readqlock
2014-05-26 11:20:08 +02:00
f0f6413b39
Update
...
Update
2014-05-26 11:17:57 +02:00
d732a397aa
struct router_client_session update
...
struct router_client_session update
2014-05-26 10:56:51 +02:00
82b7b1064d
Removed extra space
...
Removed extra space
2014-05-26 10:45:35 +02:00
2f4dbc63aa
Merge branch 'develop' into feature-MX-58
2014-05-26 10:35:08 +02:00
fb00a45524
Merge branch 'develop' into feature-MX-98
2014-05-26 10:34:35 +02:00
6358634bee
Documentation update
...
Documentation update
2014-05-26 10:33:09 +02:00
bf00ca8aba
GaleraHA support - R/W Splitting with Galera
...
GaleraHA support - R/W Splitting with Galera
2014-05-26 10:29:34 +02:00
cde204db47
MariaDB 10 Replication support
...
MariaDB 10 Replication support
2014-05-26 10:09:01 +02:00
a819887b07
Added logging to place where authentication with backend fails and the reason is unknown.
2014-05-24 00:07:40 +03:00
c2e85df66f
Added logging to place where authentication with backend fails and the reason is unknown.
2014-05-24 00:04:15 +03:00
eb8c6cc297
Added SESSION_STATE_ROUTER_READY to server/core/session.c:session_state so that state will be printed correctly as well instead of "Invalid state".
2014-05-23 22:10:21 +03:00
698e63eaf4
Changed bash-related comparison equality operator '==' to generic '='
2014-05-23 22:08:57 +03:00
a6eb7bd743
Added space character between '--' and comment text in sql scripts.
2014-05-23 22:07:32 +03:00
78c5c407bd
Fixed conflict
2014-05-23 16:43:11 +01:00
45d5d521b8
Merge branch 'blr' into cenh
...
Conflicts:
Documentation/MaxScale Configuration And Usage Scenarios.pdf
server/core/config.c
server/core/dcb.c
server/core/service.c
server/modules/routing/Makefile
server/modules/routing/debugcmd.c
server/modules/routing/readwritesplit/readwritesplit.c
server/modules/routing/readwritesplit/test/rwsplit.sh
2014-05-23 16:39:39 +01:00
7fe50a311f
Addition of developer and user modes to debugcli
...
In order to be able to protect the interface so that mistyped argument
do not endanger MaxScale yet still allow the developer access a router
option has been added that gives the debugcli two modes.
2014-05-23 13:29:58 +01:00
23a9759fca
Fixed a couple of memory leaks
2014-05-23 09:08:02 +01:00
4f1233ecc7
Added SESSION_STATE_ROUTER_READY to server/core/session.c:session_state so that state will be printed correctly as well instead of "Invalid state".
2014-05-22 22:27:08 +03:00
3b984d2773
Improve quoting mechanism is debug interface
...
Introduce the use of \ and allow the quotes to appear at any point
within the string, not just the beginning and end of words.
2014-05-22 15:24:07 +01:00
837d15dc33
Fix valgrind issue with saved master responses
2014-05-22 15:07:46 +01:00
719a5015f5
Merge pull request #3 from hholzgra/bugzilla-431
...
"==" is a bash-only operator not known to pure posix shells,
2014-05-22 08:42:56 +01:00
a4e7074f3e
Merge pull request #2 from hholzgra/bugzilla-435
...
SQL comments require whitespace between "--" and comment text
2014-05-22 08:39:35 +01:00
23956d737b
Changed bash-related comparison equality operator '==' to generic '='
2014-05-21 22:10:40 +03:00
77299fea2e
Added space character between '--' and comment text in sql scripts.
2014-05-21 22:05:13 +03:00
10dcda4827
"==" is a bash-only operator not known to pure posix shells,
...
and in the context it's used in here it is the same as "=" anyway
2014-05-21 19:25:21 +02:00
d0aeeb13cc
SQL comments require whitespace between "--" and comment text
2014-05-21 18:46:56 +02:00
c1d39999ff
Improvements to debug interface & blr updates
2014-05-21 17:25:21 +01:00
c28052d5a4
Manual merge from master to develop. Incliding fix for bug #425 http://bugs.skysql.com/show_bug.cgi?id=425
2014-05-21 15:41:39 +03:00
aa6dd6cc4a
Merge branch 'bug425'
2014-05-21 09:27:13 +03:00