summaryrefslogtreecommitdiff
path: root/sql/sql_partition.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixed compiler warningsunknown2007-02-231-1/+1
* After merge fixesunknown2007-01-291-5/+0
* Merge mysql.com:/home/hf/work/24502/my51-24502unknown2007-01-101-0/+1
|\
| * bug #24502 (reorganize partition closes connection)unknown2006-12-181-0/+1
* | Many files:unknown2006-12-271-2/+1
|/
* Fixed compiler warnings (Mostly VC++):unknown2006-11-301-13/+8
* Fixed a LOT of compiler warningsunknown2006-11-271-1/+1
* Merge dator5.(none):/home/pappa/clean-mysql-5.1unknown2006-10-161-27/+358
|\
| * BUG#18198: Partition function handlingunknown2006-10-021-2/+2
| * Bug fixunknown2006-10-021-4/+4
| * BUG#18198: Partition function handlingunknown2006-09-301-2/+11
| * Final step of Take 7 on review fixes of thisunknown2006-09-261-138/+57
| * Merge dator5.(none):/home/pappa/clean-mysql-5.1unknown2006-09-261-25/+428
| |\
| | * Fixed bugs in check_part_func_fieldsunknown2006-09-261-4/+1
| | * Merge dator5.(none):/home/pappa/clean-mysql-5.1unknown2006-08-261-19/+19
| | |\
| | * \ Merge dator5.(none):/home/pappa/clean-mysql-5.1unknown2006-08-021-25/+431
| | |\ \
| | | * | BUG#18198: Fixes to handle VARCHAR strings properlyunknown2006-08-021-30/+387
| | | * | BUG#18198: More fixesunknown2006-07-311-2/+5
| | | * | Merge dator5.(none):/home/pappa/clean-mysql-5.1unknown2006-07-311-2/+48
| | | |\ \
| | | | * | BUG#18198: Partition function handlingunknown2006-07-211-14/+15
| | | | * | Merge mronstrom@bk-internal.mysql.com:/home/bk/bugs/bug18198unknown2006-07-121-2/+47
| | | | |\ \
| | | | | * | BUG#18198: Less flexibility in defining partition functionsunknown2006-06-231-2/+47
* | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1-runtimeunknown2006-09-301-7/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix for bug#20670 "UPDATE using key and invoking trigger that modifiesunknown2006-09-211-7/+5
| | |_|_|_|/ | |/| | | |
* | | | | | This changes the order of the universe, black is now the new white.unknown2006-09-151-2/+2
* | | | | | BUG#21658: Crash partition test in prepared statement protocolunknown2006-08-311-10/+3
* | | | | | Merge dator5.(none):/home/pappa/clean-mysql-5.1-ktunknown2006-08-261-6/+6
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge ahristov@bk-internal.mysql.com:/home/bk/mysql-5.1-runtimeunknown2006-08-171-6/+6
| |\ \ \ \ \
| | * | | | | Cleanup patch.unknown2006-08-171-6/+6
| | |/ / / /
* | | | | | BUG#21658: Crash when creating table with item in prepared statement that all...unknown2006-08-221-7/+24
* | | | | | Merge dator5.(none):/home/pappa/bug21143unknown2006-08-161-7/+9
|\ \ \ \ \ \
| * | | | | | BUG#21143: mysqld hangs when using wrong number of subpartitionsunknown2006-08-081-7/+9
| | |/ / / / | |/| | | |
* | | | | | Merge dator5.(none):/home/pappa/clean-mysql-5.1unknown2006-08-161-13/+13
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge pgalbraith@bk-internal.mysql.com:/home/bk/mysql-5.1unknown2006-08-101-13/+13
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Merge istruewing@bk-internal.mysql.com:/home/bk/mysql-5.1-enginesunknown2006-08-021-13/+13
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | Bug#18775 - Temporary table from alter table visible to other threadsunknown2006-08-021-13/+13
| | | |/ /
* | | | | BUG#21339: Crash at EXPLAIN PARTITIONSunknown2006-08-051-4/+7
|/ / / /
* | | | Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.1unknown2006-07-291-4/+12
|\ \ \ \ | |/ / / |/| | |
| * | | BUG#20257: Fix partition pruning for BIGINT UNSIGNED:unknown2006-07-241-4/+12
| |/ /
* | | BUG20733: Bug in partition pruning with zerofill fieldunknown2006-07-201-0/+11
|/ /
* | Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-5.1unknown2006-06-281-2/+1
|\ \
| * | partition functions to pass create_info, not only max_rowsunknown2006-06-271-2/+1
| |/
* | Bug#20086: Can't get data from key partitioned tables with VARCHAR keyunknown2006-06-211-14/+3
|/
* Merge c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/bug19801unknown2006-06-141-62/+139
|\
| * Merge c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/clean-m...unknown2006-06-141-64/+141
| |\
| | * BUG#16002: Unsigned partition function supportunknown2006-06-141-4/+4
| | * BUG#16002: After review fixesunknown2006-06-061-3/+3
| | * BUG#16002: More review fixesunknown2006-06-061-190/+75
| | * BUG#16002: Handle unsigned integer partition functionsunknown2006-06-051-22/+11
| | * Merge mronstrom@bk-internal.mysql.com:/home/bk/bugs/bug16002unknown2006-04-211-126/+329
| | |\