summaryrefslogtreecommitdiff
path: root/client/mysql.cc
Commit message (Expand)AuthorAgeFilesLines
* A set of Netware related patches.unknown2005-12-041-1/+1
* Several fixes for Netware.unknown2005-08-241-0/+9
* Fix for bug #4809 (Backticks not handled in mysql)unknown2004-09-131-3/+35
* [This patch has already been approved by Serge. I am recommitting and pushin...unknown2004-09-081-0/+1
* A fix (Bug #5432: Is this a leak in mysql console client?)unknown2004-09-071-4/+4
* A fix (bug #2205 USE database doesn't work after DROP database + CREATE datab...unknown2004-09-061-2/+27
* Added global my_getopt_error_reporter function pointer which is unknown2004-08-311-1/+1
* Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-08-251-1/+1
|\
| * mysql_priv.h:unknown2004-08-141-1/+1
* | A fix (bug #5115: Erronious Syntax Error when comment placed inside of "creat...unknown2004-08-201-8/+10
* | A fix (bug #5055: SQL_SELECT_LIMIT=0 crashes command line client):unknown2004-08-171-4/+7
|/
* Fix to make Windows compilation smootherunknown2004-05-261-4/+12
* Added patches from Novellunknown2004-05-251-5/+20
* Fix a forgotten skip of space at line begin for the 'system' command.unknown2004-05-061-0/+4
* Patch for #3068: [Prompt without seconds when set from INI file].unknown2004-03-081-0/+6
* do not look for string characters "'` inside comments - bug#539unknown2004-02-261-1/+1
* Code cleanupunknown2003-12-181-2/+5
* Extend max_allowed_packet to 2G in mysql and mysqldump (Bug #2105)unknown2003-12-141-2/+2
* changed %ld on %lu for output of mysql_thread_id(&mysql)unknown2003-12-121-4/+4
* 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
|\