summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* 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 a bug in mysql client.jani@hynda.(none)2002-09-301-1/+1
* | | | | | Updated VC++ project files for 4.0.4monty@mashka.mysql.fi2002-09-241-6/+18
* | | | | | Fixed bug in previous patch when using a libc with static nssmonty@mashka.mysql.fi2002-09-221-3/+3
* | | | | | Changed table_list->name -> table_list->alias to find places where we where u...monty@mashka.mysql.fi2002-09-201-0/+1
* | | | | | Increased max possible max_allowed_packet to 1Gmonty@mashka.mysql.fi2002-09-192-2/+3
* | | | | | fixed so that --ssl and --skip-ssl works with the MySQL clients.monty@mashka.mysql.fi2002-09-176-34/+19
* | | | | | 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-112-80/+56
* | | | | | Fixed searching after ssl directories.monty@mashka.mysql.fi2002-09-051-2/+2
* | | | | | Some trivial optimzationsmonty@mashka.mysql.fi2002-09-031-1/+1
* | | | | | Merge work:/home/bk/mysql-4.0serg@serg.mysql.com2002-08-311-1/+1
|\ \ \ \ \ \
| * \ \ \ \ \ Merge work:/home/bk/mysql-4.0serg@serg.mysql.com2002-08-281-1/+1
| |\ \ \ \ \ \
| | * | | | | | wrong help message correctedserg@serg.mysql.com2002-08-271-1/+1
* | | | | | | | Added sync_slave_with_master [connection].nick@mysql.com2002-08-291-7/+25
|/ / / / / / /
* | | | | | | * Fixed a bug in my_getoptjani@rhols221.adsl.netsonic.fi2002-08-282-9/+11
| |/ / / / / |/| | | | |
* | | | | | A small bug fix for the tee command ...Sinisa@sinisa.nasamreza.org2002-08-271-1/+1
|/ / / / /
* | | | | Give better error from reconnect()monty@mashka.mysql.fi2002-08-241-10/+11
* | | | | Removed wrong mutex lock (hangup in kill on HPUX)monty@mashka.mysql.fi2002-08-243-1/+16
* | | | | Portabilityfix in mysqladmin.cmonty@hundin.mysql.fi2002-08-231-0/+1
* | | | | Fixed a bug in mysqladmin when it gave unneccessary warningjani@rhols221.adsl.netsonic.fi2002-08-221-1/+2
* | | | | Cleanup of waiting for pidfile in mysqladminmonty@hundin.mysql.fi2002-08-221-19/+16
* | | | | Fixed a bug in mysqladmin shutdown when checking pid file status.jani@rhols221.adsl.netsonic.fi2002-08-221-7/+6
* | | | | Fixed a bug in mysqladmin, when it could hang while waiting forjani@rhols221.adsl.netsonic.fi2002-08-221-6/+26
* | | | | Fixed timing problem with rpl000001 replication test.monty@hundin.mysql.fi2002-08-181-25/+46
* | | | | Fix for SSL and new my_getoptmonty@hundin.mysql.fi2002-08-096-14/+19
* | | | | mergemonty@mashka.mysql.fi2002-08-081-127/+133
|\ \ \ \ \
| * | | | | Lots of code fixes to the replication code (especially the binary logging and...monty@mashka.mysql.fi2002-08-081-127/+133
* | | | | | Fixed a bug in mysql when running in non-interactive mode (batch)jani@rhols221.adsl.netsonic.fi2002-08-061-0/+1
* | | | | | Added --count=N (-c) to mysqladminjani@hynda.(none)2002-08-051-3/+13
* | | | | | Small fixes in mysql and myisamchk.jani@hynda.(none)2002-08-051-2/+4
* | | | | | typo fixedserg@sergbook.mysql.com2002-08-051-1/+1
* | | | | | typo in help message fixed (LFCR -> CRLF)serg@sergbook.mysql.com2002-08-041-1/+1
|/ / / / /
* | | | | mergemonty@mashka.mysql.fi2002-07-233-8/+8
|\ \ \ \ \
| * | | | | New SET syntax & system variables.monty@mashka.mysql.fi2002-07-233-8/+8
* | | | | | Fixed a bug in pager in mysql clientjani@rhols221.adsl.netsonic.fi2002-07-161-3/+3
|/ / / / /
* | | | | Update for running gcc 3.x (mainly on HPUX)monty@hundin.mysql.fi2002-06-302-7/+5