Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed compiler warnings | monty@hundin.mysql.fi | 2002-02-09 | 1 | -1/+0 |
* | misc cleanup | sasha@mysql.sashanet.com | 2001-12-13 | 1 | -25/+10 |
* | slave-skip-errors | sasha@mysql.sashanet.com | 2001-12-12 | 1 | -3/+57 |
* | fixed alias drop bug in binlog | sasha@mysql.sashanet.com | 2001-11-27 | 1 | -1/+6 |
* | fixed bug with temporary tables replication if one does FLUSH LOGS | sasha@mysql.sashanet.com | 2001-10-29 | 1 | -1/+0 |
* | fixed sleep | sasha@mysql.sashanet.com | 2001-10-17 | 1 | -2/+3 |
* | fixed crash on slave when master aborts a query that has % in it. | sasha@mysql.sashanet.com | 2001-10-05 | 1 | -1/+1 |
* | Added usage of --master-retry-count to make mysql-test-run safer. | monty@hundin.mysql.fi | 2001-10-03 | 1 | -16/+33 |
* | Fix for make dist | monty@hundin.mysql.fi | 2001-10-02 | 1 | -4/+4 |
* | Fix for LOAD DATA FROM MASTER when using tables with checksum | monty@hundin.mysql.fi | 2001-09-18 | 1 | -1/+1 |
* | Fixes for OS2. | monty@hundin.mysql.fi | 2001-08-22 | 1 | -1/+1 |
* | fixed mysterious offset confusion bug | sasha@mysql.sashanet.com | 2001-07-18 | 1 | -0/+2 |
* | added slave_net_timeout | sasha@mysql.sashanet.com | 2001-07-17 | 1 | -0/+1 |
* | send kill signal to slave thread on shutdown | sasha@mysql.sashanet.com | 2001-07-11 | 1 | -2/+10 |
* | fixed race condition in automatic binlog rotation | sasha@mysql.sashanet.com | 2001-07-11 | 1 | -0/+5 |
* | dded volatile to replication variable | monty@tik.mysql.fi | 2001-07-07 | 1 | -1/+1 |
* | fixed message in post-commit trigger | sasha@mysql.sashanet.com | 2001-06-28 | 1 | -8/+8 |
* | fixed drop/create database bug when holding global read lock | sasha@mysql.sashanet.com | 2001-06-21 | 1 | -1/+1 |
* | Fixed bug that caused client to hang because mysqld never did send an | monty@hundin.mysql.fi | 2001-06-02 | 1 | -58/+55 |
* | Added ER_SAFE() for cases when the error message could be out of bands | monty@hundin.mysql.fi | 2001-06-01 | 1 | -26/+26 |
* | deal with errno out of range when reading it from the master | sasha@mysql.sashanet.com | 2001-05-31 | 1 | -3/+4 |
* | better error message in replication when packet is too large | sasha@mysql.sashanet.com | 2001-05-03 | 1 | -1/+11 |
* | reversed virtual master | sasha@mysql.sashanet.com | 2001-05-03 | 1 | -140/+6 |
* | fixed redundant repetition of use db in mysqlbinlog | sasha@mysql.sashanet.com | 2001-04-24 | 1 | -6/+140 |
* | Portability fixes | monty@donna.mysql.fi | 2001-04-20 | 1 | -2/+2 |
* | Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysql | monty@donna.mysql.fi | 2001-04-11 | 1 | -1/+1 |
|\ | |||||
| * | Fixed bug in REGEXP for Linux Alpha | monty@donna.mysql.fi | 2001-04-11 | 1 | -1/+1 |
* | | do not log the drop internal temporary tables into the binary log | sasha@mysql.sashanet.com | 2001-04-10 | 1 | -14/+53 |
|/ | |||||
* | changed signal by fd close to signal by vio_close | sasha@mysql.sashanet.com | 2001-03-13 | 1 | -4/+4 |
* | untested changes to close socket on slave stop for OS's that do not | sasha@mysql.sashanet.com | 2001-03-12 | 1 | -3/+15 |
* | Fixed test cases for innobase | monty@donna.mysql.fi | 2001-03-07 | 1 | -28/+35 |
* | Docs/manual.texi | sasha@mysql.sashanet.com | 2001-02-26 | 1 | -4/+4 |
* | sql/slave.cc | sasha@mysql.sashanet.com | 2001-02-26 | 1 | -11/+39 |
|\ | |||||
| * | ulonglong -> uint32 for log offset | sasha@mysql.sashanet.com | 2001-02-26 | 1 | -8/+36 |
* | | Cleanups... | jcole@tetra.spaceapes.com | 2001-02-20 | 1 | -13/+15 |
|/ | |||||
* | Merge work:/home/bk/mysql | sasha@mysql.sashanet.com | 2001-02-14 | 1 | -1/+2 |
|\ | |||||
| * | fixed bug in timestamp replication | sasha@mysql.sashanet.com | 2001-02-14 | 1 | -1/+2 |
* | | Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysql | monty@donna.mysql.com | 2001-02-15 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | sql/slave.cc | sasha@mysql.sashanet.com | 2001-02-14 | 1 | -1/+2 |
* | | Changed --replace to --replace_result in mysqltest | monty@donna.mysql.com | 2001-02-15 | 1 | -2/+4 |
|/ | |||||
* | fixed up lock counting code - Monty's suggestions | sasha@mysql.sashanet.com | 2001-01-27 | 1 | -3/+6 |
* | Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysql | monty@donna.mysql.com | 2001-01-25 | 1 | -12/+33 |
|\ | |||||
| * | fixed improper read of log name from master.info which broke slave server res... | sasha@mysql.sashanet.com | 2001-01-24 | 1 | -3/+3 |
| * | Added last_errno and last_error to show slave status | sasha@mysql.sashanet.com | 2001-01-24 | 1 | -9/+30 |
* | | Lots of manual changes | monty@donna.mysql.com | 2001-01-25 | 1 | -6/+6 |
|/ | |||||
* | fixed bug in master_pos_wait(), got rid of sleep hack, | sasha@mysql.sashanet.com | 2001-01-22 | 1 | -10/+8 |
* | keep bk happy | monty@donna.mysql.com | 2001-01-22 | 1 | -343/+342 |
* | rpl000016.test sync | sasha@mysql.sashanet.com | 2001-01-17 | 1 | -2/+56 |
* | Removed SCCS flag from all test cases | monty@donna.mysql.com | 2001-01-03 | 1 | -1/+1 |
* | Fix for replication when binary log goes over 2G | monty@donna.mysql.com | 2001-01-03 | 1 | -1/+1 |