summaryrefslogtreecommitdiff
path: root/sql/slave.cc
Commit message (Expand)AuthorAgeFilesLines
* When we delete the slave's temp tables from memory, we resetguilhem@mysql.com2003-11-031-0/+2
* 4 small items in this:guilhem@mysql.com2003-10-311-0/+21
* Fix for BUG#1686guilhem@mysql.com2003-10-291-2/+0
* A fix for a random test failure rpl_trunc_binlog: don't RESET MASTERguilhem@mysql.com2003-10-171-1/+1
* Better fix for CREATE TABLE IF NOT EXISTS ... SELECTmonty@mashka.mysql.fi2003-10-151-0/+2
* Make the slave die if master is 5.0. Indeed, 5.0 masters sendguilhem@mysql.com2003-10-091-2/+3
* * Fix for BUG#1248: "LOAD DATA FROM MASTER drops the slave's db unexpectedly".guilhem@mysql.com2003-09-111-12/+33
* comments about mutexes in replication.guilhem@mysql.com2003-08-251-7/+6
* Clearer states in SHOW PROCESSLIST for replication threads.guilhem@mysql.com2003-08-251-12/+21
* The slave threads MUST not care about max_join_size, we start them withguilhem@mysql.com2003-08-231-4/+8
* * Fix for a potential bug:guilhem@mysql.com2003-08-231-1/+7
* Yesterday I removed process_io_create_file; I shouldn't have.guilhem@mysql.com2003-08-211-0/+121
* Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0guilhem@mysql.com2003-08-201-109/+0
|\
| * First commit for fixing BUG#1100guilhem@mysql.com2003-08-201-109/+0
* | Fix for BUG#1086. Now we don't preserve event's log_pos throughdlenev@mysql.com2003-08-201-1/+0
|/
* Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@mashka.mysql.fi2003-08-071-18/+20
|\
| * Review of changesets since last pull.monty@mashka.mysql.fi2003-08-071-18/+20
* | 2 bugfixes:guilhem@mysql.com2003-08-041-11/+29
|/
* WL#1036 (print the db in slave error messages).guilhem@mysql.com2003-07-241-12/+43
* Better fix for bug #791: At binlog rotation, INSERTs may not find their way i...monty@narttu.mysql.fi2003-07-141-3/+3
* Fix for BUG#791:guilhem@mysql.com2003-07-111-4/+10
* Cleanupsmonty@mashka.mysql.fi2003-07-091-25/+28
* WL#912 (more user control on relay logs):guilhem@mysql.com2003-07-061-1/+51
* I committed the same changeset in my tree yesterday, but broke the tree since,guilhem@mysql.com2003-07-031-2/+25
* Added missing (char*) casts in bzero calls.pem@mysql.com2003-07-031-2/+2
* Code/testcase cleanupsmonty@mashka.mysql.fi2003-07-011-2/+1
* Simple code cleanupmonty@narttu.mysql.fi2003-06-231-19/+13
* Changed change_master() to use ER_MASTER_INFO (better display).guilhem@mysql.com2003-06-171-0/+1
* Fix for nightly build test failure (test update).guilhem@mysql.com2003-06-161-2/+11
* Simplified a test.guilhem@mysql.com2003-06-151-6/+9
* - Fix for bug 651: now a dying SQL slave threads wakes up any waiting MASTER_...guilhem@mysql.com2003-06-141-4/+32
* More error messages. This is intended to help debugging; presently I have aguilhem@mysql.com2003-06-101-25/+92
* Fix for bug 254 :guilhem@mysql.com2003-06-061-2/+18
* Test for bug 578. And a comment in slave.cc.guilhem@mysql.com2003-06-051-0/+20
* One-line fix for bug 576 (DBUG_ASSERT failure when using CHANGE MASTER TO REL...guilhem@mysql.com2003-06-031-1/+1
* Clearer error message (in the customer's case, the relay log was corrupted,guilhem@mysql.com2003-06-021-2/+7
* Removed bad mutex lockingguilhem@mysql.com2003-05-271-4/+0
* - Fix for memory leak if the SQL slave thread is killed just after reading an...guilhem@mysql.com2003-05-251-2/+27
* Changes from Novell for NetWare platformgreg@mysql.com2003-04-241-4/+0
* New variable rli->ignore_log_space_limit to resolveguilhem@mysql.com2003-03-171-9/+51
* Simple fixes (nothing notable)monty@mashka.mysql.fi2003-03-121-11/+5
* mergemonty@narttu.mysql.fi2003-03-101-3/+4
|\
| * Fix that round(0.1,1) == round(0.1,1)monty@narttu.mysql.fi2003-03-101-3/+4
* | Clearer error message when one forgot to grant REPLICATION SLAVE :guilhem@mysql.com2003-03-081-1/+1
|/
* Replication: small bug fixes in mysql-test-run.sh and in replication code (mo...guilhem@mysql.com2003-03-031-6/+27
* Replication: simplification of init_relay_log_pos: always initialize,guilhem@mysql.com2003-03-021-8/+1
* Added detection if pthread_attr_getstacksize() existsmonty@narttu.mysql.fi2003-02-271-1/+1
* Added START TRANSACTION syntaxmonty@mashka.mysql.fi2003-02-061-4/+4
* Fixes for Netwaremonty@mashka.mysql.fi2003-01-281-27/+81
* Added timeout for wait_for_master_posmonty@mashka.mysql.fi2003-01-251-36/+238