Bug #45717 A few test cases are disabled due to closed Bug#30577
Submitted: 24 Jun 2009 16:48 Modified: 20 Dec 2010 3:12
Reporter: Alexander Nozdrin Email Updates:
Status: Closed Impact on me:
None 
Category:Tests: Server Severity:S3 (Non-critical)
Version:5.4 OS:Any
Assigned to: Mattias Jonsson CPU Architecture:Any
Tags: disabled

[24 Jun 2009 16:48] Alexander Nozdrin
Description:
mysql-test/suite/parts/inc/part_supported_sql_funcs_main.inc contains
the following lines (twice):

# DISABLED due to bug 30577
#--source suite/parts/inc/partition_supported_sql_funcs.inc

How to repeat:
*
[24 Jun 2009 16:49] Alexander Nozdrin
Bug#30577 was fixed, but the tests left disabled.
[24 Jun 2009 17:06] Alexander Nozdrin
There are also disabled test cases in the following files:
- mysql-test/suite/parts/inc/partition_decimal.inc
- mysql-test/suite/parts/inc/partition_double.inc
- mysql-test/suite/parts/inc/partition_float.inc
[26 Nov 2010 5:46] Anitha Gopi
Mattias,
Can you enable those tests
[29 Nov 2010 8:31] Mattias Jonsson
Found that FLOOR(decimal_col) returns INT and is allowed and useful, reopened bug#30577 and added a comment there too. Will remove test of type FLOOR(float_col) and enable FLOOR(decimal_col).
[29 Nov 2010 9:45] 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/commits/125308

3142 Mattias Jonsson	2010-11-29
      Bug#45717: A few test cases are disabled due to closed Bug#30577
      
      Removed floor(float_col) tests, enabled floor(decimal_col) tests.
[14 Dec 2010 11:14] 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/commits/126740

3520 Mattias Jonsson	2010-12-14
      Bug#45717: A few test cases are disabled due to closed Bug#30577
      
      Backport from 5.5. OK from Anitha G. to push to 5.1.
      
      Removed floor(float_col) tests, enabled floor(decimal_col) tests
[14 Dec 2010 12:59] Mattias Jonsson
pushed to mysql-5.1-bugteam, mysql-5.5-bugteam and mysql-trunk-bugfixing

(OK from Anitha to push to 5.1).
[17 Dec 2010 12:49] Bugs System
Pushed into mysql-5.1 5.1.55 (revid:georgi.kodinov@oracle.com-20101217124435-9imm43geck5u55qw) (version source revid:mattias.jonsson@oracle.com-20101214120656-6kf94uo8jiymcq00) (merge vers: 5.1.55) (pib:24)
[17 Dec 2010 12:52] Bugs System
Pushed into mysql-5.5 5.5.9 (revid:georgi.kodinov@oracle.com-20101217124733-p1ivu6higouawv8l) (version source revid:mattias.jonsson@oracle.com-20101214121019-4a3xxe3eabc1n8ij) (merge vers: 5.5.8) (pib:24)
[17 Dec 2010 12:56] Bugs System
Pushed into mysql-trunk 5.6.1 (revid:georgi.kodinov@oracle.com-20101217125013-y8pb3az32rtbplc9) (version source revid:mats.kindahl@oracle.com-20101215103340-a0wp0yq8t4byel1o) (merge vers: 5.6.1) (pib:24)
[20 Dec 2010 3:12] Paul DuBois
Changes to test suite. No changelog entry needed.