summaryrefslogtreecommitdiff
path: root/sql/log_event.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge with 3.23:unknown2003-04-261-1/+1
|\
| * Fixed problem with timestamps in binary log on 64 bit machinesunknown2003-04-231-1/+1
* | Task 761:'mysqlbinlog should not die when readingunknown2003-04-231-1/+21
* | Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.0unknown2003-04-221-6/+6
|\ \
| * | fix error message for for load data infile unknown2003-04-221-6/+6
* | | fix for #254unknown2003-04-091-6/+22
* | | After merge fixunknown2003-04-031-10/+9
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-04-031-1/+6
|\ \ \ | |/ /
| * | added test for replication load data into temporary table with additional opt...unknown2003-04-031-1/+1
| * | Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.0unknown2003-03-251-0/+5
| |\ \
| | * | fix bug with parameters of LOAD DATA INFILE in exec_eventunknown2003-03-251-0/+5
* | | | Merge with 3.23 to get fixes for:unknown2003-04-031-9/+9
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Small-and-safe fix for bug #218: "LOAD DATA INFILE IGNORE is wellunknown2003-04-011-3/+3
| * | Portability fixes.unknown2001-11-021-1/+4
* | | When the SQL thread cannot read an event from the relay logunknown2003-03-021-0/+9
* | | LOAD DATA INFILE is not replicated if replicate_*_table is setunknown2003-02-281-0/+1
* | | Added detection if pthread_attr_getstacksize() existsunknown2003-02-271-2/+2
| |/ |/|
* | Fixes cases where thd->query was not protected.unknown2003-01-191-2/+8
* | Fixed core dump bug in str LIKE "%other_str%" where strings contained charact...unknown2003-01-101-3/+3
* | Fix for bug in LOAD DATA INFILE and replicationunknown2003-01-081-5/+51
* | Ensure that BEGIN / COMMIT is handled properly if slave diesunknown2002-12-111-3/+20
* | Portability fix when using -DBIG_TABLESunknown2002-11-141-2/+2
* | mergeunknown2002-11-071-16/+16
|\ \
| * | Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes.unknown2002-11-071-16/+16
* | | Put temporary files in binlog cache when using BEGIN/COMMITunknown2002-11-071-48/+52
|/ /
* | Added Rand_log_eventunknown2002-10-221-0/+61
* | fix (work-around) rpl_log test on FreeBSD.unknown2002-09-251-1/+1
* | Changed table_list->name -> table_list->alias to find places where we where u...unknown2002-09-201-1/+1
* | Increased max possible max_allowed_packet to 1Gunknown2002-09-191-4/+4
* | Portability fixes.unknown2002-09-111-53/+22
* | Use our version of RWLOCKS on UNIXWARE 7unknown2002-08-211-5/+7
* | Lots of code fixes to the replication code (especially the binary logging and...unknown2002-08-081-16/+72
* | New SET syntax & system variables.unknown2002-07-231-4/+6
* | Added support for rw_tryrdlock() and rw_trywrlock()unknown2002-06-291-4/+7
* | Big code cleanup/review before 4.0.2 release.unknown2002-06-111-232/+259
* | Added a lot of DBUG_xxx statements to be able to find replication bug.unknown2002-06-081-9/+17
* | removed init_count from IO_CACHE.unknown2002-06-051-124/+123
* | replication fixunknown2002-03-301-1/+2
* | replication updates and bugfixes. Still not perfect - there is some strangeunknown2002-03-151-1/+2
* | fixes for slave backward compatunknown2002-02-071-22/+42
* | New error messagesunknown2002-01-291-30/+34
* | more predicatable slave behaviour with wait_for_slave_stop in mysqltestunknown2002-01-241-26/+38
* | post-merge fixes, including slave-skip-errors backportunknown2002-01-221-2/+9
* | Here comes a nasty patch, although I am not ready to push it yet. I willunknown2002-01-191-89/+105
* | use env vars for socket/port in connect in mysqltestunknown2001-11-171-34/+60
* | work to enable reading 3.23 logs - not yet finishedunknown2001-11-101-39/+58
* | Fixes up things after merge from 3.23.44unknown2001-11-051-1/+8
* | Mergeunknown2001-10-041-2/+2
|\ \
| * | Portability fixes.unknown2001-10-031-2/+2
* | | fixed slave to clean up load data infile temp filesunknown2001-10-031-1/+22