Mark Riddoch
|
3e17120105
|
Allow space for terminating NULL in args array
|
2014-05-29 16:57:17 +01:00 |
|
Mark Riddoch
|
7bca4e383f
|
Updated table of contents
|
2014-05-29 10:36:16 +01:00 |
|
Mark Riddoch
|
5b97e15a1f
|
Updated documentation of the debug CLI to include the new list commands
|
2014-05-29 10:32:25 +01:00 |
|
Mark Riddoch
|
b761c798ca
|
Merge branch 'develop' of github.com:skysql/MaxScale into develop
|
2014-05-29 09:01:44 +01:00 |
|
MassimilianoPinto
|
b710025a8e
|
printed message modified
printed message modified
|
2014-05-29 09:07:59 +02:00 |
|
Mark Riddoch
|
f84e2b0dae
|
Merge branch 'develop' of github.com:skysql/MaxScale into develop
|
2014-05-28 23:39:17 +01:00 |
|
Mark Riddoch
|
797f044cf9
|
Addition of the list command to the debugcli to list servers,
services, listeners and sessions
|
2014-05-28 23:25:47 +01:00 |
|
VilhoRaatikka
|
430ccf52d4
|
Merge branch 'MAX-11' into develop
|
2014-05-28 18:32:39 +03:00 |
|
VilhoRaatikka
|
1a2b8e5475
|
Router spinlock wasn't used to protect routing. As a consequence router could have been closed in thread #1 while thread #2 was in a middle of execution of router code. Solved by holding router lock so that it covered whole routing operation.
|
2014-05-28 18:29:02 +03:00 |
|
VilhoRaatikka
|
a73c9c8076
|
Completing fix to #438
|
2014-05-28 14:39:44 +03:00 |
|
VilhoRaatikka
|
89c51cff20
|
Completing fix to #438
|
2014-05-28 14:36:53 +03:00 |
|
VilhoRaatikka
|
74732491f0
|
Merge branch 'develop' into MAX-11
|
2014-05-28 14:22:53 +03:00 |
|
VilhoRaatikka
|
4ac11d137e
|
Merge branch 'develop' of https://github.com/skysql/MaxScale into develop
|
2014-05-28 14:22:11 +03:00 |
|
VilhoRaatikka
|
6890129bf2
|
Bug #438, http://bugs.skysql.com/show_bug.cgi?id=438 try to complete the fix. dcb->authlock was double-freed.
|
2014-05-28 14:16:25 +03:00 |
|
VilhoRaatikka
|
a42e7b5702
|
Bug #438, http://bugs.skysql.com/show_bug.cgi?id=438 try to complete the fix. dcb->authlock was double-freed.
|
2014-05-28 14:06:06 +03:00 |
|
Mark Riddoch
|
3514156f28
|
Merge branch 'develop' of github.com:skysql/MaxScale into develop
|
2014-05-28 11:20:45 +01:00 |
|
Mark Riddoch
|
509379df70
|
Fix for NULL buffer past to gwbuf_length
|
2014-05-28 11:00:50 +01:00 |
|
MassimilianoPinto
|
f985e1cac5
|
server_id for MySQL replication set for each node
server_id for MySQL replication is now set for each node and
dprintServer* routines can print it as well
|
2014-05-28 10:43:01 +02:00 |
|
MassimilianoPinto
|
78a02f5297
|
Compile warning fixed in galera_mon.c
Compile warning fixed in galera_mon.c
|
2014-05-28 09:39:33 +02:00 |
|
MassimilianoPinto
|
a45e009dfe
|
Merge branch 'feature-MAX-58' into develop
Merge branch 'feature-MAX-58' into develop
|
2014-05-28 09:31:29 +02:00 |
|
VilhoRaatikka
|
1e1a78f535
|
Merge branch 'develop' of https://github.com/skysql/MaxScale into develop
|
2014-05-28 10:10:57 +03:00 |
|
VilhoRaatikka
|
70115d35c9
|
Fix to bug #438 http://bugs.skysql.com/show_bug.cgi?id=438
Fixed some compiler warnings, added header includes, return values etc.
|
2014-05-27 17:07:41 +03:00 |
|
Mark Riddoch
|
056b5d5f37
|
Merge pull request #4 from skysql/MAX-119
Fix to bug #438 http://bugs.skysql.com/show_bug.cgi?id=438
|
2014-05-27 14:38:07 +01:00 |
|
Mark Riddoch
|
d6f0f936ec
|
Updated CLI documentation in lien with new debugcli modes
|
2014-05-27 12:34:06 +01:00 |
|
Mark Riddoch
|
ccd9cf4838
|
Delete Debug And Diagnostic Support.pdf
|
2014-05-27 12:19:52 +01:00 |
|
Mark Riddoch
|
f6bd9b8c53
|
Merge branch 'blr' into develop
Conflicts:
Documentation/Debug And Diagnostic Support.pdf
|
2014-05-27 12:18:59 +01:00 |
|
Mark Riddoch
|
97bb1638ad
|
Delete swp file
|
2014-05-27 12:17:09 +01:00 |
|
Mark Riddoch
|
22a861f5e7
|
Updated documentation of the debug CLI
|
2014-05-27 12:16:41 +01:00 |
|
Mark Riddoch
|
d12ed592a0
|
Removed a duplicate code added by merge
A code duplication occurred in a switch statement during the merge of the cenh branch
|
2014-05-27 09:44:17 +01:00 |
|
VilhoRaatikka
|
f9db3bc129
|
Fix to bug #438 http://bugs.skysql.com/show_bug.cgi?id=438
Fixed some compiler warnings, added header includes, return values etc.
|
2014-05-27 10:08:17 +03:00 |
|
MassimilianoPinto
|
7319859a48
|
Log message update
Log message update
|
2014-05-26 17:34:55 +02:00 |
|
MassimilianoPinto
|
2c306409b6
|
newline removed
newline removed
|
2014-05-26 17:30:36 +02:00 |
|
MassimilianoPinto
|
933025b017
|
Update
Update
|
2014-05-26 16:49:10 +02:00 |
|
MassimilianoPinto
|
a6d6938367
|
Merge branch 'feature-MAX-98' into develop
|
2014-05-26 14:17:30 +02:00 |
|
MassimilianoPinto
|
b54ca8e87f
|
Default values for MONITOR_INTERVAL
Default values for MONITOR_INTERVAL
|
2014-05-26 14:16:56 +02:00 |
|
MassimilianoPinto
|
0e510cfa4a
|
Default values for MONITOR_INTERVAL
Default values for MONITOR_INTERVAL
|
2014-05-26 14:15:51 +02:00 |
|
MassimilianoPinto
|
330c0f6bf7
|
MONITOR_INTERVAL default added
MONITOR_INTERVAL default added
|
2014-05-26 14:13:01 +02:00 |
|
MassimilianoPinto
|
b17744fd46
|
Monitor Version Update
Monitor Version Update
|
2014-05-26 14:07:04 +02:00 |
|
MassimilianoPinto
|
040e7158fc
|
Merge branch 'feature-MAX-98' into develop
|
2014-05-26 14:05:47 +02:00 |
|
MassimilianoPinto
|
60e06080ff
|
Monitor version update
Monitor version update
|
2014-05-26 14:05:29 +02:00 |
|
MassimilianoPinto
|
046e734d40
|
Merge branch 'feature-MAX-98' into develop
|
2014-05-26 13:58:18 +02:00 |
|
MassimilianoPinto
|
9b46bc063d
|
Compile error
Compile error
|
2014-05-26 13:57:45 +02:00 |
|
MassimilianoPinto
|
375121aec7
|
Merge from feature-MAX-98
Merge from feature-MAX-98
|
2014-05-26 12:50:29 +02:00 |
|
MassimilianoPinto
|
c23773c977
|
Removed binlog path
Removed binlog path
|
2014-05-26 12:40:56 +02:00 |
|
MassimilianoPinto
|
952650ef18
|
Removed duplicated entry
Removed duplicated entry
|
2014-05-26 12:23:00 +02:00 |
|
MassimilianoPinto
|
378d00983d
|
merge from branch 'cenh'
merge from branch ‘cenh’
|
2014-05-26 12:15:34 +02:00 |
|
MassimilianoPinto
|
7b24841af6
|
Updated
Upated
|
2014-05-26 11:57:16 +02:00 |
|
MassimilianoPinto
|
3c66c9c764
|
update
update
|
2014-05-26 11:39:10 +02:00 |
|
MassimilianoPinto
|
38401bbd2c
|
update
update
|
2014-05-26 11:36:46 +02:00 |
|
MassimilianoPinto
|
da68306c6e
|
updated
updated
|
2014-05-26 11:30:58 +02:00 |
|