Bug #45731 A check is disabled in symlink.test due to result discrepancies in embedded mode
Submitted: 24 Jun 2009 19:16 Modified: 17 Aug 2011 14:22
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: Sandeep Doddaballapur CPU Architecture:Any
Tags: disabled

[24 Jun 2009 19:16] Alexander Nozdrin
Description:
symlink.test:

# temporarily disabled as it returns different result in the embedded server
# --error ER_WRONG_ARGUMENTS, ER_WRONG_ARGUMENTS
# create table mysqltest.t9 (a int not null auto_increment, b char(16) not null, primary key (a)) engine=myisam index directory="not-hard-path";

How to repeat:
*
[7 Jan 2011 7:02] 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/128135

3219 Sandeep Doddaballapur	2011-01-07
      BUG#45731 : A check is disabled in symlink.test due to result discrepancies in embedded mode
      
        The test provides a correct result both in normal and embedded mode on specifying the proper type of error.
        The test passes in both normal and embedded mode with the change.