summaryrefslogtreecommitdiff
path: root/sql/slave.cc
Commit message (Expand)AuthorAgeFilesLines
* --do-test option in mysql-test-run - will do only tests that match the patternunknown2001-06-261-1/+1
* show master forced rotate info in SHOW BINLOG EVENTSunknown2001-06-231-8/+27
* merged new 3.23 errorsunknown2001-06-221-9/+36
* mergeunknown2001-06-211-1/+1
|\
| * fixed drop/create database bug when holding global read lockunknown2001-06-211-1/+1
* | Added slave log event to record the master position in of slave threadunknown2001-06-141-1/+20
* | do not show user/pass for slave unless running with show-slave-auth-infounknown2001-06-011-15/+7
* | sql/slave.ccunknown2001-06-011-2/+1
* | Merge work:/home/bk/mysql-4.0unknown2001-06-011-59/+59
|\ \
| * \ mergeunknown2001-06-011-59/+59
| |\ \ | | |/
| | * Fixed bug that caused client to hang because mysqld never did send anunknown2001-06-021-58/+55
* | | worked around one bug in the new symlink code, but hit anotherunknown2001-06-011-1/+1
|/ /
* | Merge work.mysql.com:/home/bk/mysqlunknown2001-06-011-26/+27
|\ \ | |/
| * 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
* | A slave now can optionally register with the master providing the unknown2001-05-301-0/+52
* | updates for LOAD DATA FROM MASTER + some cleanup of replication codeunknown2001-05-281-15/+23
|/
* 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
* | Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysqlunknown2001-02-151-1/+2
|\ \ | |/
| * sql/slave.ccunknown2001-02-141-1/+2
* | Changed --replace to --replace_result in mysqltestunknown2001-02-151-2/+4
|/
* fixed up lock counting code - Monty's suggestionsunknown2001-01-271-3/+6
* Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysqlunknown2001-01-251-12/+33
|\
| * fixed improper read of log name from master.info which broke slave server res...unknown2001-01-241-3/+3
| * Added last_errno and last_error to show slave statusunknown2001-01-241-9/+30
* | Lots of manual changesunknown2001-01-251-6/+6
|/
* fixed bug in master_pos_wait(), got rid of sleep hack, unknown2001-01-221-10/+8
* keep bk happyunknown2001-01-221-343/+342
* rpl000016.test syncunknown2001-01-171-2/+56
* Removed SCCS flag from all test casesunknown2001-01-031-1/+1
* Fix for replication when binary log goes over 2Gunknown2001-01-031-1/+1
* client/mysqltest.cunknown2000-12-141-64/+95
* Fixed delete in tables with hidden primary keyunknown2000-12-121-0/+2
* I hope I've fixed all the bugs by now, let's test itunknown2000-12-111-3/+9
* fixed up leaks found by --exit-info=256unknown2000-12-091-1/+44