summaryrefslogtreecommitdiff
path: root/sql/sql_repl.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-23/+51
|\
| * Merge 10.0 into 10.1Marko Mäkelä2017-03-031-24/+54
| |\
| | * Added error checking for all calls to flush_relay_log_info() and stmt_done()Monty2017-02-281-1/+2
| | * Added a separate lock for start/stop/reset slave.Monty2017-02-281-13/+44
| | * MDEV-9573 'Stop slave' hangs on replication slaveMonty2017-02-281-11/+8
* | | MDEV-11177 mysqlbinlog exits silently without error when anotherAlexey Botchkov2017-03-221-2/+10
* | | Merge branch '10.1' into 10.2Sergei Golubchik2016-12-291-11/+13
|\ \ \ | |/ /
| * | MDEV-11288 Server crashes in Binlog_crypt_data::init trying to feed encrypted...Sergei Golubchik2016-12-061-11/+13
* | | Binlog compressedvinchen2016-10-191-2/+2
* | | MDEV-7145: Delayed replicationKristian Nielsen2016-10-161-2/+6
|\ \ \
| * | | MDEV-7145: Delayed replication, cleanup some codeKristian Nielsen2016-10-141-2/+2
| * | | MDEV-7145: Delayed replication, intermediate commit.Kristian Nielsen2016-10-141-0/+4
| |/ /
* | | Set server_id to 1 by default and disallow to set it to 0Monty2016-08-291-12/+0
* | | Final fixes for Memory_usedMonty2016-04-281-0/+1
* | | Merge branch '10.1' into 10.2Sergei Golubchik2016-03-231-2/+2
|\ \ \ | |/ /
| * | Merge branch '10.0' into 10.1Sergei Golubchik2016-03-211-2/+2
| |\ \ | | |/
| | * Fix spelling: occurred, execute, which etcOtto Kekäläinen2016-03-041-2/+2
* | | MDEV-6150 Speed up connection speed by moving creation of THD to new threadMonty2016-02-071-13/+3
|/ /
* | MDEV-5273 Prepared statement doesn't return metadata after prepare.Alexey Botchkov2016-01-281-8/+15
* | MDEV-5273 Prepared statement doesn't return metadata after prepare.Alexey Botchkov2016-01-281-14/+20
* | Merge branch '10.0' into 10.1Sergei Golubchik2015-12-211-7/+7
|\ \ | |/
| * Fixes to get all test to run on MacosX Lion 10.7Monty2015-11-291-7/+7
* | Remove THD argment from Log_event->net_send() and Protocol::pack_info() asMichael Widenius2015-10-221-1/+1
* | Merge branch '10.0' into 10.1Sergei Golubchik2015-10-121-4/+15
|\ \ | |/
| * Clarify the log message about master_info and relay_info files.Pavel Ivanov2015-10-091-1/+2
| * Better error messages if slave is not properly configuredMonty2015-10-081-3/+13
* | MDEV-8264 encryption for binlogSergei Golubchik2015-09-041-23/+137
* | cleanup: correct usage of semicolons in sql_yacc.yySergei Golubchik2015-09-041-2/+0
* | cleanup DBUG, DBUG_DUMP_EVENT_BUFSergei Golubchik2015-09-041-14/+2
* | fix show_relaylog_events.inc to work for multisourceSergei Golubchik2015-09-041-2/+4
* | cleanup: use enum_binlog_checksum_alg, not uint8Sergei Golubchik2015-09-041-14/+15
* | cleanup: reformatSergei Golubchik2015-09-041-132/+118
* | cleanup: Log_event::read_log_event()Sergei Golubchik2015-09-041-7/+9
* | cleanup: my_checksumSergei Golubchik2015-09-041-4/+3
* | Merge branch '10.0' into 10.1Sergei Golubchik2015-09-031-4/+3
|\ \ | |/
| * Fixed MDEV-8428: Mangled DML statements on 2nd level slave when enabling binl...Monty2015-07-261-4/+3
* | MDEV-6152: Remove calls to current_thd while creating ItemMonty2015-08-271-8/+20
* | Stage 2 of MDEV-6152:Monty2015-08-211-7/+10
* | MDEV-8010 - Avoid sql_alloc() in Items (Patch #1)Sergey Vojtovich2015-08-211-7/+7
* | MDEV-8469 Add RESET MASTER TO x to allow specification of binlog file nrMonty2015-07-161-3/+6
* | - Renaming variables so that they don't shadow others (After this patch one c...Monty2015-07-061-11/+14
* | cleanup: LOAD DATA replication support in IO_CACHESergei Golubchik2015-06-021-7/+9
* | Merge 10.0 -> 10.1Kristian Nielsen2015-04-201-2/+2
|\ \ | |/
| * MDEV-7785: errorneous -> erroneous spelling mistakeKristian Nielsen2015-03-161-2/+2
| * Merge MDEV-6589 and MDEV-6403 into 10.0.Kristian Nielsen2015-03-041-0/+25
| |\
| * | MDEV-7591 master crashed when slave specfied a future position with semi-repl...Sergei Golubchik2015-02-221-12/+16
* | | after-merge fixesKristian Nielsen2015-03-041-3/+3
* | | Merge MDEV-6589 and MDEV-6403 into 10.1.Kristian Nielsen2015-03-041-0/+24
|\ \ \ | | |/ | |/|
| * | MDEV-6403: Temporary tables lost at STOP SLAVE in GTID mode if master has not...Kristian Nielsen2015-03-041-0/+25
| |/
* | small cleanup, remove a useless functionSergei Golubchik2015-01-311-1/+1