summaryrefslogtreecommitdiff
path: root/client/mysql.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix for the bug #1336 mysql.cc assumes DATABASE() doesn't return NULLunknown2003-10-061-1/+1
* Fixed Bug#1291, client displays wrong prompt when in the middle ofunknown2003-09-171-2/+4
* Add column names for metadata when running mysql with -Tunknown2003-08-271-2/+3
* vio ssl structure renames (to get rid of ending _)unknown2003-08-271-3/+4
* Status query on killed mysql connection results in segmentation fault (Bug #738)unknown2003-07-041-1/+2
* Cleaner implementation if INSERT ... SELECT with same tablesunknown2003-07-031-9/+5
* Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-06-021-5/+14
|\
| * Fixed problem with mysql prompt when server disconnect. (Bug 356)unknown2003-05-271-5/+14
* | A fix for the crashing bug in mysql client programunknown2003-05-011-0/+2
|/
* do not execute \* commands inside `identifiers`unknown2003-04-231-1/+1
* Fixed a bug when printing error messages. stdout and stderr wereunknown2003-04-031-13/+14
* Post-4.0.12 changes from Novell: mostly NetWare-related code changes to utili...unknown2003-03-211-27/+2
* Fixed a bug in comment handling.unknown2003-03-211-2/+10
* Fixed a bug in --one-database.unknown2003-03-171-1/+2
* Fixed multi-table-delete for InnoDB tablesunknown2003-02-171-0/+3
* Fixed core dump bug in 'mysql' when using \p in prompt on Windows.unknown2003-02-021-2/+5
* Fixes for Netwareunknown2003-01-281-61/+96
* Fixed some bugs in mysql, mysqladmin and mysqld.unknown2002-10-151-6/+11
* Small fixes in mysql and myisampackunknown2002-10-041-3/+4
* Fixed a bug in mysql client.unknown2002-09-301-1/+1
* Fixed bug in previous patch when using a libc with static nssunknown2002-09-221-3/+3
* Changed table_list->name -> table_list->alias to find places where we where u...unknown2002-09-201-0/+1
* fixed so that --ssl and --skip-ssl works with the MySQL clients.unknown2002-09-171-3/+0
* Some trivial optimzationsunknown2002-09-031-1/+1
* * Fixed a bug in my_getoptunknown2002-08-281-5/+7
* A small bug fix for the tee command ...unknown2002-08-271-1/+1
* Removed wrong mutex lock (hangup in kill on HPUX)unknown2002-08-241-1/+7
* Fix for SSL and new my_getoptunknown2002-08-091-8/+3
* Fixed a bug in mysql when running in non-interactive mode (batch)unknown2002-08-061-0/+1
* Small fixes in mysql and myisamchk.unknown2002-08-051-2/+4
* mergeunknown2002-07-231-5/+5
|\
| * New SET syntax & system variables.unknown2002-07-231-5/+5
* | Fixed a bug in pager in mysql clientunknown2002-07-161-3/+3
|/
* Update for running gcc 3.x (mainly on HPUX)unknown2002-06-301-7/+3
* Fixes for compiling distribution with MIT-threadsunknown2002-06-201-2/+4
* Added missing include file to sql_acl.cc (bug in last changeset)unknown2002-06-121-26/+34
* Big code cleanup/review before 4.0.2 release.unknown2002-06-111-80/+94
* Fixed some spelling errors.unknown2002-06-011-9/+9
* Fixed a bug in mysql client.unknown2002-05-311-108/+112
* Fixed a bug in mysql client.unknown2002-05-311-19/+15
* Added useful exit error code for programs using my_getopt in caseunknown2002-05-291-6/+2
* small fix for a bug introduced when someone made a new getopt schemeunknown2002-05-281-1/+1
* Changed ft_dump, ft_eval, ft_test1, mi_test1, myisampack, gen_lex_hash,unknown2002-05-241-3/+4
* moved my_getopt.h under client_priv.hunknown2002-05-221-2/+1
* Portability fixesunknown2002-05-221-13/+10
* Changed GET_STRALC to GET_STR_ALLOCunknown2002-05-151-5/+5
* - Added new type GET_STRALC to my_getopt.unknown2002-05-141-42/+13
* - Fixed some option types in my_getopt struct in all clients.unknown2002-05-111-9/+10
* Fixed syntax error in mysql.ccunknown2002-04-241-3/+3
* Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0unknown2002-04-231-12/+7
|\