summaryrefslogtreecommitdiff
path: root/sql/sql_partition.cc
Commit message (Expand)AuthorAgeFilesLines
* Many files:kent@mysql.com/kent-amd64.(none)2006-12-271-2/+1
* Fixed compiler warnings (Mostly VC++):monty@mysql.com/narttu.mysql.fi2006-11-301-13/+8
* Fixed a LOT of compiler warningsmonty@mysql.com/nosik.monty.fi2006-11-271-1/+1
* Merge dator5.(none):/home/pappa/clean-mysql-5.1mikael/pappa@dator5.(none)2006-10-161-27/+358
|\
| * BUG#18198: Partition function handlingmikael/pappa@dator5.(none)2006-10-021-2/+2
| * Bug fixmikael/pappa@dator5.(none)2006-10-021-4/+4
| * BUG#18198: Partition function handlingmikael/pappa@dator5.(none)2006-09-301-2/+11
| * Final step of Take 7 on review fixes of thismikael/pappa@dator5.(none)2006-09-261-138/+57
| * Merge dator5.(none):/home/pappa/clean-mysql-5.1mikael/pappa@dator5.(none)2006-09-261-25/+428
| |\
| | * Fixed bugs in check_part_func_fieldsmikael/pappa@dator5.(none)2006-09-261-4/+1
| | * Merge dator5.(none):/home/pappa/clean-mysql-5.1mikael/pappa@dator5.(none)2006-08-261-19/+19
| | |\
| | * \ Merge dator5.(none):/home/pappa/clean-mysql-5.1mikael/pappa@dator5.(none)2006-08-021-25/+431
| | |\ \
| | | * | BUG#18198: Fixes to handle VARCHAR strings properlymikael/pappa@dator5.(none)2006-08-021-30/+387
| | | * | BUG#18198: More fixesmikael/pappa@dator5.(none)2006-07-311-2/+5
| | | * | Merge dator5.(none):/home/pappa/clean-mysql-5.1mikael/pappa@dator5.(none)2006-07-311-2/+48
| | | |\ \
| | | | * | BUG#18198: Partition function handlingmikael/pappa@dator5.(none)2006-07-211-14/+15
| | | | * | Merge mronstrom@bk-internal.mysql.com:/home/bk/bugs/bug18198mikael/pappa@dator5.(none)2006-07-121-2/+47
| | | | |\ \
| | | | | * | BUG#18198: Less flexibility in defining partition functionsmikael@dator5.(none)2006-06-231-2/+47
* | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1-runtimedlenev@mockturtle.local2006-09-301-7/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix for bug#20670 "UPDATE using key and invoking trigger that modifiesdlenev@mockturtle.local2006-09-211-7/+5
| | |_|_|_|/ | |/| | | |
* | | | | | This changes the order of the universe, black is now the new white.brian@zim.(none)2006-09-151-2/+2
* | | | | | BUG#21658: Crash partition test in prepared statement protocolmikael/pappa@dator5.(none)2006-08-311-10/+3
* | | | | | Merge dator5.(none):/home/pappa/clean-mysql-5.1-ktmikael/pappa@dator5.(none)2006-08-261-6/+6
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge ahristov@bk-internal.mysql.com:/home/bk/mysql-5.1-runtimeandrey@example.com2006-08-171-6/+6
| |\ \ \ \ \
| | * | | | | Cleanup patch.andrey@example.com2006-08-171-6/+6
| | |/ / / /
* | | | | | BUG#21658: Crash when creating table with item in prepared statement that all...mikael/pappa@dator5.(none)2006-08-221-7/+24
* | | | | | Merge dator5.(none):/home/pappa/bug21143mikael/pappa@dator5.(none)2006-08-161-7/+9
|\ \ \ \ \ \
| * | | | | | BUG#21143: mysqld hangs when using wrong number of subpartitionsmikael/pappa@dator5.(none)2006-08-081-7/+9
| | |/ / / / | |/| | | |
* | | | | | Merge dator5.(none):/home/pappa/clean-mysql-5.1mikael/pappa@dator5.(none)2006-08-161-13/+13
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge pgalbraith@bk-internal.mysql.com:/home/bk/mysql-5.1patg@govinda.patg.net2006-08-101-13/+13
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Merge istruewing@bk-internal.mysql.com:/home/bk/mysql-5.1-enginesingo/istruewing@chilla.local2006-08-021-13/+13
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | Bug#18775 - Temporary table from alter table visible to other threadsingo/istruewing@chilla.local2006-08-021-13/+13
| | | |/ /
* | | | | BUG#21339: Crash at EXPLAIN PARTITIONSmikael/pappa@dator5.(none)2006-08-051-4/+7
|/ / / /
* | | | Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.1evgen@sunlight.local2006-07-291-4/+12
|\ \ \ \ | |/ / / |/| | |
| * | | BUG#20257: Fix partition pruning for BIGINT UNSIGNED:sergefp@mysql.com2006-07-241-4/+12
| |/ /
* | | BUG20733: Bug in partition pruning with zerofill fieldmikael/pappa@dator5.(none)2006-07-201-0/+11
|/ /
* | Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-5.1gluh@eagle.intranet.mysql.r18.ru2006-06-281-2/+1
|\ \
| * | partition functions to pass create_info, not only max_rowstomas@poseidon.ndb.mysql.com2006-06-271-2/+1
| |/
* | Bug#20086: Can't get data from key partitioned tables with VARCHAR keybar@mysql.com2006-06-211-14/+3
|/
* Merge c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/bug19801mikael@c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se2006-06-141-62/+139
|\
| * Merge c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/clean-m...mikael@c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se2006-06-141-64/+141
| |\
| | * BUG#16002: Unsigned partition function supportmikael@c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se2006-06-141-4/+4
| | * BUG#16002: After review fixesmikael@c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se2006-06-061-3/+3
| | * BUG#16002: More review fixesmikael@c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se2006-06-061-190/+75
| | * BUG#16002: Handle unsigned integer partition functionsmikael@c-7308e253.1238-1-64736c10.cust.bredbandsbolaget.se2006-06-051-22/+11
| | * Merge mronstrom@bk-internal.mysql.com:/home/bk/bugs/bug16002mikael@c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se2006-04-211-126/+329
| | |\
| | | * BUG#16002: Make partition functions that are unsigned work properlymikael@c-4909e253.1238-1-64736c10.cust.bredbandsbolaget.se2006-04-171-126/+329
* | | | Merge c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/clean-m...mikael@c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se2006-06-141-4/+17
|\ \ \ \ | |/ / / |/| | |
| * | | BUG#19801: Valgrind error in check_list_constantsmikael@c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se2006-05-301-4/+17
* | | | Merge c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/clean-m...mikael@c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se2006-06-131-3/+3
|\ \ \ \