summaryrefslogtreecommitdiff
path: root/sql/slave.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
| | | * 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
* | | | resolving conflictsunknown2003-01-151-8/+9
|\ \ \ \ | |/ / /
| * | | merge with 4.0.9unknown2003-01-091-6/+2
| |\ \ \ | | |/ /
| | * | Fix for bug in LOAD DATA INFILE and replicationunknown2003-01-081-6/+0
| | * | Portability fixesunknown2003-01-071-0/+2
| * | | Merge with 4.0.8unknown2003-01-031-2/+7
| |\ \ \ | | |/ /
| | * | 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
* | | | SCRUMunknown2003-01-151-2/+5
* | | | Mergingunknown2002-12-161-1/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Big purge about embedded library (scrum)unknown2002-12-161-1/+3
* | | | rename of net_pkg.cc to protocol.ccunknown2002-12-111-59/+63
|/ / /
* | | Merge with 4.0unknown2002-11-211-11/+9
|\ \ \ | |/ /
| * | 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
| |/ /
* | | removed unused functionunknown2002-11-141-2/+3
* | | Added comment blocks for all functionsunknown2002-10-291-44/+289