summaryrefslogtreecommitdiff
path: root/sql/sql_base.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * Fixed problem with make distcheckunknown2002-08-061-14/+7
| * mergeunknown2002-08-051-2/+14
| |\
| | * Added some missing mutex_locks() when manipulating the table cache.unknown2002-08-051-2/+14
| * | Fixed bug with GROUP BY on NULL fields.unknown2002-08-051-9/+9
| |/
* | Lots of code fixes to the replication code (especially the binary logging and...unknown2002-08-081-6/+12
* | Removed wrong implementation of CUBE/ROLLUPunknown2002-07-241-1/+1
* | Merge work:/home/bk/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0unknown2002-07-231-1/+1
|\ \
| * | Fixed bug with INSERT .. SET db_name.tbl_name.col_name=''unknown2002-07-231-1/+1
* | | New SET syntax & system variables.unknown2002-07-231-1/+1
|/ /
* | Made keyread (key scanning) a key specific attribute.unknown2002-06-191-6/+10
* | Merge with 3.23.52unknown2002-06-171-0/+1
|\ \ | |/
| * spurious binlog error code logging on temp table auto-drop fixedunknown2002-06-051-0/+1
* | Added the following new privleges:unknown2002-06-121-1/+0
* | Big code cleanup/review before 4.0.2 release.unknown2002-06-111-0/+1
* | Fixed that enable-reads-from-master and repl-parse-query works in option files.unknown2002-04-291-3/+4
* | merge with 3.23.50unknown2002-03-271-3/+4
|\ \ | |/
| * Fix for bug in WHERE key='j' or key='J'unknown2002-03-221-3/+3
| * Quote names to SHOW CREATE for mysqldumpunknown2002-03-211-0/+1
| * Corrected fix for not freed memory when using corrupted tablesunknown2002-03-051-1/+0
| * memory leak with broken tables fixedunknown2002-02-201-0/+1
* | Making full-text queries working with UNION'sunknown2002-03-151-4/+4
* | Cleanupunknown2002-02-111-5/+5
* | New error messagesunknown2002-01-291-2/+3