summaryrefslogtreecommitdiff
path: root/client/mysqlbinlog.cc
Commit message (Expand)AuthorAgeFilesLines
* Portability fixes (for binary build)monty@mysql.com2003-12-011-2/+20
* Merge with 4.0monty@narttu.mysql.fi2003-11-041-3/+24
|\
| * Fix for Bug #1595 "mysqlbinlog can't read a password from the console".guilhem@mysql.com2003-10-211-3/+24
* | merge with 4.0 to get fix for mysqlbinlogmonty@narttu.mysql.fi2003-10-081-17/+11
|\ \ | |/
| * Fixed test case that my last patch to mysqlbinlog broke.monty@narttu.mysql.fi2003-10-081-1/+1
| * Fix for option 'R' (connect to remote server) in mysqlbinlogmonty@narttu.mysql.fi2003-10-081-17/+11
* | Merge with 4.0 to get fix for mysqlbinlogmonty@narttu.mysql.fi2003-10-071-1/+9
|\ \ | |/
| * Simple cleanupsmonty@narttu.mysql.fi2003-10-071-1/+9
* | Merge with 4.0.16monty@narttu.mysql.fi2003-10-071-61/+70
|\ \ | |/
| * Removed random chars after filename for LOAD DATA INFILE (in mysqlbinlog)monty@narttu.mysql.fi2003-09-291-5/+6
| * Code cleanup of new patchesmonty@narttu.mysql.fi2003-09-231-67/+58
| * Bugfix for bug #1340, style fix before pushdlenev@mysql.com2003-09-191-4/+2
| * Merge bk-internal.mysql.com:/home/bk/mysql-4.0dlenev@mysql.com2003-09-191-7/+10
| |\
| | * Fix for bug #1340 (More careful checks if we met proper Create_file_log_event...dlenev@mysql.com2003-09-191-7/+10
| * | Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.0vva@eagle.mysql.r18.ru2003-09-191-2/+18
| |\ \ | | |/ | |/|
| | * fixed bug #1073 vva@eagle.mysql.r18.ru2003-09-011-2/+18
| * | Fix for BUG#1258 (Trying to use the mysqlbinlog with -h and -u option gives s...guilhem@mysql.com2003-09-121-2/+2
* | | merge with 4.0.15monty@narttu.mysql.fi2003-08-291-32/+56
|\ \ \ | |/ /
| * | Fix for BUG#1096 which is:guilhem@mysql.com2003-08-191-1/+7
| * | Fixes for BUG#1091,1092,1093. Synopsis of these bugs:guilhem@mysql.com2003-08-191-31/+49
| |/
* | Merge with 4.0.14monty@mashka.mysql.fi2003-08-111-56/+12
|\ \ | |/
| * fixed bug #670vva@eagle.mysql.r18.ru2003-07-041-20/+266
| * Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.0vva@eagle.mysql.r18.ru2003-07-021-1/+1
| |\
| | * fixed bug #672vva@eagle.mysql.r18.ru2003-07-021-1/+1
| * | made error output more detailedvva@eagle.mysql.r18.ru2003-07-011-4/+4
| * | Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.0vva@eagle.mysql.r18.ru2003-07-011-50/+4
| |\ \
| | * | removed --table option (fixed Bug #671)vva@eagle.mysql.r18.ru2003-07-011-50/+4
| | |/
| * | fix for BUG#691 (4.0 mysqlbinlog couldn't read 3.23 binlog).guilhem@mysql.com2003-06-201-2/+2
| |/
* | consistency fix - all help texts for command-line options should end with a dot.serg@serg.mylan2003-06-131-14/+14
* | mergemonty@mashka.mysql.fi2003-05-221-0/+4
|\ \
| * \ Merge with 4.0.13monty@narttu.mysql.fi2003-05-191-0/+4
| |\ \ | | |/
| | * Task 761:'mysqlbinlog should not die when readinggluh@gluh.mysql.r18.ru2003-04-231-0/+4
* | | changed processing of LOAD DATA in mysqlbinlogvva@eagle.mysql.r18.ru2003-05-201-42/+45
|/ /
* | Merge with 4.0monty@narttu.mysql.fi2003-03-161-1/+1
|\ \ | |/
| * Merge to get fix for LOCK TABLES + DROP TABLE in another threadmonty@mashka.mysql.fi2003-03-071-1/+1
| |\
| | * A better, but larger fix for server_id bug ..Sinisa@sinisa.nasamreza.org2003-03-051-1/+1
| | * - backported gcc 3.0 linking fix from 4.0lenz@mysql.com2002-09-241-0/+2
* | | Gluh asked me to do itbar@bar.mysql.r18.ru2003-01-311-0/+1
* | | Portability fixes (for windows)monty@mashka.mysql.fi2003-01-211-8/+7
* | | new option --local-load in mysqlbinlog vva@eagle.mysql.r18.ru2003-01-171-3/+173
|/ /
* | Portability fix when using -DBIG_TABLESmonty@mashka.mysql.fi2002-11-141-1/+0
* | Portability fix extern "C" static -> extern "C"monty@hundin.mysql.fi2002-11-071-1/+1
* | Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes.monty@butch.2002-11-071-1/+1
* | Increased max possible max_allowed_packet to 1Gmonty@mashka.mysql.fi2002-09-191-1/+2
* | mysqlbinlog.cc:jcole@mugatu.spaceapes.com2002-09-141-2/+2
* | mysqlbinlog.cc:jcole@mugatu.spaceapes.com2002-09-141-1/+1
* | Portability fixes.monty@mashka.mysql.fi2002-09-111-16/+18
* | Update for running gcc 3.x (mainly on HPUX)monty@hundin.mysql.fi2002-06-301-0/+2
* | Big code cleanup/review before 4.0.2 release.monty@mashka.mysql.fi2002-06-111-42/+39
* | Added useful exit error code for programs using my_getopt in casejani@hynda.(none)2002-05-291-6/+3