summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Ensure that we use unix file format (no \r\n) for all new filesmonty@mysql.com2004-03-201-8/+7
* Added test to show bug in current union implementationmonty@mysql.com2004-03-191-19/+56
* merge with 4.0 (to get compiler error fixes for innodb)monty@mysql.com2004-03-191-13/+20
|\
| * Portability fixesmonty@mysql.com2004-03-191-13/+20
* | Fix for BUG#3214 "mysqlbinlog --read-from-remote-server --position prints wro...guilhem@mysql.com2004-03-181-6/+4
* | Merge gbichot@213.136.52.20:/home/bk/mysql-4.1guilhem@mysql.com2004-03-181-4/+35
|\ \
| * | Fix for BUG#3204 ""mysqlbinlog --read-from-remote-server this_binlog.001" pri...guilhem@mysql.com2004-03-181-4/+35
* | | Don't change server suffix if given to configuremonty@mysql.com2004-03-181-1/+1
* | | merge fixes (use old code)monty@mysql.com2004-03-185-34/+64
|\ \ \ | |/ / |/| |
| * | After merge fixesmonty@mysql.com2004-03-171-3/+6
| * | merge with 4.0monty@mysql.com2004-03-165-32/+59
| |\ \ | | |/
| | * Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0guilhem@mysql.com2004-03-121-3/+3
| | |\
| | | * Force mysqlbinlog to require an argument if --local-load is usedguilhem@mysql.com2004-03-121-3/+3
| | * | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0Sinisa@sinisa.nasamreza.org2004-03-111-1/+1
| | |\ \
| | | * | Fixed error in version.jani@ua72d24.elisa.omakaista.fi2004-03-111-1/+1
| | | |/
| | * | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0Sinisa@sinisa.nasamreza.org2004-03-111-7/+7
| | |\ \ | | | |/ | | |/|
| | | * mysqldump.c:Sinisa@sinisa.nasamreza.org2004-03-111-4/+1
| | | * mysqldump.c:Sinisa@sinisa.nasamreza.org2004-03-091-7/+10
| | * | Small fixes.jani@ua72d24.elisa.omakaista.fi2004-03-111-2/+3
| | * | Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.0vva@eagle.mysql.r18.ru2004-03-101-24/+34
| | |\ \
| | | * | fixed BUG #2874 "Grant table bug" andvva@eagle.mysql.r18.ru2004-03-101-24/+34
| | | |/
| | * | Patch for #3068: [Prompt without seconds when set from INI file].paul@ice.snake.net2004-03-081-0/+6
| | |/
| | * Fixed Bug#2491, INSERT DELAYED causes binary log unusable by mysqlbinlog (rep...jani@ua72d24.elisa.omakaista.fi2004-03-041-2/+5
| | * Indented comment properlymonty@mashka.mysql.fi2004-03-041-8/+9
| | * fix for bug #2905 - ulli@morbus.(none)2004-02-263-3/+3
| | * do not look for string characters "'` inside comments - bug#539serg@serg.mylan2004-02-261-1/+1
| | * Inserted comment about lost root pwd procedure in Docs relying on command ord...arjen@bitbike.com2004-02-251-0/+8
| | * A fix for double free of memory in mysqlbinlog.Sinisa@sinisa.nasamreza.org2004-02-231-1/+1
* | | roll back change in client/mysqladmin.c for bug vva@eagle.mysql.r18.ru2004-03-161-15/+11
* | | Merge bk@gate:/home/bk/mysql-4.1vva@eagle.mysql.r18.ru2004-03-161-3/+24
|\ \ \
| * | | fixed bug #3160 '"mysqladmin password" doesn't work if --skip-grant-tables'vva@eagle.mysql.r18.ru2004-03-161-3/+24
| |/ /
* | | Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.1vva@eagle.mysql.r18.ru2004-03-161-5/+1
|\ \ \
| * \ \ Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.1vva@eagle.mysql.r18.ru2004-03-161-5/+1
| |\ \ \ | | |/ / | |/| |
| | * | fixed a lot of warnings in processing of vva@eagle.mysql.r18.ru2004-03-161-5/+1
* | | | Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.1vva@eagle.mysql.r18.ru2004-03-161-4/+10
|\ \ \ \ | |/ / / |/| | |
| * | | actions for bug vva@eagle.mysql.r18.ru2004-03-151-4/+10
* | | | Fix for bug#3041 --safe-updates option declaration anomalygluh@gluh.mysql.r18.ru2004-03-151-2/+2
|/ / /
* | | Mergevva@eagle.mysql.r18.ru2004-03-111-34/+57
|\ \ \ | |/ / |/| |
| * | fixed bug #2591 "mysqldump quotas names inconsistently"vva@eagle.mysql.r18.ru2004-03-111-33/+58
* | | corrected spelling error horisontal->horizontalvva@eagle.mysql.r18.ru2004-03-061-7/+7
* | | - added commands --query_vertical and --query_horisontal to client/mysqltest.ccvva@eagle.mysql.r18.ru2004-03-061-0/+25
* | | Fixed bug #2082 'mysqldump converts "inf" to NULL' andvva@eagle.mysql.r18.ru2004-03-041-10/+33
* | | Fix up history in readline implementation. harrison@corona.lordblink.com2004-03-031-3/+101
* | | typo fixedserg@serg.mylan2004-02-211-1/+1
* | | Max open files handling moved to my_set_max_open_files()monty@mashka.mysql.fi2004-02-192-1/+9
* | | Merge with public treemonty@mysql.com2004-02-163-219/+391
|\ \ \
| * \ \ Merge with 4.0 to get fix for mysqlbinlogmonty@mysql.com2004-02-161-12/+19
| |\ \ \ | | | |/ | | |/|
| | * | Always use libtool with "--preserve-dup-deps" monty@mysql.com2004-02-131-13/+21
| * | | After merge fixesmonty@mysql.com2004-02-161-29/+34
| * | | Merge with 4.0.18monty@mysql.com2004-02-113-209/+369
| |\ \ \ | | |/ /