summaryrefslogtreecommitdiff
path: root/sql/log_event.cc
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix for BUG#791:unknown2003-07-111-5/+5
| * Fix forunknown2003-07-081-1/+2
| * fixed bug #670unknown2003-07-041-4/+25
| * Merge with 3.23 tree to get latest bug fixesunknown2003-07-011-1/+3
| |\
| | * Do not use 'created' for time anymore in Start_log_event, it's the sameunknown2003-06-161-5/+3
| | * In Start_log_event::print, don't print "created 1970 etc" if created == 0.unknown2003-06-061-2/+6
| | * Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-3.23unknown2003-05-211-1/+5
| | |\
| | | * fixed "LINES STARTING" in load data replicationunknown2003-05-211-1/+5
| * | | Simple code cleanupunknown2003-06-231-3/+3
| * | | Fixed cleanup_load_tmpdir() which deleted nothing.unknown2003-06-221-3/+6
| * | | Fix for bug 254 :unknown2003-06-061-11/+27
* | | | New class DTCollation (SQL:2003 calls it "declared type collation")unknown2003-06-241-1/+1
* | | | See each file's changeset for details.unknown2003-06-121-28/+31
* | | | Merge with 4.0.13unknown2003-06-051-7/+32
|\ \ \ \ | |/ / /
| * | | -- Waiting for Monty's approval before push --unknown2003-06-031-6/+31
| * | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-05-261-2/+1
| |\ \ \
| | * | | Added testing of LOAD DATA ... STARTING BYunknown2003-05-261-2/+1
| * | | | Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.0unknown2003-05-211-2/+10
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | fixed 'STARTING BY' in replicationunknown2003-05-211-2/+10
* | | | | mergeunknown2003-05-221-334/+288
|\ \ \ \ \
| * | | | | After merge fixesunknown2003-05-211-30/+30
| * | | | | Merge with 4.0.13unknown2003-05-191-328/+282
| |\ \ \ \ \ | | |/ / / /
| | * | | | 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
* | | | | changed processing of LOAD DATA in mysqlbinlogunknown2003-05-201-4/+12
|/ / / /
* | | | Replication: new code to not modify in-memory log positions until the COMMITunknown2003-04-241-31/+49
* | | | Merge with 4.0unknown2003-04-031-19/+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
* | | | Fix for bug #174 (charset 0 caused segfault)unknown2003-03-211-1/+1
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-03-201-16/+16
|\ \ \ \
| * | | | CONVERT class was removedunknown2003-03-181-2/+2
| * | | | Replication were broken because of automatic charset conversion.unknown2003-03-181-14/+14
* | | | | Added support for ULONG division with DIVunknown2003-03-191-6/+2
* | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-03-171-14/+14
|\ \ \ \ \ | |/ / / /
| * | | | Preparing to client<->server autoconvertunknown2003-03-171-14/+14
* | | | | Merge with 4.0unknown2003-03-161-0/+10
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | 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
* | | | Fixed character set bug when replicating user variablesunknown2003-03-051-13/+17