04310ae60e
Fixed return code from slave reply routines
...
Fixed return code from slave reply routines
Fixed error reply packet len
2015-03-02 08:48:15 +01:00
46c4fefb00
Fixes to coverity defects 87601 87557 87548 87547 87546 87545 87544 87536 87535 87529 87528
2015-02-22 22:29:30 +02:00
22255a6045
Removed extra ; in soem blr_make_query calls - this breaks parsing when
...
one maxscale is chained from another
2015-02-20 16:07:09 +00:00
92e99ddfb7
Auto set router->masterid from master server-id
...
Automatically set router->masterid if not specified in the option: it’s
taken from master server-id
2015-02-18 11:04:50 +01:00
517524a8b4
Addition of DISCONNECT ALL and DISCONNECT SERVER
...
Addition of DISCONNECT ALL and DISCONNECT SERVER server_id
Added dbc_close in closeSession
Changed slave mode output display in diagnostics
2015-02-17 18:29:03 +01:00
865cd82fee
Addition of slave port and username in diagnostics
...
Addition of slave port and username in diagnostics
2015-02-17 11:32:41 +01:00
01eafd92c8
Fixed two errors in show slave status output. Master_UUID was
...
showing the variable name rather than the value and
Master_SSL_Verify_Server_cert was missing
2015-02-10 10:00:02 +00:00
eafdd43592
Add Master_Server_Id value to returned show slave status command
2015-02-10 08:36:31 +00:00
faca6b6d76
Merge branch 'blr' into develop
2015-02-09 20:58:55 +00:00
390df414df
Addition of doxygen comments
2015-02-09 20:56:50 +00:00
b58e09cdb7
Addition of some extra log messages and seconds behind master calcuation
2015-02-09 20:50:23 +00:00
958cc73176
Add support for SELECT @@server_id
2015-02-09 16:07:01 +00:00
e3c8979ee1
Fix for missing statistics increment
2015-02-09 13:19:51 +00:00
6da16c9958
Some tidy up of binlog rotuer code
2015-02-06 20:46:36 +00:00
e91ad034a8
CRC issue
2015-02-06 17:53:41 +00:00
00c7dccdac
Fix for checksum misisng in master rotate event
2015-02-06 14:30:15 +00:00
d4f5ca6bcb
Merge branch 'blr' into develop
...
Addition of hashtable load and save. Caching of auth information
2015-02-06 11:52:51 +00:00
25e39f35c5
Fix to allow rotate of files without explicit rotate events when the master is offline
2015-02-06 11:45:20 +00:00
c611d63e94
Added protection for buffer overrun in COM_BINLOG_DUMP.
2015-02-05 09:37:56 +00:00
b9f36d6489
Addition of checksum handling in COM_BINLOG_DUMP
2015-02-05 09:15:45 +00:00
07536611d3
Add ability to extract values from the result set
...
Extract and action the @master_binlog_checksum value
Store master's uuid for use in show slave status
Support for MariaDB 5.5 masters
2015-02-04 15:59:28 +00:00
6bd8d1b507
Updated options procesign to allow either password= or passwd= for
...
compatibility with the way we set passwords in other places
2015-02-04 13:12:19 +00:00
8ddb2fa732
Update to support servers that do not support GTID
2015-02-04 13:10:46 +00:00
85c752d15c
Updated error handlign in lien with new requirements of the core
2015-02-04 12:15:34 +00:00
add315d795
Updated to reflect the shange to the way servers are stored within services
2015-02-04 11:17:29 +00:00
ea7260b27b
Merge branch 'blr' into develop
2015-02-04 10:28:12 +00:00
85a38c9600
Add fix for crash if no router options are supplied
2015-02-04 10:26:55 +00:00
23d920c1a9
Addition of support for show slave status
2015-02-04 10:05:35 +00:00
0083e62c41
Merge branch 'blr' into develop
2015-02-03 17:19:06 +00:00
e9af90e4b6
Add support for:
...
select @@maxscale_version;
show variables like "maxscale%"
show master status
show slave hosts
2015-02-03 17:14:37 +00:00
048467b447
Fixed issue with simple parser for queries from slaves.
2015-02-03 14:35:22 +00:00
15b2cb64ce
Add a default value of uuid
2015-01-30 15:20:59 +00:00
5ac736a14e
Fix for CRC in fake rotate events
2015-01-30 14:55:14 +00:00
a786d76852
Fixed typo
2015-01-29 16:04:06 +00:00
00d9787d20
Fixed typo in error log message
2015-01-29 16:01:19 +00:00
0a9509168b
Addition of cache for server responses. This allows cached responses to be sent
...
if there is no master avaiable when MaxScale starts
2015-01-28 08:44:13 +00:00
b758dc1a4a
Clear residual buffered data when reconnecting to the master in all cases
2015-01-26 11:23:46 +00:00
06c2d201e0
remove makefiles and other garbage
2015-01-14 19:08:24 +02:00
af415f58c3
Add support for select @@max_allowed_packet
2015-01-07 17:38:41 +00:00
95cd0b93cb
Fix to bug 679: http://bugs.mariadb.com/show_bug.cgi?id=679
...
Added server references to services instead of using a raw pointers to server instances.
Changed all references to service->database to service->dbref.
2015-01-02 20:55:38 +02:00
203e83d508
Update to COM_STATISTICS to show master connection state
2014-12-16 15:35:39 +00:00
909518fac7
Improved error messages
...
Support for running out of disk space in the binlog router
Support for COM_PING & COM_STATISTICS added in the binlog router
Addition of binlogdir router option
2014-12-16 10:38:09 +00:00
df1ff25be4
Changes for file system full detection
2014-12-10 09:07:14 +00:00
0fb1918887
Improved error handlign for binlog directory and files
2014-12-09 09:55:05 +00:00
cce35d9035
Add event name in show service
2014-12-05 13:49:41 +00:00
e102d56e69
Merge branch 'blr' into release-1.0GA
...
Conflicts:
server/modules/protocol/mysql_backend.c
server/modules/routing/binlog/blr_master.c
2014-12-05 11:42:02 +00:00
2b998eb17f
Merging binlog router into beta refresh
2014-12-05 11:30:03 +00:00
36aea7454f
Updates for new logging definitions
2014-12-04 16:56:33 +00:00
863a30c969
Merge branch 'blr' of https://github.com/mariadb-corporation/MaxScale into blr
...
Conflicts:
server/core/gateway.c
2014-11-26 08:47:50 +00:00
268f2950b7
Missed lgging externs
2014-11-21 15:07:41 +00:00