mariadb/client
Sven Sandberg 257e39aa44 BUG#11766427, BUG#59539: Filter by server id in mysqlbinlog fails
Problem: mysqlbinlog --server-id may filter out Format_description_log_events.
If mysqlbinlog does not process the Format_description_log_event,
then mysqlbinlog cannot read the rest of the binary log correctly.
This can have the effect that mysqlbinlog crashes, generates an error,
or generates output that causes mysqld to crash, generate an error,
or corrupt data.
Fix: Never filter out Format_description_log_events. Also, never filter
out Rotate_log_events.
2011-03-25 15:16:13 +01:00
..
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
client_priv.h WL#5182 Remove more deprecated 4.1/5.0 features 2010-01-27 13:23:28 +01:00
CMakeLists.txt Addition to Fix for BUG#46591 - .frm file isn't sync'd with sync_frm enabled 2009-09-04 11:19:44 +05:30
completion_hash.cc WL#3817: Simplify string / memory area types and make things more consistent (first part) 2007-05-10 12:59:39 +03:00
completion_hash.h - Added/updated copyright headers 2010-12-28 19:57:23 +01:00
echo.c echo.c: 2007-03-20 18:31:49 +01:00
get_password.c fixes for build failures due to my yesterday's changeset forbidding 2008-02-19 18:45:11 +01:00
Makefile.am Fix for BUG#46591 - .frm file isn't sync'd with sync_frm enabled for 2009-09-03 16:02:03 +05:30
my_readline.h Fixed bug#57450 - mysql client enter in an infinite loop 2011-02-05 11:02:00 +06:00
mysql.cc Follow up fix for bug#57450. 2011-02-09 12:46:12 +06:00
mysql_upgrade.c Bug#45288: pb2 returns a lot of compilation warnings on linux 2010-07-20 15:07:36 -03:00
mysqladmin.cc Bug#58221 : mysqladmin --sleep=x --count=x keeps looping 2011-01-16 02:04:08 +05:30
mysqlbinlog.cc BUG#11766427, BUG#59539: Filter by server id in mysqlbinlog fails 2011-03-25 15:16:13 +01:00
mysqlcheck.c Bug#45288: pb2 returns a lot of compilation warnings on linux 2010-07-09 09:00:17 -03:00
mysqldump.c Bug#11766310 : 59398: MYSQLDUMP 5.1 CAN'T HANDLE A DASH 2011-02-21 12:37:24 +05:30
mysqlimport.c Bug#42733: Type-punning warnings when compiling MySQL -- 2010-06-10 17:16:43 -03:00
mysqlshow.c Use UNINIT_VAR workaround instead of LINT_INIT. 2010-07-09 16:37:52 -03:00
mysqlslap.c Bug#59109 : mysqlslap crashes on mysql_fetch_row after ignoring 2011-01-13 15:56:42 +05:30
mysqltest.cc Bug #11885854 MYSQLTEST: PS-PROTOCOL IMPLIED BY CURSOR-PROTOCOL LOST AFTER ENABLE_PS_PROTOCOL 2011-03-18 12:13:54 +01:00
readline.cc Follow up fix for bug#57450. 2011-02-09 17:13:17 +06:00
sql_string.cc Bug#45288: pb2 returns a lot of compilation warnings on linux 2010-07-09 09:00:17 -03:00
sql_string.h Bug#45288: pb2 returns a lot of compilation warnings 2010-10-19 20:36:59 -02:00