Bug #10929 | Tests "bugs" and "type_newdecimal" need InnoDB, skip otherwise | ||
---|---|---|---|
Submitted: | 27 May 2005 20:18 | Modified: | 14 Jul 2005 14:28 |
Reporter: | Joerg Bruehe | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 5.0.6 | OS: | all Unix |
Assigned to: | Alexey Botchkov | CPU Architecture: | Any |
[27 May 2005 20:18]
Joerg Bruehe
[27 May 2005 20:48]
Joerg Bruehe
Same holds for test "type_newdecimal": ------------------------------------------------------- *** r/type_newdecimal.result Thu May 26 18:32:47 2005 --- r/type_newdecimal.reject Fri May 27 16:49:10 2005 *************** *** 877,882 **** --- 877,884 ---- 9999999999999999999999999999999999.00000000000000000000 0.00 DROP TABLE t1; CREATE TABLE t1 (GRADE DECIMAL(4) NOT NULL, PRIMARY KEY (GRADE)) ENGINE=INNODB; + Warnings: + Warning 1266 Using storage engine MyISAM for table 't1' INSERT INTO t1 (GRADE) VALUES (151),(252),(343); SELECT GRADE FROM t1 WHERE GRADE > 160 AND GRADE < 300; GRADE -------------------------------------------------------
[1 Jun 2005 15:43]
Mikael Ronström
Test case bugs fixed (moved enabling of warnings to after CREATE TABLE statement) also renamed bugs.test to default.test at the same time
[14 Jul 2005 13:49]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/internals/27074
[14 Jul 2005 14:28]
Alexey Botchkov
Thank you for your bug report. This issue has been committed to our source repository of that product and will be incorporated into the next release. If necessary, you can access the source repository and build the latest available version, including the bugfix, yourself. More information about accessing the source trees is available at http://www.mysql.com/doc/en/Installing_source_tree.html