441 Commits (9aa70e5188e63db3b7b450b8f0161ae442398468)

Author SHA1 Message Date
Mikael Ronstrom 470a44c70d Fixed code review change to ensure that VALUES constants are of the same result type as the field they are constants for 16 years ago
Mikael Ronstrom 10fed1aca0 BUG#48165, needed to introduce length restrictions on partitioning fields to ensure that no stack overruns occur 16 years ago
Mikael Ronstrom fbac636380 Upped size limit on varchar/char from 512 to 2048 16 years ago
Mikael Ronstrom cecef1c56e BUG#46183, added character set identifier on character constants in VALUES part for column list partitioned tables to ensure constants are handled properly according to character sets 16 years ago
Mikael Ronstrom 6f27ad15b2 A lot of fixes to make character set work ok, first step to fixing BUG#48163 16 years ago
Mikael Ronstrom 3903aada9b Fixed test cases with regards to error codes 16 years ago
Mattias Jonsson 49a4ed2b3f WL#3352, minor code formatting fixes after code review 16 years ago
Mikael Ronstrom bbd922b09c Removed column_list and fixed all issues relating to this change 16 years ago
Mikael Ronstrom 975c1ff808 Fixed review comments 16 years ago
Mikael Ronstrom c90669c4d4 Fixed removal of column_list keyword for VALUES part, retained for PARTITION BY RANGE/LIST COLUMN_LIST, not entirely working yet 16 years ago
Georgi Kodinov 7b4ef910f7 Bug #40877: multi statement execution fails in 5.1.30 16 years ago
Mikael Ronstrom c6e67a9b04 BUG#47838, NULL values in ranges was dropped due to missing else part in store_tuple_to_record 16 years ago
Guilhem Bichot 56312dc7cf Backport of the fix for BUG#33730 "Full table scan instead selected partitions for query more than 10 partitions" 16 years ago
Mikael Ronstrom 01072e22fe BUG#47776, Fixed character set handling, used wrong length, eventually also found that didn't need to convert to my_strnxfrm-format for column list partitioned tables, also column list partitioned tables can use multi-byte character sets in partition fields as well as where strxfrm multiplies the number of bytes in the string 16 years ago
Mikael Ronstrom f1437d6afd BUG#47754, used number of parts instead of number of list values as end part for list partitioning in column list partitioning 16 years ago
Mikael Ronstrom 66ea81cdb1 BUG#47752, missed to sort values in list partitioning 16 years ago
Mikael Ronstrom dc97402c11 Changed all no_ to num_ to avoid strange names like no_list_values which is not expected to be number of list values, rather a boolea indicating no list values 16 years ago
Alfranio Correia b7f887652b WL#4828 and BUG#45747 16 years ago
Staale Smedseng 6a89842e36 Bug #43414 Parenthesis (and other) warnings compiling MySQL 16 years ago
Mikael Ronstrom 6942c25e73 WL#3352, Introducing Column list partitioning, makes it possible to partition on most data types, makes it possible to prune on multi-field partitioning 16 years ago
Mikael Ronstrom d0d52e9f11 WL#4444 Added TRUNCATE partition support, fixes bug#19405 and bug #35111 16 years ago
Mikael Ronstrom 52d9a4d3d6 WL#4571, Enable Key cache defined for a partition to enable more scalability on partitioned MyISAM tables among other things 16 years ago
Georgi Kodinov 7c9e39f5c5 fixed a valgrind warning in partitioning code 16 years ago
Mattias Jonsson 67214ef433 Bug#20577: Partitions: use of to_days() function leads to selection failures 16 years ago
Mattias Jonsson dd10de57d3 Bug#46478: timestamp field incorrectly defaulted 16 years ago
Tatiana A. Nurnberg 717d6054f5 Bug#40281, partitioning the general log table crashes the server 16 years ago
Georgi Kodinov ead1ce94e6 Addendum to the fix for bug 45807 : initialize a member needed in 17 years ago
Georgi Kodinov ae8950f1e8 Bug #45807: crash accessing partitioned table and sql_mode 17 years ago
Sergey Glukhov 9347649c16 Bug#44834 strxnmov is expected to behave as you'd expect 17 years ago
Ramil Kalimullin 968069d845 Fix for bug#42944: partition not pruned correctly 17 years ago
Mattias Jonsson efea2e68d8 Bug#40972: Partition pruning can lead to crash for bad dates 17 years ago
Mattias Jonsson f257aac814 Bug#40972: some sql execution lead the whole databse crashing 17 years ago
Mattias Jonsson 6538f19f9a Bug#40389: REORGANIZE PARTITION crashes when only using one partition 17 years ago
Mattias Jonsson 1c9df573c9 Bug#38784: Mysql server crash if table is altered with partition changes. 17 years ago
Build Team e85fe79430 Added "Sun Microsystems, Inc." to copyright headers on files modified 17 years ago
Mattias Jonsson bb1ad9ce08 Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output 17 years ago
Mattias Jonsson c6115db4c3 Bug#39434: ALTER TABLE CHECK/OPTIMIZE/ANALYZE PARTITION work 17 years ago
Alexey Botchkov 449fe80fe6 keep compiler happy 17 years ago
Alexey Botchkov a66e58daee Bug#38083 Error-causing row inserted into partitioned table despite error 17 years ago
Alexey Botchkov 87a77eecac Bug#38083 Error-causing row inserted into partitioned table despite error 17 years ago
Mattias Jonsson 65811a336d Bug#37453: Dropping/creating index on partitioned table with 17 years ago
Mattias Jonsson f50c4207f2 Bug#20129: ALTER TABLE ... REPAIR PARTITION ... complains that 17 years ago
unknown db9b2bdc1b Post push fix 18 years ago
unknown 14021c96c4 Rename send_ok to my_ok. Similarly to my_error, it only records the status, 18 years ago
unknown 526798dbb5 A fix and a test case for Bug#12713 "Error in a stored function called from 18 years ago
unknown 911a85d548 Added comments on why we do reopen 18 years ago
unknown 6a15453640 Bug#20129: ALTER TABLE ... ANALYZE/CHECK/OPTIMIZE/REPAIR PARTITION 18 years ago
unknown 21e654a828 BUG#33429: No check for maxvalue before adding partition 18 years ago
unknown 516f95acea BUG#32943: Fixed buggy lock handling of ALTER TABLE for partitioning 18 years ago
unknown d84a0e5caa Bug#31931 Partitions: unjustified 'mix of handlers' error message 18 years ago