summaryrefslogtreecommitdiff
path: root/sql/filesort.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-4.1unknown2005-09-121-1/+1
|\
| * Review fixes since last pullunknown2005-09-121-1/+1
* | Fix bug #7422 "order by" doesn't workunknown2005-06-211-5/+5
* | Moved some old test and added a new test to only be run with mysql-test-run -...unknown2005-04-071-15/+18
* | mergingunknown2005-03-151-2/+5
|\ \ | |/
| * A fix (bug #8799: Killed filesorts can fail inited==RND assertion in ha_rnd_e...unknown2005-03-151-2/+5
* | Mergeunknown2005-03-101-2/+8
|\ \ | |/
| * Fix for BUG#7425.unknown2005-03-091-2/+8
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-02-281-6/+1
|\ \
| * \ merge with 4.1unknown2005-02-281-6/+1
| |\ \ | | |/
| | * Fixed wrong memory references found by purifyunknown2005-02-281-1/+1
* | | Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-02-261-1/+1
|\ \ \ | |/ /
| * | Remove compiler warnings and remove not used variablesunknown2005-02-251-1/+1
* | | Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.0-ndbunknown2005-02-161-30/+37
|\ \ \ | |/ /
| * | Fix for bug #8534 (Compile errors in Precision Math code on Windows)unknown2005-02-161-1/+1
| * | Fixed failing test cases 'row.test' when running with --ps-protocolunknown2005-02-151-29/+36
* | | Mergeunknown2005-02-111-0/+22
|\ \ \ | |/ /
| * | Precision Math implementationunknown2005-02-091-0/+22
* | | Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.0-ndbunknown2005-02-011-2/+2
|\ \ \ | |/ /
| * | CSC#4385: slow sorting for UTF8 large table:unknown2005-01-261-2/+2
* | | Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.0-ndbunknown2005-01-211-3/+13
|\ \ \ | |/ /
| * | Merge with global treeunknown2005-01-181-0/+3
| |\ \ | | |/
| | * Merge mysql.com:/home/my/mysql-4.0 into mysql.com:/home/my/mysql-4.1unknown2005-01-181-0/+3
| | |\
| | | * Anoter fix for moved IO_CACHE objectunknown2005-01-181-0/+3
| * | | Merge with 4.1unknown2005-01-151-5/+3
| |\ \ \ | | |/ /
| | * | Mergeunknown2005-01-151-0/+2
| | |\ \ | | | |/
| | | * Fixed possible access to unintialized memory in filesort when using many buffersunknown2005-01-151-0/+2
| * | | Changed interface for my_strntod() to make it more general and more portableunknown2005-01-151-2/+3
| * | | Fix accesses to uninitialized memory (found by valgrind)unknown2005-01-131-1/+6
* | | | Mergeunknown2005-01-171-4/+1
|\ \ \ \
| * \ \ \ manual mergeunknown2005-01-131-4/+1
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | bug#7284: strnxfrm returns different results for equal stringsunknown2005-01-131-4/+1
* | | | Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.0-ndbunknown2005-01-071-2/+2
|\ \ \ \ | |/ / /
| * | | First stage of table definition cacheunknown2005-01-061-2/+2
* | | | Removed unecessary call to handler::reset()unknown2005-01-071-3/+0
|/ / /
* | | Merge bk-internal:/home/bk/mysql-5.0unknown2004-11-151-2/+3
|\ \ \
| * \ \ mergeunknown2004-11-121-1/+2
| |\ \ \
| | * | | post-review fixesunknown2004-11-121-1/+2
| * | | | Rename: Item::val -> Item::val_real().unknown2004-11-111-1/+1
* | | | | s/ha_store_ptr/my_store_ptr/unknown2004-11-071-1/+1
|/ / / /
* | | | merge with 4.1unknown2004-10-291-6/+79
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Fix for BUG#5117:unknown2004-09-131-6/+79
* | | Added per thread status variables, after review, patch v1.1.unknown2004-09-131-4/+6
* | | Merge with 4.1.3-betaunknown2004-07-071-5/+6
|\ \ \ | |/ /
| * | Added missing root user to mysql.user on windows. (Bug #4242)unknown2004-06-251-1/+1
| * | handler interface cleanups:unknown2004-06-231-4/+5
| * | Changed prototype of killed_ptr() to make it more portableunknown2004-05-261-3/+3
* | | Merge 4.1 -> 5.0.unknown2004-04-071-14/+53
|\ \ \ | |/ /
| * | Fixed warnings from valgrind (not a bug)unknown2004-04-061-1/+14
| * | BTREE-indexes in HEAP tables can now be used to optimize ORDER BYunknown2004-03-251-3/+7