summaryrefslogtreecommitdiff
path: root/sql/slave.cc
Commit message (Expand)AuthorAgeFilesLines
* Removed compiler warningsmonty@hundin.mysql.fi2002-02-091-1/+0
* misc cleanup sasha@mysql.sashanet.com2001-12-131-25/+10
* slave-skip-errorssasha@mysql.sashanet.com2001-12-121-3/+57
* fixed alias drop bug in binlogsasha@mysql.sashanet.com2001-11-271-1/+6
* fixed bug with temporary tables replication if one does FLUSH LOGSsasha@mysql.sashanet.com2001-10-291-1/+0
* fixed sleep sasha@mysql.sashanet.com2001-10-171-2/+3
* fixed crash on slave when master aborts a query that has % in it.sasha@mysql.sashanet.com2001-10-051-1/+1
* Added usage of --master-retry-count to make mysql-test-run safer.monty@hundin.mysql.fi2001-10-031-16/+33
* Fix for make distmonty@hundin.mysql.fi2001-10-021-4/+4
* Fix for LOAD DATA FROM MASTER when using tables with checksummonty@hundin.mysql.fi2001-09-181-1/+1
* Fixes for OS2.monty@hundin.mysql.fi2001-08-221-1/+1
* fixed mysterious offset confusion bugsasha@mysql.sashanet.com2001-07-181-0/+2
* added slave_net_timeoutsasha@mysql.sashanet.com2001-07-171-0/+1
* send kill signal to slave thread on shutdownsasha@mysql.sashanet.com2001-07-111-2/+10
* fixed race condition in automatic binlog rotationsasha@mysql.sashanet.com2001-07-111-0/+5
* dded volatile to replication variablemonty@tik.mysql.fi2001-07-071-1/+1
* fixed message in post-commit triggersasha@mysql.sashanet.com2001-06-281-8/+8
* fixed drop/create database bug when holding global read locksasha@mysql.sashanet.com2001-06-211-1/+1
* Fixed bug that caused client to hang because mysqld never did send anmonty@hundin.mysql.fi2001-06-021-58/+55
* Added ER_SAFE() for cases when the error message could be out of bandsmonty@hundin.mysql.fi2001-06-011-26/+26
* deal with errno out of range when reading it from the mastersasha@mysql.sashanet.com2001-05-311-3/+4
* better error message in replication when packet is too largesasha@mysql.sashanet.com2001-05-031-1/+11
* reversed virtual mastersasha@mysql.sashanet.com2001-05-031-140/+6
* fixed redundant repetition of use db in mysqlbinlogsasha@mysql.sashanet.com2001-04-241-6/+140
* Portability fixesmonty@donna.mysql.fi2001-04-201-2/+2
* Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysqlmonty@donna.mysql.fi2001-04-111-1/+1
|\
| * Fixed bug in REGEXP for Linux Alphamonty@donna.mysql.fi2001-04-111-1/+1
* | do not log the drop internal temporary tables into the binary logsasha@mysql.sashanet.com2001-04-101-14/+53
|/
* changed signal by fd close to signal by vio_closesasha@mysql.sashanet.com2001-03-131-4/+4
* untested changes to close socket on slave stop for OS's that do notsasha@mysql.sashanet.com2001-03-121-3/+15
* Fixed test cases for innobasemonty@donna.mysql.fi2001-03-071-28/+35
* Docs/manual.texisasha@mysql.sashanet.com2001-02-261-4/+4
* sql/slave.ccsasha@mysql.sashanet.com2001-02-261-11/+39
|\
| * ulonglong -> uint32 for log offsetsasha@mysql.sashanet.com2001-02-261-8/+36
* | Cleanups...jcole@tetra.spaceapes.com2001-02-201-13/+15
|/
* Merge work:/home/bk/mysqlsasha@mysql.sashanet.com2001-02-141-1/+2
|\
| * fixed bug in timestamp replicationsasha@mysql.sashanet.com2001-02-141-1/+2
* | Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysqlmonty@donna.mysql.com2001-02-151-1/+2
|\ \ | |/
| * sql/slave.ccsasha@mysql.sashanet.com2001-02-141-1/+2
* | Changed --replace to --replace_result in mysqltestmonty@donna.mysql.com2001-02-151-2/+4
|/
* fixed up lock counting code - Monty's suggestionssasha@mysql.sashanet.com2001-01-271-3/+6
* Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysqlmonty@donna.mysql.com2001-01-251-12/+33
|\
| * fixed improper read of log name from master.info which broke slave server res...sasha@mysql.sashanet.com2001-01-241-3/+3
| * Added last_errno and last_error to show slave statussasha@mysql.sashanet.com2001-01-241-9/+30
* | Lots of manual changesmonty@donna.mysql.com2001-01-251-6/+6
|/
* fixed bug in master_pos_wait(), got rid of sleep hack, sasha@mysql.sashanet.com2001-01-221-10/+8
* keep bk happymonty@donna.mysql.com2001-01-221-343/+342
* rpl000016.test syncsasha@mysql.sashanet.com2001-01-171-2/+56
* Removed SCCS flag from all test casesmonty@donna.mysql.com2001-01-031-1/+1
* Fix for replication when binary log goes over 2Gmonty@donna.mysql.com2001-01-031-1/+1