summaryrefslogtreecommitdiff
path: root/sql/slave.cc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | 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
| |/ / |/| |
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-03-201-8/+8
|\ \ \ | | |/ | |/|
| * | Replication were broken because of automatic charset conversion.unknown2003-03-181-8/+8
* | | Merge with 4.0.12unknown2003-03-191-9/+51
|\ \ \ | | |/ | |/|
| * | New variable rli->ignore_log_space_limit to resolveunknown2003-03-171-9/+51
* | | Added support for ULONG division with DIVunknown2003-03-191-3/+3
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-03-171-8/+8
|\ \ \ | | |/ | |/|
| * | Preparing to client<->server autoconvertunknown2003-03-171-8/+8
* | | Merge with 4.0unknown2003-03-161-29/+38
|\ \ \ | |/ / |/| / | |/
| * Simple fixes (nothing notable)unknown2003-03-121-11/+5
| * mergeunknown2003-03-101-3/+4
| |\
| | * Fix that round(0.1,1) == round(0.1,1)unknown2003-03-101-3/+4
| * | Clearer error message when one forgot to grant REPLICATION SLAVE :unknown2003-03-081-1/+1
| |/
| * Replication: small bug fixes in mysql-test-run.sh and in replication code (mo...unknown2003-03-031-6/+27
| * Replication: simplification of init_relay_log_pos: always initialize,unknown2003-03-021-8/+1
* | Replication: give the slave I/O thread a higher priority than the slave SQL t...unknown2003-03-011-3/+6
* | Merge with 3.23 -> 4.0unknown2003-02-281-1/+1
|\ \ | |/
| * Added detection if pthread_attr_getstacksize() existsunknown2003-02-271-1/+1
| * Added START TRANSACTION syntaxunknown2003-02-061-4/+4
* | Merge with 4.0.11unknown2003-02-041-305/+412
|\ \ | |/
| * Fixes for Netwareunknown2003-01-281-27/+81
| * Added timeout for wait_for_master_posunknown2003-01-251-36/+238
* | Mergeunknown2003-01-211-2/+0
|\ \
| * | Portability fixes (for windows)unknown2003-01-211-1/+0
* | | Conflicts resolvingunknown2003-01-201-4/+17
|\ \ \ | |/ /
| * | merge with 4.0 to get bug fix for SHOW PROCESSLIST + connected slaveunknown2003-01-191-4/+17
| |\ \ | | |/
| | * Merge with 3.23 to get bug fix for SHOW PROCESSLIST + running threadunknown2003-01-191-4/+17
| | |\
| | | * Only set thd->query to 0 if LOCK_thread_count is holdunknown2003-01-181-8/+26