summaryrefslogtreecommitdiff
path: root/sql/slave.cc
Commit message (Expand)AuthorAgeFilesLines
* First stage of table definition cacheunknown2005-01-061-3/+3
* Merge with 4.1unknown2004-12-221-13/+49
|\
| * Very minor fixes for Seconds_Behind_Master column of SHOW SLAVE STATUS.unknown2004-12-161-14/+15
| * A change of behaviour of Seconds_Behind_Master from SHOW SLAVE STATUS. It's g...unknown2004-12-161-13/+48
* | Changing the default of libmysqlclient : it's now NO reconnection.unknown2004-12-091-0/+1
* | Merge with 4.1unknown2004-12-061-1/+1
|\ \ | |/
| * Due to a compiler bug, slave.cc:tables_ok() sometimes wrongly returnsunknown2004-12-031-1/+1
* | mergedunknown2004-11-281-1/+2
|\ \ | |/
| * mergedunknown2004-11-281-1/+2
| |\
| | * Fixes while reviewing codeunknown2004-11-261-1/+2
* | | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-11-261-3/+11
|\ \ \ | |/ /
| * | Mergeunknown2004-11-251-3/+11
| |\ \ | | |/
| | * Fix for Bug#6148. Only rewind read position in binary log when theunknown2004-11-251-3/+11
* | | mergedunknown2004-11-171-2/+2
|\ \ \ | |/ /
| * | Fixes for compilation errors in Windows (casts from uint32* to uint*) in repl...unknown2004-11-171-2/+2
* | | now my_printf_error is not better then my_error, but my_error call is shorterunknown2004-11-131-5/+3
* | | mergeunknown2004-11-121-14/+13
|\ \ \
| * | | post-review fixesunknown2004-11-121-6/+8
| * | | errors without code removedunknown2004-10-201-14/+11
* | | | Resolved merge from 4.1 -> 5.0 (mainly Guilhem's work with mysqldump)unknown2004-11-111-3/+6
|\ \ \ \ | | |/ / | |/| |
| * | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-11-111-1/+1
| |\ \ \
| | * | | More debuggingunknown2004-11-101-1/+1
| * | | | Optimization: in the replication slave, we can avoid doing one strlen() per e...unknown2004-10-191-2/+5
| |/ / /
* | | | merge with 4.1unknown2004-10-291-10/+14
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | few s/sql_print_error/sql_print_information/unknown2004-09-081-9/+7
| * | mergedunknown2004-09-071-4/+9
| |\ \ | | |/
| | * when we update thd->db in replication, it's safer to update thd->db_length too.unknown2004-09-071-4/+9
| * | sql_print_error cleanupunknown2004-09-041-1/+1
* | | Added options --auto-increment-increment and --auto-increment-offset.unknown2004-09-151-63/+59
* | | Merge with 4.1unknown2004-09-061-11/+20
|\ \ \ | |/ /
| * | Bug #4629 Crash after SLAVE STOP, if the IO thread is in special state.unknown2004-08-231-21/+6
| * | Bug #4629 Crash after SLAVE STOP, if the IO thread is in special state.unknown2004-08-211-0/+22
| * | manually mergedunknown2004-08-181-11/+7
| |\ \ | | |/
| | * Fix for:unknown2004-07-311-11/+7
| * | Fix for BUG#4678 "mysql-test-run fails on grant_cache":unknown2004-08-121-0/+6
* | | Port of cursors to be pushed into 5.0 tree:unknown2004-08-031-1/+2
* | | Replication: various small fixes specific to the new binlog format of 5.0unknown2004-07-261-2/+5
* | | VIEWunknown2004-07-161-1/+1
* | | Merge with 4.1.3-betaunknown2004-07-071-24/+83
|\ \ \ | |/ /
| * | Unused variables removed (many files).unknown2004-06-211-1/+0
| * | WL#1264 "Per-thread time zone support infrastructure".unknown2004-06-181-1/+24
| * | don't need to tag the slave SQL thread as "bootstrap". It causes duplicateunknown2004-06-101-1/+0
| * | Merge gbichot@213.136.52.20:/home/bk/mysql-4.1unknown2004-06-031-23/+60
| |\ \
| | * | Implementation of WL#1824 "Add replication of character set variables in 4.1",unknown2004-06-031-23/+60
| * | | Proposed fix for bug #3412 (embedded server: prepared statement returnsunknown2004-05-281-1/+1
| |/ /
* | | Merging 4.1 to 5.0.unknown2004-05-261-6/+12
|\ \ \ | |/ /
| * | Merge with 4.0 to get fixes for Windows project filesunknown2004-05-251-4/+8
| |\ \ | | |/
| | * Fix for BUG#3871: a slave must always replicate a statement, even if it exami...unknown2004-05-241-4/+8
| * | Merge with 4.0, mainly to get changes to windows project filesunknown2004-05-201-4/+2
| |\ \ | | |/
| | * Fix for BUG#3829 "Setting server_id on fly doesn't allow replication to start"unknown2004-05-191-4/+2