summaryrefslogtreecommitdiff
path: root/sql/sql_partition.cc
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Fixed such that we fail if using integer constants for character set fields, ...Mikael Ronstrom2009-10-301-5/+5
* | | | | Fixed so that character set constants are encoded as hex strings in frm file,...Mikael Ronstrom2009-10-301-74/+69
* | | | | Ensuring character set constants are safe, first step fixMikael Ronstrom2009-10-301-3/+57
* | | | | Changed COLUMN_LIST to COLUMNS after arch reviewMikael Ronstrom2009-10-291-3/+3
* | | | | Fixed code review change to ensure that VALUES constants are of the same resu...Mikael Ronstrom2009-10-281-22/+71
* | | | | MergeMikael Ronstrom2009-10-281-3/+3
|\ \ \ \ \
| * \ \ \ \ mergeMattias Jonsson2009-10-281-3/+3
| |\ \ \ \ \
| | * | | | | WL#3352, minor code formatting fixes after code reviewMattias Jonsson2009-10-211-3/+3
* | | | | | | Merged WL#3352 into mysql-next-mrMikael Ronstrom2009-10-281-690/+1227
|\ \ \ \ \ \ \ | |/ / / / / / | | | | / / / | |_|_|/ / / |/| | | | |
| * | | | | BUG#48165, needed to introduce length restrictions on partitioning fields to ...Mikael Ronstrom2009-10-281-3/+18
| * | | | | Upped size limit on varchar/char from 512 to 2048Mikael Ronstrom2009-10-231-1/+1
| * | | | | BUG#46183, added character set identifier on character constants in VALUES pa...Mikael Ronstrom2009-10-221-0/+7
| * | | | | A lot of fixes to make character set work ok, first step to fixing BUG#48163Mikael Ronstrom2009-10-221-8/+146
| * | | | | Fixed test cases with regards to error codesMikael Ronstrom2009-10-211-3/+3
| * | | | | MergeMikael Ronstrom2009-10-211-6/+73
| |\ \ \ \ \ | | |/ / / /
| | * | | | Manual merge mysql-trunk -> mysql-trunk-wl3352Mattias Jonsson2009-10-191-6/+73
| | |\ \ \ \ | | | | |/ / | | | |/| |
| * | | | | Removed column_list and fixed all issues relating to this changeMikael Ronstrom2009-10-211-34/+51
| * | | | | Merged in latest changesMikael Ronstrom2009-10-161-13/+27
| |\ \ \ \ \ | | |/ / / /
| | * | | | Fixed review commentsMikael Ronstrom2009-10-161-13/+27
| * | | | | Fixed removal of column_list keyword for VALUES part, retained for PARTITION ...Mikael Ronstrom2009-10-161-7/+21
| |/ / / /
| * | | | BUG#47838, NULL values in ranges was dropped due to missing else part in stor...Mikael Ronstrom2009-10-061-4/+7
| * | | | BUG#47776, Fixed character set handling, used wrong length, eventually also f...Mikael Ronstrom2009-10-051-13/+21
| * | | | BUG#47754, used number of parts instead of number of list values as end part ...Mikael Ronstrom2009-10-021-1/+9
| * | | | BUG#47752, missed to sort values in list partitioningMikael Ronstrom2009-10-011-2/+2
| * | | | Changed all no_ to num_ to avoid strange names like no_list_values which is n...Mikael Ronstrom2009-10-011-237/+230
| * | | | WL#3352, Introducing Column list partitioning, makes it possible to partition...Mikael Ronstrom2009-09-151-466/+786
* | | | | manual merge: mysql-5.1-rep+2-delivery1 --> mysql-5.1-rpl-mergeLuis Soares2009-10-221-0/+4
|\ \ \ \ \
| * | | | | WL#4828 and BUG#45747Alfranio Correia2009-09-291-0/+4
| | |/ / / | |/| | |
* | | | | Manual merge from mysql-trunk-merge.Alexander Nozdrin2009-10-141-2/+2
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Bug #43414 Parenthesis (and other) warnings compiling MySQLStaale Smedseng2009-09-231-2/+2
| |/ / /
* | | | Backport of the fix for BUG#33730 "Full table scan instead selected partition...Guilhem Bichot2009-10-051-13/+19
* | | | Merge to mysql-next-mrMikael Ronstrom2009-09-281-6/+73
|\ \ \ \ | |/ / /
| * | | fixed a valgrind warning in partitioning codeGeorgi Kodinov2009-09-021-0/+1
| * | | Manual merge between bug#46362 and bug#20577.Mattias Jonsson2009-08-281-2/+15
| |\ \ \ | | |/ /
| * | | Bug#20577: Partitions: use of to_days() function leads to selection failuresMattias Jonsson2009-08-261-6/+59
| |/ /
* | | AutomergeMikael Ronstrom2009-09-101-1/+1
|\ \ \
| * | | WL#4571, Enable Key cache defined for a partition to enable more scalability ...Mikael Ronstrom2009-09-101-1/+1
| |/ /
* | | WL#4444 Added TRUNCATE partition support, fixes bug#19405 and bug #35111Mikael Ronstrom2009-09-101-0/+2
|/ /
* | Bug#46478: timestamp field incorrectly defaultedMattias Jonsson2009-08-061-0/+3
* | Bug#40281, partitioning the general log table crashes the serverTatiana A. Nurnberg2009-07-311-1/+6
* | Addendum to the fix for bug 45807 : initialize a member needed inGeorgi Kodinov2009-07-081-0/+1
* | Bug #45807: crash accessing partitioned table and sql_modeGeorgi Kodinov2009-07-021-2/+11
* | Bug#44834 strxnmov is expected to behave as you'd expectSergey Glukhov2009-06-191-21/+21
|/
* Fix for bug#42944: partition not pruned correctlyRamil Kalimullin2009-04-011-1/+2
* Bug#40972: Partition pruning can lead to crash for bad datesMattias Jonsson2009-01-091-1/+1
* mergeMattias Jonsson2009-01-071-2/+2
|\
| * Bug#40972: some sql execution lead the whole databse crashingMattias Jonsson2008-12-281-2/+2
* | merged 5.1-main -> 5.1-bugteamGeorgi Kodinov2009-01-051-1/+1
|\ \ | |/ |/|
| * Merge from mysql-5.1.30-releaseunknown2008-11-271-1/+1
| |\
| | * Added "Sun Microsystems, Inc." to copyright headers on files modifiedBuild Team2008-11-101-1/+1