abf5b6d02a
Addition of status variable output formatting
...
Addition of status variable output formatting and router options check
and check for mandatory server_id parameter
Logging of binlog router identy seen by master and slaves
2015-09-15 15:13:05 +02:00
9cd9a6183b
Merge branch 'develop' into 1.2.1-binlog_router_trx
2015-09-14 21:13:14 +02:00
2829a8ce05
Added missing check for empty result set in binlogrouter.
2015-09-14 21:20:22 +03:00
f60254f626
Added MariaDB 10 transaction detection
...
Added MariaDB 10 transaction detection
2015-08-26 17:32:45 +02:00
5153c16eac
Added BLRM_MASTER_REGITRATION_QUERY_LEN constant
...
Added BLRM_MASTER_REGITRATION_QUERY_LEN constant
2015-08-25 11:27:15 +02:00
3fe0c074c5
Added strerror_r and new constants
...
Added strerror_r and new constants
2015-08-24 15:02:22 +02:00
6aa4a31c2e
Removed unused var
...
Removed unused var
2015-08-24 10:56:33 +02:00
799844e243
Fixed MXS-111 https://mariadb.atlassian.net/browse/MXS-111
...
Fixed MXS-111 https://mariadb.atlassian.net/browse/MXS-111
2015-08-24 10:52:26 +02:00
6b456c5346
Removed duplicated statements
...
Removed duplicated statements
2015-08-24 10:49:00 +02:00
4242d28e13
Added support for new options
...
Added support for new options:
master_uuid, master_hostname, master_version
If set, those values will be sent to slaves instead of
saved master responses
2015-08-21 16:31:40 +02:00
53c35b05ab
Added default heartbeat set via define and blr_last_event_description
...
Added default heartbeat set via define and blr_last_event_description()
2015-08-17 14:05:41 +02:00
37fd6f54e9
Added blr_check_heartbeat as task
...
Added blr_check_heartbeat as task
2015-08-17 12:29:59 +02:00
1f1671a0e2
Version upate
...
Version upate
2015-08-12 11:18:04 +02:00
9bada09d2d
Update messages on errors
...
Update messages on errors
2015-08-09 23:14:55 +02:00
343cb49f8c
fprintf removed
...
fprintf removed
2015-08-07 17:19:49 +02:00
479e4e3203
Added blr_check_binlog at router startup if trx_safe is set
...
Added blr_check_binlog at router startup if trx_safe is set
2015-08-07 11:59:15 +02:00
e5a2e5cd1f
Improvements added in stop/start slave and change master
...
Improvements added in stop/start slave and change master
2015-08-06 17:47:37 +02:00
f91a339674
Initial implementation of transaction safety
...
Initial implementation of transaction safety
2015-08-05 14:29:17 +02:00
619261cd21
Small improvements
...
Small improvements
2015-08-04 16:39:03 +02:00
02496d7410
Fixed error message in createInstance
...
Fixed error message in createInstance
2015-08-04 15:47:41 +02:00
61c47375d5
Merge branch 'develop' into 1.2.1-binlog_router
...
Conflicts:
server/core/server.c
server/include/server.h
server/modules/include/blr.h
server/modules/routing/binlog/blr.c
server/modules/routing/binlog/blr_file.c
server/modules/routing/binlog/blr_master.c
server/modules/routing/binlog/blr_slave.c
2015-08-04 07:59:44 -04:00
9ef43c9d9e
Logged statement is truncated if contains 'password'
...
Logged statement is truncated if contains 'password'
2015-07-28 13:25:14 +02:00
8d7def654a
Merge part of MXS-289 bug
...
Merge part of MXS-289 bug
2015-07-28 12:47:21 +02:00
556e99b2a9
Fix for bug MXS-289
...
Added fix for bug MXS-289
2015-07-27 18:44:05 +02:00
aa6294f1f2
Fixed binlogrouter not working with C99 flags.
2015-07-20 08:59:35 +03:00
7b9d54d1d4
Removed MASTER_PASSWORD from logs
...
Removed MASTER_PASSWORD from logs
2015-07-14 17:32:42 +02:00
78eab19c62
Fixed compiler warnings.
2015-07-14 17:13:09 +03:00
3992f262ca
Fixed Coverity defects
2015-07-14 16:17:50 +03:00
9728ec6169
Addition of new mariadb10 events to diagnostics()
...
Addition of new mariadb10 events to diagnostics()
2015-07-13 12:54:04 +03:00
7a0a010a86
CHANGE MASTER error messages improvement
...
CHANGE MASTER error messages improvement
New Start Slave implementation
Error Handling when master_state is BLRM_BINLOGDUMP: in case of error
master replication stops and new state is BLRM_SLAVE_STOPPED
2015-06-23 15:34:56 +02:00
5bc07c5100
Added error handling in BINLOG_DUMP phase
...
Added error handling in BINLOG_DUMP phase: router goes into
BLRM_SLAVE_STOPPED state
Removed blr_file_add_magic called twice
2015-06-22 10:35:02 +02:00
1cbc7d6e7f
Added error string to router->m_errmsg
...
Added error string to router->m_errmsg
2015-06-09 12:39:50 +02:00
2db4f4d771
Added error_msg to blr_slave_send_slave_status()
...
Added error_msg to blr_slave_send_slave_status()
2015-06-08 19:16:50 +02:00
d9234bec5f
Updated logging messages
...
Updated logging messages
2015-06-08 17:30:26 +02:00
945e2f8132
added checks in blr_stop_slave()
...
errorReply sets mysql_errno into router struct
blr_slave_send_slave_status displays mysql errno
added checks in blr_stop_slave()
2015-06-05 17:37:05 +02:00
2f2c9c8cbc
Fix for MariaDB10 state machine
...
Fix for MariaDB10 state machine
2015-06-02 09:45:26 +02:00
7634f22a94
STOP/START SLAVE first implementation
...
STOP/START SLAVE first implementation
2015-05-25 17:37:39 +02:00
5d1e09ca4f
Added MariaDB 10 Compatibility without GTID
...
Added MariaDB 10 Compatibility without GTID
2015-05-07 17:14:39 +02:00
e9391ef486
MariaDB 10 optional compatibility
...
MariaDB 10 optional compatibility with mariadb10-compatibility=1
2015-05-07 15:16:37 +02:00
bc7cc2a466
Added variables for MariaDB 10 compatibility.
2015-05-07 12:56:58 +03:00
5c7b2a68e5
mariadb10 compatibility test without GTID
...
First implementation of mariadb10 compatibility test without GTID
State machine to be modified for mysql5.6/mariadb10 compatibility
router options for mariadb10 slave registration still missing
2015-05-06 12:19:18 +02:00
d490c2c509
Added casts to unsigned long to some log messages.
2015-04-08 10:54:42 +03:00
ea039dd01a
Fixed to Coverity defects and a fix to tee filter not compiling with SS_DEBUG flag.
2015-03-07 06:00:01 +02: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
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
faca6b6d76
Merge branch 'blr' into develop
2015-02-09 20:58:55 +00:00
b58e09cdb7
Addition of some extra log messages and seconds behind master calcuation
2015-02-09 20:50:23 +00:00
e3c8979ee1
Fix for missing statistics increment
2015-02-09 13:19:51 +00:00