summaryrefslogtreecommitdiff
path: root/sql/slave.cc
Commit message (Expand)AuthorAgeFilesLines
* Added comment blocks for all functionsunknown2002-10-291-44/+289
* Merge with 4.0.4unknown2002-10-021-25/+35
|\
| * Fixes and code cleanups after merge with 4.0.3unknown2002-10-021-20/+27
| * Merge with 4.0.3unknown2002-08-301-5/+8
| |\
| | * merge with 4.0unknown2002-06-031-28/+43
| | |\
| | * | Extension of .frm file (not yet ready for push)unknown2002-06-021-1/+3
| | * | mergeunknown2002-04-131-5/+6
| | |\ \
| | | * | Hash now supports several charsetsunknown2002-03-141-1/+1
| | | * | New ctype functions/macros to support many charsets at a timeunknown2002-03-121-4/+5
* | | | | 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
| * | | | Another try to fix slave timeoutsunknown2002-07-171-3/+4
| * | | | Merge sinisa@work.mysql.com:/home/bk/mysqlunknown2002-07-161-1/+2
| |\ \ \ \
| | * | | | making necessary changes after Sasha's correct remarksunknown2002-07-161-1/+1
| | * | | | Fixing slave timeoutingunknown2002-07-161-1/+2
| * | | | | slave.cc:unknown2002-07-161-11/+42
| |/ / / /
| * | | | slave.cc:unknown2002-06-231-3/+3
| * | | | slave.h, slave.cc:unknown2002-06-221-3/+26
| * | | | fixed 'load table from master' hang when host is emptyunknown2002-05-311-0/+6
| * | | | Sergei's MyODBC fixunknown2002-05-121-1/+1
| * | | | Backport of Sasha's fix to 3.23 from 4.0unknown2002-05-021-16/+7
| * | | | Removed compiler warningsunknown2002-02-091-1/+0
| * | | | misc cleanup unknown2001-12-131-25/+10
| * | | | slave-skip-errorsunknown2001-12-121-3/+57
* | | | | New SET syntax & system variables.unknown2002-07-231-46/+94
* | | | | Added support for rw_tryrdlock() and rw_trywrlock()unknown2002-06-291-1/+0
* | | | | Added support for semaphores in mysys.unknown2002-06-291-1/+1
* | | | | Compiler warning with unreferenced local variableunknown2002-06-221-1/+0
* | | | | Added the following new privleges:unknown2002-06-121-17/+8
* | | | | Big code cleanup/review before 4.0.2 release.unknown2002-06-111-6/+6
* | | | | Added a lot of DBUG_xxx statements to be able to find replication bug.unknown2002-06-081-50/+77
* | | | | removed init_count from IO_CACHE.unknown2002-06-051-307/+366
| |_|_|/ |/| | |
* | | | Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0unknown2002-06-021-2/+0
|\ \ \ \
| * | | | Fixed a bug in make test, non-debug version.unknown2002-05-291-2/+0
* | | | | Fixed bug in wait_for_relay_log_space()unknown2002-06-021-2/+2
|/ / / /
* | | | Portability fixunknown2002-04-301-4/+8
* | | | Merge work:/home/bk/mysql-4.0unknown2002-04-281-1/+1
|\ \ \ \