summaryrefslogtreecommitdiff
path: root/sql/sql_base.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-12-161-1/+1
|\
| * Fix for BUG#2083unknown2003-12-161-1/+1
* | Extend max_allowed_packet to 2G in mysql and mysqldump (Bug #2105)unknown2003-12-141-0/+13
* | Fixed a possible memory leak on MacOSX when using the shared libmysql.so libr...unknown2003-12-111-1/+6
|/
* bug #1945. item(expression)->name=0, crash in find_item_in_listunknown2003-11-281-1/+1
* Fix for BUG#1686unknown2003-10-291-5/+20
* Fix for BUG#1345 "SQL Syntax Error in binarylog with DROP TABLES":unknown2003-09-281-8/+6
* LEFT JOIN optimization: Change LEFT JOIN to normal join if possibleunknown2003-06-261-4/+12
* Fix for UNION and LEFT JOIN (Bug #386)unknown2003-05-131-4/+4
* merge with 3.23unknown2003-05-081-2/+2
|\
| * Better grant test for SELECT *unknown2003-05-081-4/+4
* | Merge to get security patchunknown2003-05-081-5/+4
|\ \ | |/
| * Security patch to remove wrong error when one had a global update/delete priv...unknown2003-05-071-5/+4
| * Porting back security fix from 4.0.unknown2003-04-291-2/+3
* | Fix problem where key_read was not cleaned up properly, which caused assert i...unknown2003-05-031-2/+3
* | Fix for openssl on Solarisunknown2003-04-281-2/+3
* | mergedunknown2003-03-131-2/+5
|\ \ | |/
| * Better fix for GRANT bugunknown2003-03-131-2/+5
* | mergedunknown2003-03-131-5/+4
|\ \ | |/
| * Fix for a bug with column privileges ...unknown2003-03-121-3/+4
| * Fix when using auto_increment and last_insert_id() in the same insert statement.unknown2003-01-281-13/+6
* | Fixed bug in LOCK TABLE + DROP TABLE when other thread was waiting for a tabl...unknown2003-03-041-8/+38
* | Fixes for Netwareunknown2003-01-281-1/+1
* | Don't count NULL values in cardinalty for MyISAM tables.unknown2003-01-091-2/+4
* | Change of internal key_field=NULL handling to avoid error messages.unknown2002-12-031-2/+2
* | New multi-table-update codeunknown2002-11-291-6/+11
* | Small improvement to alloc_rootunknown2002-11-161-32/+92
* | removed redundant lineunknown2002-11-131-1/+0
* | Mergeunknown2002-11-121-0/+1
|\ \
| * | IGNORE_INDEX fix for 4.0unknown2002-11-121-0/+1
* | | Extended WEEK() to be able to handle ISO weeks.unknown2002-11-121-2/+2
* | | Fixed that NULL and 0 returns 0 instead of NULLunknown2002-11-111-0/+1
* | | mergedunknown2002-11-091-0/+1
|\ \ \ | |/ / |/| / | |/
| * IGNORE/USE INDEX now work with HA_EXTRA_KEYREADunknown2002-11-091-0/+1
| * Fixed problem with BDB tables and ALTER TABLEunknown2002-10-241-0/+1
| * Change name -> alias in TABLE_LIST.unknown2002-09-211-8/+8
| * Fixed bug introduces by last changesetunknown2002-09-031-35/+45
* | Portability fix extern "C" static -> extern "C"unknown2002-11-071-3/+3
* | mergeunknown2002-11-071-3/+3
|\ \
| * | Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes.unknown2002-11-071-3/+3
* | | Put temporary files in binlog cache when using BEGIN/COMMITunknown2002-11-071-16/+12
|/ /
* | Removed wrong patch to fix DATE BETWEEN TIMESTAMP1 AND TIMESTAMP2unknown2002-11-051-1/+1
* | Added back old LARGEFILE handlingunknown2002-10-291-5/+8
* | Changed table_list->name -> table_list->alias to find places where we where u...unknown2002-09-201-8/+8
* | Fixed searching after ssl directories.unknown2002-09-051-1/+8
* | a fix for a bug with all_fields.elements not being changed by unknown2002-09-031-0/+3
* | Some trivial optimzationsunknown2002-09-031-1/+1
* | Changed relay_log_space to ulonglongunknown2002-08-231-1/+0
* | Fix after mergeunknown2002-08-081-0/+18
* | merge with 3.23.52unknown2002-08-081-18/+22
|\ \ | |/