mikael/pappa@dator5.(none)
1cdf82e012
BUG#18198: Partition function handling
...
Fixes of after review fixes
2006-10-02 15:52:29 -04:00
mikael/pappa@dator5.(none)
81248942b7
BUG#18198: Partition function handling
...
Review fixes
2006-09-30 17:38:15 -04:00
mikael/pappa@dator5.(none)
fef3cb337c
Merge dator5.(none):/home/pappa/clean-mysql-5.1-kt
...
into dator5.(none):/home/pappa/bug18198
2006-09-28 06:16:16 -04:00
mikael/pappa@dator5.(none)
de9001d3c4
Merge dator5.(none):/home/pappa/clean-mysql-5.1
...
into dator5.(none):/home/pappa/bug18198
2006-09-26 01:49:14 -04:00
mikael/pappa@dator5.(none)
2b3a53e54e
Rearranged test cases, move InnoDB test cases to partition_innodb
2006-09-08 03:18:05 -04:00
mikael/pappa@dator5.(none)
db2c48b08d
BUG#21339: Crash at EXPLAIN PARTITIONS
...
Caused by missing check for end of partitions in prune range check
2006-08-05 16:12:24 -04:00
mikael/pappa@dator5.(none)
6425e33530
BUG#18198: Fixes to handle VARCHAR strings properly
...
New methods to handle VARCHAR strings and CHAR's which are not
using a binary collation.
Indentation fixes
Now strings are run through strnxfrm before they are processed
by the partition function
We do not allow collations where strnxfrm expands the string since
we want the resulting string to fit in the same value range as
the original.
2006-08-02 06:40:25 -04:00
mikael/pappa@dator5.(none)
cef004845c
BUG20733: Bug in partition pruning with zerofill field
...
Problem was with handling NULL values in ranges
2006-07-20 05:28:16 -04:00
mikael@dator5.(none)
854cdc9b35
BUG#20770: Added some more test cases
2006-07-05 16:06:51 -04:00
mikael@c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se
3e0cfd1ba1
merge fixes
2006-06-14 22:37:20 -04:00
mikael@c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se
e91454f89e
Merge c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/clean-mysql-5.1
...
into c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/bug16002
2006-06-14 09:12:07 -04:00
mikael@c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se
bda7c1fd13
BUG#16002: More review fixes
2006-06-06 11:54:21 -04:00
mikael@c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se
f8bbea4b27
BUG#19830: ALTER TABLE REORGANIZE partition crashes
...
New test cases added
2006-05-27 20:16:17 -04:00
mikael@c-4909e253.1238-1-64736c10.cust.bredbandsbolaget.se
cef06fdb61
BUG#16002: Make partition functions that are unsigned work properly
2006-04-17 22:51:34 -04:00
mikael@c-4908e253.1238-1-64736c10.cust.bredbandsbolaget.se
fa5e50943d
BUG#18962: DROP PARTITION fails when partitions dropped for subpartitions with default naming procedure
...
Fixed naming procedures for default partitioning and default subpartitioning
2006-04-11 23:35:48 -04:00
rburnett@production.mysql.com
c9472ee254
Bug # 17173 - Partitions: less than search fails
...
Bug # 17894 - Comparison with "less than" operator fails with range partition
The problem here was that on queries such as < 3, the range given is NULL < n < 3.
The null part works correctly where the null value is stored in rec[0] and the
field is marked as being null. However, when the 3 is processed, the 3 is places
on rec[0] but the null flag is left uncleared.
partition_range.result:
Results block for bug #17894
partition_range.test:
Test block for bug #17894
partition_list.result:
Results block for bug #17173
partition_list.test:
Test block for bug #17173
opt_range.cc:
call set_notnull to clear any null flag that may have been set
2006-03-13 14:50:16 +01:00
holyfoot@deer.(none)
0a4426c0be
tests fixed as we implement informative error message
2005-12-15 20:56:14 +04:00
pappa@c-1309e253.1238-1-64736c10.cust.bredbandsbolaget.se
2530fcde11
Handle default engine type better for
...
partitioned tables
2005-09-20 10:29:59 -04:00
tulin@dl145b.mysql.com
36fe10e531
moved all partition create table error tests to one test for easier maintenance
2005-07-20 14:46:02 +02:00
mronstrom@mysql.com
67087e2aa7
Patch for push of wl1354 Partitioning
2005-07-18 13:31:02 +02:00