a28936c5bf
Update with various small fixes
...
Update with various small fixes
2015-07-29 14:33:52 +02:00
2d6780288a
Fix spelling errors.
2015-07-29 12:11:09 +01:00
bf4630bb2c
Removed extra statements
...
Removed extra statements
2015-07-28 13:27:36 +02: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
f22e2ec87b
Added Connecting state in Slave_IO_Running
...
Added ‘Connecting’ state in Slave_IO_Running field of SHOW SLAVE STATUS
2015-07-15 09:18:55 +02:00
7b9d54d1d4
Removed MASTER_PASSWORD from logs
...
Removed MASTER_PASSWORD from logs
2015-07-14 17:32:42 +02:00
df17527527
Fixed wrong message parameter
...
Fixed wrong message parameter
2015-07-13 19:28:32 +02:00
37fd2b6e87
Added chmod 600 for master.ini
...
Added chmod 600 for master.ini
2015-07-13 19:00:22 +02:00
9480c01b96
New log messages for dbusers loading failure
...
New log messages for dbusers loading failure
2015-07-13 18:12:34 +02:00
a16d4c46d6
Changed default master port to 3306
...
Changed default master port to 3306
2015-07-13 12:44:03 +02:00
5165c6b981
master.ini contains now master configuration
...
master.ini contains now master configuration
It can be created or modified by CHANGE MASTER TO
Added new BLRM_UNCONFIGURED state
2015-06-30 16:10:02 +02:00
b526da1fd4
Added fix in CHANGE MASTER TO when MASTER_LOG_FILE is not set
...
Added fix in CHANGE MASTER TO when MASTER_LOG_FILE is not set
2015-06-26 09:52:57 +02:00
cd7f7aba57
CHAGE MASTER TO new binlog requires MASTER_LOG_POS to be set
...
CHAGE MASTER TO new binlog requires MASTER_LOG_POS to be set
2015-06-23 17:42:42 +02:00
543873a44f
Add default for missing MASTER_LOG_POS
...
Add default for missing MASTER_LOG_POS
4 if binlog is a new one
current pos if binlog = current one
2015-06-23 17:19:54 +02: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
022179ca12
start slave may create a new binlog file
...
start slave may create a new binlog file
2015-06-23 10:05:39 +02:00
2816d87013
fix for missing crc check in blr_slave_fake_rotate()
...
fix for missing crc check in blr_slave_fake_rotate()
fix for missing @@version_comment in order to allow mysql client get in
2015-06-22 18:21:43 +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
64bb68c12c
inst->master_chksum = true; is put back
...
inst->master_chksum = true; is put back
2015-06-17 12:23:31 +02:00
4952dc48bb
Added constraints to CHANGE MASTER TO options
...
Added constraints to CHANGE MASTER TO options MASTER_LOG_FILE and
MASTER_LOG_POS
2015-06-15 15:03:27 +02:00
d94ac9c637
Added new general error message
...
Added new general error message
Added
Slave_IO_Running: No
Slave_SQL_Running: No
when slave is stopped
2015-06-09 16:46:41 +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
f46c47651a
Compile error, missing ';'
...
Compile error, missing ';'
2015-06-09 10:33:23 +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
809cdb5b1e
Added blr_cache_read_master_data and dcb checks
...
Added blr_cache_read_master_data()
Added dcb checks before calling db_close
Forced initialisation values of some parameters
2015-06-08 16:56:52 +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
2a15e6e774
server_update_port/address are used
...
server_update_port and server_update_address now used by
blr_handle_change_master
2015-06-03 10:30:03 +02:00
18a39e6c64
Addition of server_update_address/port
2015-06-03 10:24:35 +02:00
cedaeb7fe9
MariaDB10 embedded library version string
...
MariaDB10 embedded library version string
2015-06-03 09:41:12 +02:00
6cb0248ab8
Addition of MASTER_USER and MASTER_PASSWORD
...
Addition of MASTER_USER and MASTER_PASSWORD
2015-06-01 11:15:43 +02:00
392c71df07
Addition of CHANGE MASTER TO
...
Addition of CHANGE MASTER TO … command.
Current handled command has four options, example:
change master to MASTER_LOG_FILE='mysql-bin.000049',
MASTER_LOG_POS=245, MASTER_HOST='127.0.0.1', MASTER_PORT=3307;
2015-05-29 17:01:34 +02:00
f54fcc7e4e
changed stop/start slave error message
...
changed stop/start slave error message including
errors code and status message
ERROR 1254 (HY000): Slave connection is already running
ERROR 1199 (HY000): Slave connection is not running
2015-05-28 11:14:59 +02:00
453dd64273
Added dcb_close for router->client session
...
Added dcb_close for router->client session and queue residual cleanup
2015-05-27 15:29:38 +02:00
7634f22a94
STOP/START SLAVE first implementation
...
STOP/START SLAVE first implementation
2015-05-25 17:37:39 +02:00
c1b956af2c
Fixed a non-static variable causing multiple declarations when FAKE_CODE was defined
2015-05-14 10:12:00 +03:00
3f3996f87c
Merge branch 'develop' into release-1.1.1
...
Conflicts:
Documentation/Release-Notes/MaxScale-1.1.1-Release-Notes.md
2015-05-13 20:02:58 +03:00
4ed3ffc398
Fixed typos in deocumentation
2015-05-13 19:56:52 +03:00
08d978ae4a
Fixed PROFILING missing from the CMake cache.
2015-05-13 18:30:46 +03:00
7750b8996c
Merge branch 'develop' into release-1.1.1
2015-05-13 12:06:46 +03:00
c2e881f544
Merge pull request #82 from yhager/MXS-137
...
MXS-137: correct calculation of query length when length is >= 0x80
2015-05-13 11:12:44 +03:00
67584720a3
Merge branch 'develop' into release-1.1.1
2015-05-13 11:01:39 +03:00
efef7def6d
Added test case for MXS-137: https://mariadb.atlassian.net/browse/MXS-137
2015-05-13 10:55:57 +03:00
13200e8c74
MXS-137: correct calculation of query length when length is >= 0x80
2015-05-12 11:27:46 -07:00
4964ec57db
Merge branch 'develop' of https://github.com/mariadb-corporation/MaxScale into develop
2015-05-12 14:44:59 +03:00
7a81211577
Updated Documentation-Contents.md
2015-05-12 14:44:33 +03:00
fec1e66a5c
Add comment for parameter, correct spelling in comment.
2015-05-12 11:53:11 +01:00
b2bd9fedde
Merge branch 'develop' into release-1.1.1
2015-05-12 10:34:38 +03:00
7d3fa8de37
Updated readwritesplit documentation.
2015-05-12 04:59:34 +03:00