summaryrefslogtreecommitdiff
path: root/sql/sql_binlog.cc
Commit message (Collapse)AuthorAgeFilesLines
* Many files:kent@mysql.com/kent-amd64.(none)2006-12-311-2/+2
| | | | | | | | | | Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header Adjusted year(s) in copyright header Added GPL copyright text my_vle.h, rpl_utility.h, my_vle.c, base64-t.c, rpl_utility.cc: Changed copyright header formatting some plugin_example.c, daemon_example.c: Added "Copyright (C) 2006 MySQL AB" to GPL header
* Many files:kent@mysql.com/kent-amd64.(none)2006-12-271-2/+1
| | | | Changed header to GPL version 2 only
* Removed compiler warningsmonty@mysql.com/nosik.monty.fi2006-11-271-3/+3
| | | | | Ensure that my_size_t is always unsigned (to get predictiable results from system to system) Removed some %lld, as these are not portable
* Merge bk-internal.mysql.com:/home/bk/mysql-5.1-marvelmonty@nosik.monty.fi2006-11-271-7/+9
|\ | | | | | | into mysql.com:/home/my/mysql-5.1
| * Fixed a LOT of compiler warningsmonty@mysql.com/nosik.monty.fi2006-11-271-7/+9
| | | | | | | | | | | | | | Added missing DBUG_RETURN statements (in mysqldump.c) Added missing enums Fixed a lot of wrong DBUG_PRINT() statements, some of which could cause crashes Removed usage of %lld and %p in printf strings as these are not portable or produces different results on different systems.
* | BUG#24488 (Valgrind warnings on invalid read in mysql_client_binlog_statement):mats@romeo.(none)2006-11-231-0/+12
|/ | | | Disabling debug printouts for valgrind builds that print unallocated memory.
* BUG#19459 (BINLOG RBR command does not lock tables correctly causingmats@romeo.(none)2006-10-061-41/+92
| | | | | | | | | | | | | | | crash for, e.g., NDB): Before, mysqlbinlog printed table map events as a separate statement, so when executing the event, the opened table was subsequently closed when the statement ended. Instead, the row-based events that make up a statement are now printed as *one* BINLOG statement, which means that the table maps and the following *_rows_log_event events are executed fully before the statement ends. Changing implementation of BINLOG statement to be able to read the emitted format, which now consists of several chunks of BASE64-encoded data.
* fixed BINLOG crashes in case of badly formed statement (Bug #17457)midom@flute.local2006-03-011-1/+1
|
* WL#1012: All changes as one single changeset.lars@mysql.com2005-12-221-0/+135
This includes both code and test cases.