33 Commits (dd383cadec0fbfba626bba72051f2dc548171015)

Author SHA1 Message Date
Mikael Ronstrom 8755de32ab Fixed a few bugs in hex string generation, in call to val_str for partition expressions, also made code reusable for DEFAULT handling to fix BUG#48464 by introducing function get_cs_converted_string_value, added partition_utf8 test case for UTF8 outputs 16 years ago
Mikael Ronstrom 319e843509 Fixed so that character set constants are encoded as hex strings in frm file, but as utf8 strings in the same manner as default values in show create table and information schema tables 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 6f27ad15b2 A lot of fixes to make character set work ok, first step to fixing BUG#48163 16 years ago
Mattias Jonsson 49a4ed2b3f WL#3352, minor code formatting fixes after code review 16 years ago
Mikael Ronstrom 975c1ff808 Fixed review comments 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
Mats Kindahl d47710c8dc WL#5016: Fix header file include guards 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
unknown 4c31c41fdc Bug#30822: ALTER TABLE COALESCE PARTITION causes segmentation fault 18 years ago
unknown f252f9248a WL#3817: Simplify string / memory area types and make things more consistent (first part) 19 years ago
unknown f5940fe904 Remove unnecessary casts to uchar. The casts are stemming from 19 years ago
unknown 50563d3930 Bug #27084 partitioning by list seems failing when using case 19 years ago
unknown 92e68d49d7 Many files: 19 years ago
unknown 288da1d759 Final step of Take 7 on review fixes of this 19 years ago
unknown e0d2f525fe Fix for bug#20670 "UPDATE using key and invoking trigger that modifies 19 years ago
unknown 62722a4dd4 partition functions to pass create_info, not only max_rows 20 years ago
unknown a3170bf6b3 BUG#19695: Showed partition options when table options were not shown 20 years ago
unknown 661537c744 BUG#19067: Crash when ALTER TABLE for default subpartitioned table 20 years ago
unknown faa5f3e007 BUG#16002: Make partition functions that are unsigned work properly 20 years ago
unknown 4d1666f6b8 BUG#18558 "Partition pruning results are incorrect for certain class of WHERE clauses" : 20 years ago
unknown 44517ca040 Bug#18053 Partitions: crash if null 20 years ago
unknown 46fc76534a Bug #17701, ALTER TABLE t1 ADD PARTITION for PARTITION BY LIST hangs test 20 years ago
unknown b2cf86f1bd BUG #15408 - Partitions: subpartition names are not unique 20 years ago
unknown 4b30ed55bd moved prune_partition_set decl from handler.h to sql_partition.h during merge 20 years ago
unknown dd37172578 moved from handler.h to sql_partition.h during merge 20 years ago
unknown d047fe77b7 BUG#15408: Partitions: subpartition names are not unique 20 years ago