summaryrefslogtreecommitdiff
path: root/sql/sql_partition.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |\
| | | * BUG#16002: Make partition functions that are unsigned work properlyunknown2006-04-171-126/+329
* | | | Merge c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/clean-m...unknown2006-06-141-4/+17
|\ \ \ \ | |/ / / |/| | |
| * | | BUG#19801: Valgrind error in check_list_constantsunknown2006-05-301-4/+17
* | | | Merge c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/clean-m...unknown2006-06-131-3/+3
|\ \ \ \
| * | | | BUG#19307: CSV engine can cause crashes in partitioned tables (due to its con...unknown2006-06-131-3/+3
| |/ / /
* | | | Merge c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/bug19122unknown2006-06-121-51/+153
|\ \ \ \
| * \ \ \ Merge c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/clean-m...unknown2006-06-121-50/+152
| |\ \ \ \
| | * | | | BUG#19122: Need to close handlers before drop/rename phaseunknown2006-06-121-8/+18
| | * | | | BUG#19122: Need to close all handlers before rename/drop phase in ALTER TABLE...unknown2006-06-121-24/+25
| | * | | | Merge c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/clean-m...unknown2006-05-271-34/+125
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | BUG#19122: MySQL Server crashes when ALTER TABLE t1 REBUILD PARTITION on Inno...unknown2006-05-261-34/+125
* | | | | | Merge c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/bug19695unknown2006-06-121-8/+11
|\ \ \ \ \ \
| * \ \ \ \ \ Merge c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/clean-m...unknown2006-06-121-8/+11
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | BUG#19695: Showed partition options when table options were not shownunknown2006-05-271-8/+10
| | | |/ / / | | |/| | |
* | | | | | Merge c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/clean-m...unknown2006-06-121-5/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | BUG#19305: COALESCE partition left partition files undroppedunknown2006-05-271-5/+6
| |/ / / /
* | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1-newunknown2006-06-041-14/+13
|\ \ \ \ \
| * | | | | This changeset is largely a handler cleanup changeset (WL#3281), but includes...unknown2006-06-041-14/+13
| |/ / / /
* | | | | BUG#19067: Crash for default subpartitioning when altering the tableunknown2006-06-031-2/+3
* | | | | Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-5.1-newunknown2006-06-031-7/+16
|\ \ \ \ \
| * \ \ \ \ Merge c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/clean-m...unknown2006-05-111-7/+16
| |\ \ \ \ \
| | * | | | | BUG#19067: Crash when ALTER TABLE for default subpartitioned tableunknown2006-04-211-6/+14
| | * | | | | BUG#19067: Alter table add partition for subpartitioned table crashesunknown2006-04-201-1/+2
| | | |_|/ / | | |/| | |
* | | | | | get_[part_]partition_id(): Fix function comments. unknown2006-06-031-6/+10