summaryrefslogtreecommitdiff
path: root/sql/partition_info.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixed a lot of compiler warnings (Mainly in mysqld and instance manager)monty@mysql.com/nosik.monty.fi2006-11-011-1/+5
* Merge dator5.(none):/home/pappa/clean-mysql-5.1mikael/pappa@dator5.(none)2006-10-161-13/+188
|\
| * BUG#18198: Partition function handlingmikael/pappa@dator5.(none)2006-10-021-1/+1
| * BUG#18198: Partition function handlingmikael/pappa@dator5.(none)2006-09-301-4/+5
| * Final step of Take 7 on review fixes of thismikael/pappa@dator5.(none)2006-09-261-1/+167
| * BUG#18198mikael/pappa@dator5.(none)2006-09-261-15/+7
| * Merge dator5.(none):/home/pappa/clean-mysql-5.1mikael/pappa@dator5.(none)2006-09-261-11/+27
| |\
| | * BUG#18198: Partition function handlingmikael/pappa@dator5.(none)2006-07-211-6/+7
| | * Merge mronstrom@bk-internal.mysql.com:/home/bk/bugs/bug18198mikael/pappa@dator5.(none)2006-07-121-11/+26
| | |\
| | | * BUG#18198: Fixmikael/pappa@dator5.(none)2006-07-121-2/+0
| | | * BUG#18198: Less flexibility in defining partition functionsmikael@dator5.(none)2006-06-231-11/+28
* | | | This patch updates to remove most global hton needs. Cleans up wrong message ...brian@zim.(none)2006-09-301-2/+1
* | | | This patch adds handlerton passing to functions. NDB and Innodb still require...brian@zim.(none)2006-09-301-2/+1
|/ / /
* | | This changes the order of the universe, black is now the new white.brian@zim.(none)2006-09-151-3/+3
|/ /
* | partition functions to pass create_info, not only max_rowstomas@poseidon.ndb.mysql.com2006-06-271-13/+14
|/
* merge updatemikael@c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se2006-06-141-0/+24
* Merge c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/bug19801mikael@c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se2006-06-141-21/+48
|\
| * Merge c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/clean-m...mikael@c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se2006-06-141-37/+66
| |\
| | * BUG#16002: More review fixesmikael@c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se2006-06-061-45/+31
| | * BUG#16002: Handle unsigned integer partition functionsmikael@c-7308e253.1238-1-64736c10.cust.bredbandsbolaget.se2006-06-051-8/+6
| | * Merge mronstrom@bk-internal.mysql.com:/home/bk/bugs/bug16002mikael@c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se2006-04-211-35/+80
| | |\
| | | * BUG#16002: Make partition functions that are unsigned work properlymikael@c-4909e253.1238-1-64736c10.cust.bredbandsbolaget.se2006-04-171-35/+80
* | | | Merge c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/clean-m...mikael@c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se2006-06-141-18/+22
|\ \ \ \ | |/ / / |/| | |
| * | | BUG#19801: Problems with single partition with only NULL allowed in LIST part...mikael@c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se2006-06-141-4/+3
| * | | BUG#19801: Valgrind error in check_list_constantsmikael@c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se2006-05-301-18/+23
* | | | Merge c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/clean-m...mikael@c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se2006-06-131-2/+4
|\ \ \ \
| * | | | BUG#19307: CSV engine can cause crashes in partitioned tables (due to its con...mikael@c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se2006-06-131-2/+4
| |/ / /
* | | | After merge fixesmonty@mysql.com2006-06-051-5/+5
* | | | Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-5.1-newmikael@c-3d08e253.1238-1-64736c10.cust.bredbandsbolaget.se2006-06-031-10/+10
|\ \ \ \
| * \ \ \ Merge c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/clean-m...mikael@c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se2006-05-111-10/+10
| |\ \ \ \
| | * | | | BUG#19067: Crash when ALTER TABLE for default subpartitioned tablemikael@c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se2006-04-211-3/+3
| | * | | | Merge c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/bug18962mikael@c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se2006-04-201-12/+36
| | |\ \ \ \
| | * | | | | BUG#19067: Alter table add partition for subpartitioned table crashesmikael@c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se2006-04-201-7/+7
| | | |_|/ / | | |/| | |
* | | | | | Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-5.1-newmikael@c-3d08e253.1238-1-64736c10.cust.bredbandsbolaget.se2006-05-311-0/+12
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Merge mronstrom@bk-internal.mysql.com:/home/bk/bugs/bug18198mikael@c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se2006-04-211-0/+12
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | BUG#18198: Errors due to too much allowed in partition functionsmikael@c-4908e253.1238-1-64736c10.cust.bredbandsbolaget.se2006-04-081-5/+5
| * | | | | BUG#18198: Too much expressiveness in partition function allowedmikron@mikael-ronstr-ms-dator.local2006-04-051-2/+7
| * | | | | BUG#18198: Too much expressiveness in partition functions allowedmikron@mikael-ronstr-ms-dator.local2006-04-051-0/+7
| | |_|_|/ | |/| | |
* | | | | review fixmikael@c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se2006-05-241-1/+1
* | | | | Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-5.1-newmikael@c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se2006-05-241-7/+8
|\ \ \ \ \
| * | | | | BUG#19304: Merge handler not part of partitioned tablesmikael@c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se2006-05-241-1/+1
| * | | | | BUG#19304: Merge handler allowed in partitioned tablesmikael@c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se2006-05-231-7/+8
| | |_|/ / | |/| | |
* | | | | Merge xiphis.org:/home/antony/work2/wl3201.3acurtis@xiphis.org2006-04-241-1/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | WL#3201acurtis@xiphis.org2006-04-131-1/+2
| | |/ / | |/| |
* | | | BUG#18962: Crash of ALTER TABLE .. DROP PARTITION ...mikael@c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se2006-04-211-2/+3
| |_|/ |/| |
* | | Merge c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/clean-m...mikael@c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se2006-04-201-12/+36
|\ \ \ | |/ / |/| |
| * | BUG#18962: DROP PARTITION fails when partitions dropped for subpartitions wit...mikael@c-4908e253.1238-1-64736c10.cust.bredbandsbolaget.se2006-04-111-12/+36
| |/
* | BUG#18750: Various problems with partition names, quotation marksmikael@c-4908e253.1238-1-64736c10.cust.bredbandsbolaget.se2006-04-101-0/+12
|/
* cleaned up a few method commentsreggie@linux.site2006-03-311-3/+358
* bug 17290 and bug 14350holyfoot@vva.(none)2006-03-181-0/+42