summaryrefslogtreecommitdiff
path: root/sql/sql_base.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix for BUG#1686guilhem@mysql.com2003-10-291-5/+20
* Fix for BUG#1345 "SQL Syntax Error in binarylog with DROP TABLES":guilhem@mysql.com2003-09-281-8/+6
* LEFT JOIN optimization: Change LEFT JOIN to normal join if possiblemonty@mashka.mysql.fi2003-06-261-4/+12
* Fix for UNION and LEFT JOIN (Bug #386)monty@narttu.mysql.fi2003-05-131-4/+4
* merge with 3.23monty@mashka.mysql.fi2003-05-081-2/+2
|\
| * Better grant test for SELECT *monty@mashka.mysql.fi2003-05-081-4/+4
* | Merge to get security patchmonty@mashka.mysql.fi2003-05-081-5/+4
|\ \ | |/
| * Security patch to remove wrong error when one had a global update/delete priv...monty@mashka.mysql.fi2003-05-071-5/+4
| * Porting back security fix from 4.0.Sinisa@sinisa.nasamreza.org2003-04-291-2/+3
* | Fix problem where key_read was not cleaned up properly, which caused assert i...monty@narttu.mysql.fi2003-05-031-2/+3
* | Fix for openssl on Solarismonty@mashka.mysql.fi2003-04-281-2/+3
* | mergedserg@serg.mysql.com2003-03-131-2/+5
|\ \ | |/
| * Better fix for GRANT bugmonty@mashka.mysql.fi2003-03-131-2/+5
* | mergedserg@serg.mysql.com2003-03-131-5/+4
|\ \ | |/
| * Fix for a bug with column privileges ...Sinisa@sinisa.nasamreza.org2003-03-121-3/+4
| * Fix when using auto_increment and last_insert_id() in the same insert statement.monty@mashka.mysql.fi2003-01-281-13/+6
* | Fixed bug in LOCK TABLE + DROP TABLE when other thread was waiting for a tabl...monty@narttu.mysql.fi2003-03-041-8/+38
* | Fixes for Netwaremonty@mashka.mysql.fi2003-01-281-1/+1
* | Don't count NULL values in cardinalty for MyISAM tables.monty@mashka.mysql.fi2003-01-091-2/+4
* | Change of internal key_field=NULL handling to avoid error messages.monty@hundin.mysql.fi2002-12-031-2/+2
* | New multi-table-update codemonty@mashka.mysql.fi2002-11-291-6/+11
* | Small improvement to alloc_rootmonty@mashka.mysql.fi2002-11-161-32/+92
* | removed redundant lineserg@serg.mysql.com2002-11-131-1/+0
* | MergeSinisa@sinisa.nasamreza.org2002-11-121-0/+1
|\ \
| * | IGNORE_INDEX fix for 4.0Sinisa@sinisa.nasamreza.org2002-11-121-0/+1
* | | Extended WEEK() to be able to handle ISO weeks.monty@mashka.mysql.fi2002-11-121-2/+2
* | | Fixed that NULL and 0 returns 0 instead of NULLmonty@mashka.mysql.fi2002-11-111-0/+1
* | | mergedserg@serg.mysql.com2002-11-091-0/+1
|\ \ \ | |/ / |/| / | |/
| * IGNORE/USE INDEX now work with HA_EXTRA_KEYREADserg@serg.mysql.com2002-11-091-0/+1
| * Fixed problem with BDB tables and ALTER TABLEmonty@hundin.mysql.fi2002-10-241-0/+1
| * Change name -> alias in TABLE_LIST.monty@mashka.mysql.fi2002-09-211-8/+8
| * Fixed bug introduces by last changesetmonty@mashka.mysql.fi2002-09-031-35/+45
* | Portability fix extern "C" static -> extern "C"monty@hundin.mysql.fi2002-11-071-3/+3
* | mergemonty@butch.2002-11-071-3/+3
|\ \
| * | Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes.monty@butch.2002-11-071-3/+3
* | | Put temporary files in binlog cache when using BEGIN/COMMITmonty@hundin.mysql.fi2002-11-071-16/+12
|/ /
* | Removed wrong patch to fix DATE BETWEEN TIMESTAMP1 AND TIMESTAMP2monty@hundin.mysql.fi2002-11-051-1/+1
* | Added back old LARGEFILE handlingmonty@hundin.mysql.fi2002-10-291-5/+8
* | Changed table_list->name -> table_list->alias to find places where we where u...monty@mashka.mysql.fi2002-09-201-8/+8
* | Fixed searching after ssl directories.monty@mashka.mysql.fi2002-09-051-1/+8
* | a fix for a bug with all_fields.elements not being changed by Sinisa@sinisa.nasamreza.org2002-09-031-0/+3
* | Some trivial optimzationsmonty@mashka.mysql.fi2002-09-031-1/+1
* | Changed relay_log_space to ulonglongmonty@hundin.mysql.fi2002-08-231-1/+0
* | Fix after mergemonty@hundin.mysql.fi2002-08-081-0/+18
* | merge with 3.23.52monty@hundin.mysql.fi2002-08-081-18/+22
|\ \ | |/
| * Fixed problem with make distcheckmonty@hundin.mysql.fi2002-08-061-14/+7
| * mergemonty@narttu.mysql.fi2002-08-051-2/+14
| |\
| | * Added some missing mutex_locks() when manipulating the table cache.monty@narttu.mysql.fi2002-08-051-2/+14
| * | Fixed bug with GROUP BY on NULL fields.monty@mashka.mysql.fi2002-08-051-9/+9
| |/
* | Lots of code fixes to the replication code (especially the binary logging and...monty@mashka.mysql.fi2002-08-081-6/+12