summaryrefslogtreecommitdiff
path: root/sql/slave.cc
Commit message (Expand)AuthorAgeFilesLines
* Change name -> alias in TABLE_LIST.unknown2002-09-211-2/+2
* Added some mutex locks to make SLAVE START and SLAVE STOP thread safe.unknown2002-08-051-0/+4
* Fix wrong usage of constant which could cause mysqld to use index when doing ...unknown2002-07-191-30/+27
* Another try to fix slave timeoutsunknown2002-07-171-3/+4
* Merge sinisa@work.mysql.com:/home/bk/mysqlunknown2002-07-161-1/+2
|\
| * making necessary changes after Sasha's correct remarksunknown2002-07-161-1/+1
| * Fixing slave timeoutingunknown2002-07-161-1/+2
* | slave.cc:unknown2002-07-161-11/+42
|/
* slave.cc:unknown2002-06-231-3/+3
* slave.h, slave.cc:unknown2002-06-221-3/+26
* fixed 'load table from master' hang when host is emptyunknown2002-05-311-0/+6
* Sergei's MyODBC fixunknown2002-05-121-1/+1
* Backport of Sasha's fix to 3.23 from 4.0unknown2002-05-021-16/+7
* Removed compiler warningsunknown2002-02-091-1/+0
* misc cleanup unknown2001-12-131-25/+10
* slave-skip-errorsunknown2001-12-121-3/+57
* fixed alias drop bug in binlogunknown2001-11-271-1/+6
* fixed bug with temporary tables replication if one does FLUSH LOGSunknown2001-10-291-1/+0
* fixed sleep unknown2001-10-171-2/+3
* fixed crash on slave when master aborts a query that has % in it.unknown2001-10-051-1/+1
* Added usage of --master-retry-count to make mysql-test-run safer.unknown2001-10-031-16/+33
* Fix for make distunknown2001-10-021-4/+4
* Fix for LOAD DATA FROM MASTER when using tables with checksumunknown2001-09-181-1/+1
* Fixes for OS2.unknown2001-08-221-1/+1
* fixed mysterious offset confusion bugunknown2001-07-181-0/+2
* added slave_net_timeoutunknown2001-07-171-0/+1
* send kill signal to slave thread on shutdownunknown2001-07-111-2/+10
* fixed race condition in automatic binlog rotationunknown2001-07-111-0/+5
* dded volatile to replication variableunknown2001-07-071-1/+1
* fixed message in post-commit triggerunknown2001-06-281-8/+8
* fixed drop/create database bug when holding global read lockunknown2001-06-211-1/+1
* Fixed bug that caused client to hang because mysqld never did send anunknown2001-06-021-58/+55
* Added ER_SAFE() for cases when the error message could be out of bandsunknown2001-06-011-26/+26
* deal with errno out of range when reading it from the masterunknown2001-05-311-3/+4
* better error message in replication when packet is too largeunknown2001-05-031-1/+11
* reversed virtual masterunknown2001-05-031-140/+6
* fixed redundant repetition of use db in mysqlbinlogunknown2001-04-241-6/+140
* Portability fixesunknown2001-04-201-2/+2
* Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysqlunknown2001-04-111-1/+1
|\
| * Fixed bug in REGEXP for Linux Alphaunknown2001-04-111-1/+1
* | do not log the drop internal temporary tables into the binary logunknown2001-04-101-14/+53
|/
* changed signal by fd close to signal by vio_closeunknown2001-03-131-4/+4
* untested changes to close socket on slave stop for OS's that do notunknown2001-03-121-3/+15
* Fixed test cases for innobaseunknown2001-03-071-28/+35
* Docs/manual.texiunknown2001-02-261-4/+4
* sql/slave.ccunknown2001-02-261-11/+39
|\
| * ulonglong -> uint32 for log offsetunknown2001-02-261-8/+36
* | Cleanups...unknown2001-02-201-13/+15
|/
* Merge work:/home/bk/mysqlunknown2001-02-141-1/+2
|\
| * fixed bug in timestamp replicationunknown2001-02-141-1/+2