An error occurred fetching the project authors.
- 02 Dec, 2009 1 commit
-
-
Mikael Ronstrom authored
-
- 06 Nov, 2009 1 commit
-
-
Mikael Ronstrom authored
-
- 05 Nov, 2009 1 commit
-
-
Mikael Ronstrom authored
BUG#48447, BUG#48161, fixed a regression from fix of BUG#6045, where binary collations can use indexes/partition pruning for cases using equality conditions, however it cannot be used for any other condition like <, >, <=, >=, <>, also added test case for verification of BUG#47774 in this patch
-
- 02 Nov, 2009 2 commits
-
-
Mikael Ronstrom authored
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
-
Mikael Ronstrom authored
-
- 30 Oct, 2009 3 commits
-
-
Mikael Ronstrom authored
Fixed such that we fail if using integer constants for character set fields, now need to have correct constant types
-
Mikael Ronstrom authored
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
-
Mikael Ronstrom authored
-
- 29 Oct, 2009 1 commit
-
-
Mikael Ronstrom authored
-
- 28 Oct, 2009 2 commits
-
-
Mikael Ronstrom authored
Fixed code review change to ensure that VALUES constants are of the same result type as the field they are constants for
-
Mikael Ronstrom authored
BUG#48165, needed to introduce length restrictions on partitioning fields to ensure that no stack overruns occur
-
- 27 Oct, 2009 1 commit
-
-
Mikael Ronstrom authored
Fixed sql_mode issue in BUG#48164, will ignore sql_mode when generating constants, also warnings will not be tolerated
-
- 22 Oct, 2009 2 commits
-
-
Mikael Ronstrom authored
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
-
Mikael Ronstrom authored
-
- 21 Oct, 2009 3 commits
-
-
Mikael Ronstrom authored
-
Mikael Ronstrom authored
-
Mikael Ronstrom authored
-
- 06 Oct, 2009 3 commits
-
-
Mikael Ronstrom authored
BUG#47837, Duplicate field names were allowed in both column list partitioning and key partitioning, added check to give error in this case
-
Mikael Ronstrom authored
BUG#47838, NULL values in ranges was dropped due to missing else part in store_tuple_to_record, added more tests
-
Mikael Ronstrom authored
-
- 02 Oct, 2009 1 commit
-
-
Mikael Ronstrom authored
BUG#47754, used number of parts instead of number of list values as end part for list partitioning in column list partitioning
-
- 01 Oct, 2009 2 commits
-
-
Mikael Ronstrom authored
-
Mikael Ronstrom authored
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
-
- 15 Sep, 2009 2 commits
-
-
Mikael Ronstrom authored
-
Mikael Ronstrom authored
WL#3352, Introducing Column list partitioning, makes it possible to partition on most data types, makes it possible to prune on multi-field partitioning
-