summaryrefslogtreecommitdiff
path: root/sql/slave.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* client/mysqltest.csasha@mysql.sashanet.com2000-12-141-64/+95
* Fixed delete in tables with hidden primary keymonty@donna.mysql.com2000-12-121-0/+2
* I hope I've fixed all the bugs by now, let's test itsasha@mysql.sashanet.com2000-12-111-3/+9
* fixed up leaks found by --exit-info=256sasha@mysql.sashanet.com2000-12-091-1/+44
* more cleanup of slave load data infile - trying to track down bug,sasha@mysql.sashanet.com2000-12-071-0/+3
* rpl000001 sporadic failure mystery solved - the table was being opened twice :-)sasha@mysql.sashanet.com2000-12-071-8/+1
* fix for SunPro CCsasha@mysql.sashanet.com2000-12-021-2/+2
* added loops and other cool stuff to mysqltestsasha@mysql.sashanet.com2000-12-021-25/+53
* pointer casts -> int4store()sasha@mysql.sashanet.com2000-11-271-3/+2
* Merge work.mysql.com:/home/bk/mysqlsasha@mysql.sashanet.com2000-11-271-10/+7
|\
| * Fixed temp tables to work with replication. It will not work if you stop the ...sasha@mysql.sashanet.com2000-11-251-10/+7
* | mergemonty@narttu.mysql.fi2000-11-271-2/+1
|\ \ | |/ |/|
| * All statements are now run in a sub transactionmonty@donna.mysql.com2000-11-241-2/+1
* | slave master.info FILE -> IO_CACHEsasha@mysql.sashanet.com2000-11-241-38/+67
|/
* mysql-test/mysql-test-runsasha@mysql.sashanet.com2000-11-221-14/+63
* fixed warning in sql_class.ccsasha@mysql.sashanet.com2000-11-201-3/+55