summaryrefslogtreecommitdiff
path: root/sql/slave.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 4.1 into 5.0unknown2003-08-261-2/+2
|\
| * Merge 4.1 into 5.0 (first pass).unknown2003-07-081-2/+2
| |\
| | * rlyon-5.0.0-alpha.patchunknown2003-05-291-4/+0
| | * Merged 4.1 to 5.0.unknown2003-04-291-2/+2
| | |\
| | | * Mergingunknown2003-04-081-2/+2
| | | |\
| | | | * SCRUMunknown2003-04-081-2/+2
| | | | * Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2003-03-311-1/+1
| | | | |\
| | | | | * SCRUMunknown2003-03-311-1/+1
* | | | | | After merge fixes + bugs from last mergeunknown2003-08-191-3/+5
* | | | | | After merge fixesunknown2003-08-191-4/+4
* | | | | | Merge with 4.0.14unknown2003-08-111-72/+342
|\ \ \ \ \ \
| * \ \ \ \ \ Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-08-071-18/+20
| |\ \ \ \ \ \
| | * | | | | | Review of changesets since last pull.unknown2003-08-071-18/+20
| * | | | | | | 2 bugfixes:unknown2003-08-041-11/+29
| |/ / / / / /
| * | | | | | WL#1036 (print the db in slave error messages).unknown2003-07-241-12/+43
| * | | | | | Better fix for bug #791: At binlog rotation, INSERTs may not find their way i...unknown2003-07-141-3/+3
| * | | | | | Fix for BUG#791:unknown2003-07-111-4/+10
| * | | | | | Cleanupsunknown2003-07-091-25/+28
| * | | | | | WL#912 (more user control on relay logs):unknown2003-07-061-1/+51
| * | | | | | I committed the same changeset in my tree yesterday, but broke the tree since,unknown2003-07-031-2/+25
| * | | | | | Added missing (char*) casts in bzero calls.unknown2003-07-031-2/+2
| * | | | | | Code/testcase cleanupsunknown2003-07-011-2/+1
| * | | | | | Simple code cleanupunknown2003-06-231-19/+13
| * | | | | | Changed change_master() to use ER_MASTER_INFO (better display).unknown2003-06-171-0/+1
| * | | | | | Fix for nightly build test failure (test update).unknown2003-06-161-2/+11
| * | | | | | Simplified a test.unknown2003-06-151-6/+9
| * | | | | | - Fix for bug 651: now a dying SQL slave threads wakes up any waiting MASTER_...unknown2003-06-141-4/+32
| * | | | | | More error messages. This is intended to help debugging; presently I have aunknown2003-06-101-25/+92
| * | | | | | Fix for bug 254 :unknown2003-06-061-2/+18
| * | | | | | Test for bug 578. And a comment in slave.cc.unknown2003-06-051-0/+20
* | | | | | | On Feb 4th, 2003, Monty said he would push my patch to print replicate-do-tableunknown2003-07-231-0/+63
| |/ / / / / |/| | | | |
* | | | | | Fixed some new memory leaksunknown2003-06-241-4/+5
* | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-06-141-25/+24
|\ \ \ \ \ \
| * | | | | | Cleanup after split of libmysql.c to client.c and libmysql.c. A 4.1 master/s...unknown2003-06-141-25/+24
* | | | | | | See each file's changeset for details.unknown2003-06-121-23/+56
|/ / / / / /
* | | | | | Merge with 4.0.13unknown2003-06-051-3/+8
|\ \ \ \ \ \ | |/ / / / /
| * | | | | One-line fix for bug 576 (DBUG_ASSERT failure when using CHANGE MASTER TO REL...unknown2003-06-031-1/+1
| * | | | | Clearer error message (in the customer's case, the relay log was corrupted,unknown2003-06-021-2/+7
* | | | | | merge with public treeunknown2003-06-051-3/+24
|\ \ \ \ \ \
| * \ \ \ \ \ Merge with 4.0.13unknown2003-06-041-3/+24
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Removed bad mutex lockingunknown2003-05-271-4/+0
| | * | | | | - Fix for memory leak if the SQL slave thread is killed just after reading an...unknown2003-05-251-2/+27
* | | | | | | SCRUM:unknown2003-06-031-0/+1
* | | | | | | SCRUM:unknown2003-05-311-4/+5
* | | | | | | Lots of conflicts resolvedunknown2003-05-281-28/+28
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | SCRUMunknown2003-05-021-28/+28
| | |/ / / / | |/| | | |
* | | | | | Merge with 4.0.13unknown2003-05-191-4/+0
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | Changes from Novell for NetWare platformunknown2003-04-241-4/+0
* | | | | Replication: new code to not modify in-memory log positions until the COMMITunknown2003-04-241-106/+100
| |/ / / |/| | |
* | | | my_strncasecmp() is not used anymore. Use my_strncoll() instead.unknown2003-04-011-1/+1
| |/ / |/| |