Bug #33971 Test of using (default) for INSERT with an enum column not enabled.
Submitted: 22 Jan 2008 2:06 Modified: 25 Jun 2011 0:45
Reporter: Patrick Crews Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Tests Severity:S3 (Non-critical)
Version:5.1, 6.0 OS:Any
Assigned to: Sandeep Doddaballapur CPU Architecture:Any
Tags: csv, default values, disabled, enum, Tests

[22 Jan 2008 2:06] Patrick Crews
Description:
A test within the file csv_not_null.test is currently disabled (commented out) due to the failures caused by Bug#33717 - INSERT...(default) fails for enum. Crashes CSV tables, loads spaces for MyISAM

Needs to be re-enabled and .result file re-recorded once this bug has been corrected.

How to repeat:
Open the file mysql-test/t/csv_not_null.test

Observe that line #61 is commented out.

Suggested fix:
Edit the .test file once Bug#33717 has been fixed.
Re-record the .result file
[21 Dec 2010 5:24] 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/127351

3535 Sandeep Doddaballapur	2010-12-21
      BUG#33971 : Test of using (default) for INSERT with an enum column not enabled
      
      Recorded the result file by enabling the test case as BUG#33717 is closed.
[25 Jun 2011 0:45] Paul DuBois
Closing the test issue as the patch has been already pushed to required
branches