diff options
author | Igor Babaev <igor@askmonty.org> | 2011-06-03 21:44:37 -0700 |
---|---|---|
committer | Igor Babaev <igor@askmonty.org> | 2011-06-03 21:44:37 -0700 |
commit | 35c35858f859f23c23a414cdb21fdfe39d5de11c (patch) | |
tree | a4fab4e0c5cd29a8db2ed55e26436ab3bb1e1a41 /mysql-test/suite/parts/r/partition_repair_myisam.result | |
parent | dd3b27834c271e9561fcde4658ce758c30c69334 (diff) | |
download | mariadb-git-35c35858f859f23c23a414cdb21fdfe39d5de11c.tar.gz |
Fixed bugs causing failures fot the funcs_1 test suite.
Uncommented the failing test cases.
Commented out the failing test case from parts.partition_repair_myisam.test.
The test case has to be changed to bear the same semantics as before mwl106.
Diffstat (limited to 'mysql-test/suite/parts/r/partition_repair_myisam.result')
-rw-r--r-- | mysql-test/suite/parts/r/partition_repair_myisam.result | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/mysql-test/suite/parts/r/partition_repair_myisam.result b/mysql-test/suite/parts/r/partition_repair_myisam.result index 4af00ddcc6d..aeba93273f9 100644 --- a/mysql-test/suite/parts/r/partition_repair_myisam.result +++ b/mysql-test/suite/parts/r/partition_repair_myisam.result @@ -393,17 +393,6 @@ partition b a length(c) 6 34 6 row 2 64 6 83 64 6 97 zzzzzZzzzzz 64 -SELECT (b % 7) AS partition, b, a FROM (SELECT b,a FROM t1_will_crash) q -WHERE (b % 7) = 6 -ORDER BY partition, b, a; -partition b a -6 6 jkl -6 13 ooo -6 34 6 row 2 -6 48 6 row 4 -6 62 6 row 6 -6 83 -6 97 zzzzzZzzzzz ALTER TABLE t1_will_crash CHECK PARTITION p6; Table Op Msg_type Msg_text test.t1_will_crash check warning Size of datafile is: 868 Should be: 604 |