summaryrefslogtreecommitdiff
path: root/sql/filesort.cc
Commit message (Expand)AuthorAgeFilesLines
* Windows portabilty fixups (last commit caused some errors, so recomitting) - ...unknown2003-02-201-1/+0
* Bug fix: for SHOW STATUS (when ssl is used)unknown2003-02-171-0/+2
* Merge gluh@192.168.21.1:/usr/home/bk/mysql-4.1unknown2003-02-171-2/+2
|\
| * Changed ROW_RESULT to defaultunknown2003-01-311-2/+2
* | Fixed a lot of wrong memory references as reported by valgrindunknown2003-02-121-33/+47
* | Merge with 4.0 to get fix for MIN/MAXunknown2003-02-071-1/+4
|\ \ | |/ |/|
| * Added START TRANSACTION syntaxunknown2003-02-061-1/+4
* | Always use USE_STRCOLL codeunknown2003-01-301-15/+0
* | Move latin1 into a separarte fileunknown2003-01-291-1/+1
* | Portability fixes (for windows)unknown2003-01-211-1/+0
* | postreview fix (SCRUM)unknown2002-12-281-1/+1
* | less default_charset_info unknown2002-12-201-2/+2
* | mergingunknown2002-11-271-1/+10
|\ \
| * | layout fixunknown2002-11-271-1/+2
| * | basic row Items (SCRUM)unknown2002-11-151-0/+8
* | | Merge with 4.0unknown2002-11-211-2/+2
|\ \ \ | |/ / |/| / | |/
| * Portability fix when using -DBIG_TABLESunknown2002-11-141-1/+1
| * Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes.unknown2002-11-071-1/+1
* | Some charset code clean-upsunknown2002-11-061-4/+3
* | Use item->charset() instead of item->str_value.charset()unknown2002-10-301-1/+1
* | BINARY charset is now used instead of binary_flagunknown2002-10-251-3/+3
* | Added THD as parameter to filesort. Removed not used 'special' argument.unknown2002-10-161-22/+7
* | Simple charsets now have strncoll() field toounknown2002-10-091-5/+5
* | Merge with 4.0.4unknown2002-10-021-13/+32
|\ \ | |/ |/|
| * Merge with 4.0.3unknown2002-08-301-13/+32
| |\
| | * Fix for bug mentioned by Peter and Sanjaunknown2002-05-201-1/+1
| | * Now string values are created and filled with charset fieldunknown2002-05-171-3/+2
| | * Now several character sets can live in the same table,unknown2002-05-141-1/+9
| | * mergeunknown2002-04-131-11/+23
| | |\
| | | * filesort.cc:unknown2002-03-221-5/+3
| | | * Fix for crash in the case of non-string fieldsunknown2002-03-201-8/+15
| | | * remove default_charset_infounknown2002-03-141-9/+17
| | | * New ctype functions/macros to support many charsets at a timeunknown2002-03-121-6/+5
* | | | Added CREATE TEMPORARY TABLES and LOCK TABLES to db and host tablesunknown2002-09-161-3/+12
|/ / /
* | | New SET syntax & system variables.unknown2002-07-231-3/+4
* | | Added interface for first set of dynamic variables.unknown2002-06-281-4/+8
|/ /
* | Update for BTREE keys in HEAP tablesunknown2002-04-121-1/+1
* | Fix sorting of NULL values (Should always be first)unknown2002-03-021-4/+1
|/
* Removed compiler warnings.unknown2001-12-101-7/+9
* Update copyrightunknown2001-12-061-1/+1
* Portability fixunknown2001-11-071-3/+3
* Don't do signal() on windows (Causes instability problems)unknown2001-10-171-54/+72
* merge with 3.23.42unknown2001-09-021-0/+2
|\
| * Portability fixes.unknown2001-08-211-0/+2
* | Redefinition of myisam_bulk_insert_tree_sizeunknown2001-07-101-2/+12
* | Making multi-table delete BETA !!unknown2001-07-011-5/+0
* | Fixed bug when sorting big files (introduced with multi-table-delete)unknown2001-06-251-13/+19
* | Fixed bug in multi-table-delete codeunknown2001-06-241-7/+24
* | Fixed multi-table-deleteunknown2001-06-151-0/+2
* | Enhancing both multi-table delete and division of LEXunknown2001-06-071-1/+0