summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Get rid of pbool from my_list.h; and avoid using the my_global.h for clientsvenu@myvenu.com2002-11-282-2/+0
* Merge myvenu.com:/home/venu/bk/src-4.1venu@myvenu.com2002-11-262-0/+2
|\
| * select_test.c, insert_test.c:venu@myvenu.com2002-11-262-0/+2
* | temporary fix to make mysql.cc to compile --with-readlineserg@serg.mysql.com2002-11-261-1/+1
* | mysql.cc has to support older readline to compile on FreeBSD :((serg@serg.mysql.com2002-11-261-1/+9
* | removed redundant -I include-dirsserg@serg.mysql.com2002-11-261-3/+2
* | Merge genie.(none):/home/vva/work/mysql.orig/clear/4.1vva@genie.(none)2002-11-256-46/+102
|\ \ | |/
| * Merge with 4.0monty@mashka.mysql.fi2002-11-216-46/+102
| |\
| | * Merge vvagin@work.mysql.com:/home/bk/mysql-4.0vva@genie.(none)2002-11-181-15/+27
| | |\
| | | * fix xml-output of mysqldumpvva@genie.(none)2002-11-181-15/+27
| | * | Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0monty@mashka.mysql.fi2002-11-141-1/+0
| | |\ \ | | | |/ | | |/|
| | | * Portability fix when using -DBIG_TABLESmonty@mashka.mysql.fi2002-11-141-1/+0
| | * | mergedserg@serg.mysql.com2002-11-131-10/+23
| | |\ \ | | | |/ | | |/|
| | | * Fixed mysqlcheck so it can process table names with dashes.salle@geopard.(none)2002-11-121-10/+23
| | | * - backported gcc 3.0 linking fix from 4.0lenz@mysql.com2002-09-241-0/+2
| | * | --use-frm option to mysqlcheckserg@serg.mysql.com2002-11-082-5/+10
| | * | Merge sinisa@work.mysql.com:/home/bk/mysql-4.0Sinisa@sinisa.nasamreza.org2002-11-081-13/+30
| | |\ \
| | | * | Changes that will enable proper wildcarding of databases, plusSinisa@sinisa.nasamreza.org2002-11-081-13/+30
| | * | | 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
| | |/ /
| | * | Added --skip-safemalloc to mysqltestmonty@mashka.mysql.fi2002-10-291-1/+11
* | | | upgrade readline to version 4.3vva@genie.(none)2002-11-193-14/+14
|/ / /
* | | Copy from /sql directorybar@bar.mysql.r18.ru2002-11-152-268/+76
* | | Add shared memory protocol and option --protocolwax@mysql.com2002-11-157-7/+187
* | | Fix syntax to be more clean:bar@bar.mysql.r18.ru2002-11-101-1/+1
* | | Fixes for fault about String::copy()bar@bar.mysql.r18.ru2002-11-103-39/+59
* | | Extensions to support this:bar@bar.mysql.r18.ru2002-11-061-1/+1
* | | CREATE DATABASE now tries to execute SHOW CREATE DATABASE firstbar@bar.mysql.r18.ru2002-11-051-1/+21
* | | add help command on server sidevva@genie.(none)2002-10-281-41/+154
* | | mergedserg@serg.mysql.com2002-10-251-8/+8
|\ \ \ | |/ /
| * | Fixed three bugs in mysqlcheck and changed documentation for mysqld_multijani@rhols221.adsl.netsonic.fi2002-10-171-8/+8
* | | merge with 4.0.5monty@hundin.mysql.fi2002-10-165-166/+379
|\ \ \ | |/ / |/| |
| * | Mergemonty@hundin.mysql.fi2002-10-141-2/+2
| |\ \
| | * \ mergemonty@narttu.mysql.fi2002-10-142-3/+4
| | |\ \
| | * | | Portability fixes to be able to compile MySQL with VC++monty@narttu.mysql.fi2002-10-081-2/+2
| * | | | mergedserg@serg.mysql.com2002-10-145-164/+377
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | my_sortcmp -> my_strnncollbar@bar.mysql.r18.ru2002-10-091-2/+3
| | * | | Simple charsets now have strncoll() field toobar@bar.mysql.r18.ru2002-10-091-1/+1
| | |/ /
| | * | Merge with 4.0.4monty@mashka.mysql.fi2002-10-025-164/+376
| | |\ \
| | | * | Fixes and code cleanups after merge with 4.0.3monty@mashka.mysql.fi2002-10-022-46/+73
| | | * | Merge with 4.0.3monty@narttu.mysql.fi2002-08-305-123/+308
| | | |\ \
| | | | * \ merge with 4.0 to get last fixes to last mergemonty@hundin.mysql.fi2002-06-041-1/+5
| | | | |\ \
| | | | * \ \ merge with 4.0monty@hundin.mysql.fi2002-06-0312-943/+700
| | | | |\ \ \
| | | | * \ \ \ mergemonty@hundin.mysql.fi2002-04-135-118/+297
| | | | |\ \ \ \
| | | | | * | | | solves coredumpSinisa@sinisa.nasamreza.org2002-03-301-0/+1
| | | | | * | | | Removed some default_charset_infobar@gw.udmsearch.izhnet.ru2002-03-141-1/+1
| | | | | * | | | Hash now supports several charsetsbar@gw.udmsearch.izhnet.ru2002-03-141-1/+2
| | | | | * | | | use String->charset instead of default_charset_infobar@gw.udmsearch.izhnet.ru2002-03-141-6/+6
| | | | | * | | | New ctype functions/macros to support many charsets at a timebar@gw.udmsearch.izhnet.ru2002-03-125-111/+288
* | | | | | | | | Fixed some bugs in mysql, mysqladmin and mysqld.jani@rhols221.adsl.netsonic.fi2002-10-152-9/+14
|/ / / / / / / /