summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Max open files handling moved to my_set_max_open_files()unknown2004-02-192-1/+9
* Merge with public treeunknown2004-02-163-219/+391
|\
| * Merge with 4.0 to get fix for mysqlbinlogunknown2004-02-161-12/+19
| |\
| | * Always use libtool with "--preserve-dup-deps" unknown2004-02-131-13/+21
| * | After merge fixesunknown2004-02-161-29/+34
| * | Merge with 4.0.18unknown2004-02-113-209/+369
| |\ \ | | |/
| | * Code cleanupsunknown2004-02-101-81/+155
| | * fixed bug #1378 "mysqlbinlog for remote host is broken"unknown2004-02-061-165/+250
| | * clarify -F help text a bitunknown2004-02-041-1/+4
| | * Give error if locked table is used twice in query. This fixes strange error m...unknown2004-02-031-1/+1
| | * mysqldump.c:unknown2004-01-061-2/+2
| | * Some small portability fixes.unknown2003-12-301-4/+4
* | | fixed bug #2705 "mysqldump --tab extra output"unknown2004-02-141-6/+19
* | | mysqlimport.c, mysqldump.c, mysqlcheck.c, mysql.cc:unknown2004-02-114-4/+9
* | | Mergeunknown2004-02-101-2/+2
|\ \ \ | |/ / |/| |
| * | fixed bug #2592 mysqldump doesn't quote "tricky" names correctlyunknown2004-02-071-2/+2
* | | Added --compact to mysqlbinlogunknown2004-02-092-31/+49
* | | mergeunknown2004-02-051-1/+7
|\ \ \
| * | | Added SQL_SELECT::cleanup() to make it easier to reuse SQL_SELECT item's for ...unknown2004-02-051-1/+7
| |/ /
* | | just tried to find all 'skipp' and replace it with 'skip'.unknown2004-02-021-6/+6
|/ /
* | Fixed Bug#2281, --quote is now enabled by default. Can be disabledunknown2004-01-151-5/+6
* | Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-01-141-3/+1
|\ \
| * | Fixed a non-debug version compilation error and warning.unknown2004-01-141-3/+1
* | | compilation error fixedunknown2004-01-141-2/+1
|/ /
* | - Added missing documentation to some mysql.cc options.unknown2004-01-141-22/+50
* | Fixed Bug#2205.unknown2004-01-051-2/+28
* | Fixed Bug#1472, mysql \h output out of order.unknown2003-12-301-6/+9
* | Portability fixes found during 5.0 test compilationunknown2003-12-211-7/+12
* | merge with 4.0.18unknown2003-12-191-2/+5
|\ \ | |/
| * Code cleanupunknown2003-12-181-2/+5
* | mergeunknown2003-12-192-45/+142
|\ \
| * | Fixes after merge with 4.0unknown2003-12-191-17/+8
| * | Merge with 4.0.17unknown2003-12-172-38/+144
| |\ \ | | |/
| | * Portability fixes (mostly test suite)unknown2003-12-161-150/+255
| | * Extend max_allowed_packet to 2G in mysql and mysqldump (Bug #2105)unknown2003-12-142-9/+98
| | * changed %ld on %lu for output of mysql_thread_id(&mysql)unknown2003-12-121-4/+4
| | * chk_del() should not check key delete-chainunknown2003-12-111-3/+3
| | * Added --comments mysqldump option (default value is 1).unknown2003-12-111-9/+14
| | * Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-12-101-5/+29
| | |\
| | | * Fix for the bugs:unknown2003-12-091-5/+29
| | * | Added checking of return value from my_once_alloc() in charsetunknown2003-12-101-0/+1
| | |/
* | | MYSQL_UNIVERSAL_CLIENT_CHARSET definition has been added.unknown2003-12-191-5/+1
* | | Removed unneccessary sprintf call and a variable.unknown2003-12-181-3/+3
* | | Fixed parenthesis needed by valgrind-max.unknown2003-12-161-1/+2
|/ /
* | Some minor code clean up.unknown2003-12-161-3/+3
* | Added support for multi statement tests. Use mysqltest internalunknown2003-12-161-186/+218
* | Cleanupunknown2003-12-161-4/+0
* | mysqldump version updatedunknown2003-12-111-1/+1
* | Fix for the bug #1994: mysqldump does not correctly dump UCS2 data.unknown2003-12-091-1/+6
* | Portability fixes (for binary build)unknown2003-12-012-3/+21