summaryrefslogtreecommitdiff
path: root/sql/ha_partition.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge bk-internal.mysql.com:/home/bk/mysql-5.1-enginesistruewing@chilla.local2007-04-271-9/+25
|\
| * wl#2936 post-merge fixesserg@janus.mylan2007-04-161-1/+2
| * Merge bk-internal.mysql.com:/home/bk/mysql-5.1serg@sergbook.mysql.com2007-04-161-8/+23
| |\
| | * WL#2936antony@ppcg5.local2007-03-281-2/+6
| | * WL#2936antony@ppcg5.local2007-03-021-7/+18
* | | - Resolved conflict between fixes for bugs 25141 and 26074.iggy@recycle.(none)2007-04-241-2/+1
|/ /
* | bug #26074 Mysql crash creating partitionholyfoot/hf@mysql.com/hfmain.(none)2007-04-051-1/+2
* | wl#3700 - post-review fixes:serg@janus.mylan2007-03-171-3/+3
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.1serg@janus.mylan2007-03-161-36/+14
|\ \
| * \ Merge bk-internal.mysql.com:/home/bk/mysql-5.1serg@janus.mylan2007-03-061-7/+23
| |\ \
| * \ \ Merge bk-internal.mysql.com:/home/bk/mysql-5.1serg@janus.mylan2007-02-211-36/+14
| |\ \ \ | | |_|/ | |/| |
| | * | WL#3700: Handler API change: all index search methods - that is,serg@janus.mylan2007-01-291-41/+14
* | | | Merge weblab.(none):/home/marcsql/TREE/mysql-5.1-basemalff/marcsql@weblab.(none)2007-02-281-7/+23
|\ \ \ \ | | |_|/ | |/| |
| * | | valgrind error fixgluh@mysql.com/eagle.(none)2007-02-281-3/+6
| * | | BUG#26117 "index_merge sort-union over partitioned table crashes"sergefp@mysql.com2007-02-271-4/+17
| |/ /
* | | Remove dead code: flush_version was never increased in the server,kostja@bodhi.local2007-03-011-2/+3
|/ /
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.1monty@narttu.mysql.fi2007-01-291-7/+0
|\ \ | |/ |/|
| * After merge fixesmonty@mysql.com/narttu.mysql.fi2007-01-291-7/+0
* | bug #24186 (nested query across partitions returns fewer records)holyfoot/hf@mysql.com/deer.(none)2007-01-121-0/+3
|/
* Many files:kent@mysql.com/kent-amd64.(none)2006-12-271-2/+1
* Removed compiler warningsmonty@mysql.com/nosik.monty.fi2006-11-271-2/+2
* Fixed a LOT of compiler warningsmonty@mysql.com/nosik.monty.fi2006-11-271-3/+3
* Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.1-ndbmskold/marty@linux.site2006-10-181-2/+2
|\
| * BUG#19914 SELECT COUNT(*) sometimes returns MAX_INT on cluster tablesstewart@willster.(none)2006-10-181-2/+2
* | Merge dator5.(none):/home/pappa/clean-mysql-5.1mikael/pappa@dator5.(none)2006-10-161-2/+29
|\ \ | |/ |/|
| * BUG#18198: Partition function handlingmikael/pappa@dator5.(none)2006-10-021-0/+4
| * Merge dator5.(none):/home/pappa/clean-mysql-5.1-ktmikael/pappa@dator5.(none)2006-09-191-1/+16
| |\
| | * BUG#22178: Scan ordered performed also on engines not supporting ordered scansmikael/pappa@dator5.(none)2006-09-191-1/+16
| * | Merge dator5.(none):/home/pappa/clean-mysql-5.1mikael/pappa@dator5.(none)2006-09-191-1/+9
| |\ \ | | |/ | |/|
| | * Merge dator5.(none):/home/pappa/clean-mysql-5.1mikael/pappa@dator5.(none)2006-09-081-1/+9
| | |\
| | | * BUG#21210: ALTER TABLE t1 REORGANIZE PARTITION crashes when using InnoDBmikael/pappa@dator5.(none)2006-09-041-1/+9
* | | | Added license information display to output of plugins schema, and tagged all...brian@zim.(none)2006-10-051-0/+1
* | | | This patch updates to remove most global hton needs. Cleans up wrong message ...brian@zim.(none)2006-09-301-1/+1
* | | | This removes the passing of global hton to engine instance. brian@zim.(none)2006-09-291-7/+9
* | | | Removed Field (this came in as an idea from a previous patch by Serg)brian@zim.(none)2006-09-261-1/+1
|/ / /
* | | This changes the order of the universe, black is now the new white.brian@zim.(none)2006-09-151-13/+17
|/ /
* | Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1brian@zim.(none)2006-09-011-1/+3
|\ \ | |/ |/|
| * add 2 placeholder values for config and system variables.acurtis/antony@xiphis.org/ltantony.xiphis.org2006-08-301-1/+3
* | Merge dator5.(none):/home/pappa/clean-mysql-5.1mikael/pappa@dator5.(none)2006-08-311-1/+1
|\ \ | |/
| * This is a cleanup of warnings that windows is complaining about. brian@zim.(none)2006-08-231-1/+1
* | Merge dator5.(none):/home/pappa/clean-mysql-5.1-ktmikael/pappa@dator5.(none)2006-08-261-0/+11
|\ \
| * | Bug#20548 Events: crash if InnoDB, multiple events, busy procedures, partitionsgluh@mysql.com/gluh.(none)2006-08-231-0/+11
| |/
* | Merge dator5.(none):/home/pappa/bug21350mikael/pappa@dator5.(none)2006-08-171-20/+44
|\ \
| * | BUG#21350: Fix correct error handling when using DATA DIRECTORY and INDEX DIR...mikael/pappa@dator5.(none)2006-08-171-4/+5
| * | BUG#21350: No errors on using erroneus DATA DIRECTORY clausemikael/pappa@dator5.(none)2006-08-071-19/+42
| |/
* | Merge dator5.(none):/home/pappa/bug21357mikael/pappa@dator5.(none)2006-08-161-2/+2
|\ \
| * | BUG#21357: Valgrind error in partition testmikael/pappa@dator5.(none)2006-08-071-2/+2
| |/
* | Merge dator5.(none):/home/pappa/bug21143mikael/pappa@dator5.(none)2006-08-161-4/+2
|\ \
| * | BUG#21143: mysqld hangs when using wrong number of subpartitionsmikael/pappa@dator5.(none)2006-08-081-4/+2
| |/
* | BUG#21173: SHOW TABLE STATUS crashes mysqldmikael/pappa@dator5.(none)2006-08-081-2/+6