summaryrefslogtreecommitdiff
path: root/sql/slave.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* Changes from Novell for NetWare platformunknown2003-04-241-4/+0
* New variable rli->ignore_log_space_limit to resolveunknown2003-03-171-9/+51
* 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
* Added detection if pthread_attr_getstacksize() existsunknown2003-02-271-1/+1
* Added START TRANSACTION syntaxunknown2003-02-061-4/+4
* Fixes for Netwareunknown2003-01-281-27/+81
* Added timeout for wait_for_master_posunknown2003-01-251-36/+238
* 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
| * Change name -> alias in TABLE_LIST.unknown2002-09-211-2/+2
| * Added some mutex locks to make SLAVE START and SLAVE STOP thread safe.unknown2002-08-051-0/+4
* | Fix for bug in LOAD DATA INFILE and replicationunknown2003-01-081-6/+0
* | Portability fixesunknown2003-01-071-0/+2
* | Changed thd variables max_join_size and select_limit to type ha_rows.unknown2002-12-201-1/+1
* | Ensure that BEGIN / COMMIT is handled properly if slave diesunknown2002-12-111-1/+6
* | mergeunknown2002-11-071-3/+3
|\ \
| * | Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes.unknown2002-11-071-3/+3
* | | Put temporary files in binlog cache when using BEGIN/COMMITunknown2002-11-071-2/+2
|/ /
* | Mergeunknown2002-10-311-1/+1
|\ \
| * | Added back old LARGEFILE handlingunknown2002-10-291-1/+1
* | | Added --skip-safemalloc to mysqltestunknown2002-10-291-1/+1
|/ /
* | Changed table_list->name -> table_list->alias to find places where we where u...unknown2002-09-201-1/+1
* | Portability fixes.unknown2002-09-111-47/+76
* | Fixed searching after ssl directories.unknown2002-09-051-2/+0
* | Small fixesunknown2002-08-271-1/+0
* | Give better error from reconnect()unknown2002-08-241-33/+49
* | Changed relay_log_space to ulonglongunknown2002-08-231-13/+6
* | Fixed bug in wait_for_update() that I had introduced.unknown2002-08-221-6/+7
* | Use our version of RWLOCKS on UNIXWARE 7unknown2002-08-211-76/+83
* | Fixed timing problem with rpl000001 replication test.unknown2002-08-181-38/+38
* | Changed IF(expr, column, NULL) to take type from columnunknown2002-08-121-4/+4
* | Fix for SSL and new my_getoptunknown2002-08-091-1/+1
* | Fix after mergeunknown2002-08-081-2/+2
* | Lots of code fixes to the replication code (especially the binary logging and...unknown2002-08-081-222/+338
* | Merge with 3.23.51unknown2002-07-251-0/+1
|\ \ | |/
| * Fix wrong usage of constant which could cause mysqld to use index when doing ...unknown2002-07-191-30/+27