Bug #51384 | Test bug46760 fails on embedded/Windows | ||
---|---|---|---|
Submitted: | 22 Feb 2010 11:35 | Modified: | 21 Jul 2010 19:15 |
Reporter: | Vladislav Vaintroub | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | OS: | Any | |
Assigned to: | Vladislav Vaintroub | CPU Architecture: | Any |
[22 Feb 2010 11:35]
Vladislav Vaintroub
[22 Feb 2010 11:57]
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/101050 3767 Vladislav Vaintroub 2010-02-22 Bug #51384 : innodb-file-per-table does not work in embedded Reason: embedded server passes full paths to the tables to ha_innobase::create(). ha_innobase::create() contains checks for fullpath/file-per-table combinations on Windows, wrongly decides we want to create a symbolic link, returns generic error. Fix: allow full paths for embedded in ha_innobase::create() as already in place in next-mr based repositories. @ storage/innobase/handler/ha_innodb.cc Bug #51384 : innodb-file-per-table does not work in embedded Reason: embedded server passes full paths to the tables to ha_innobase::create() ha_innobase::create contains checks for full paths /file-per-table combinations ,wrongly decides we want to create a symbolic link, returns error. Fix: allow full paths for embedded in ha_innobase::create() as already done in next-mr-based repos.
[25 Feb 2010 19:46]
Bugs System
Pushed into 6.0.14-alpha (revid:alik@sun.com-20100225194420-p60r4u90tszj8q2x) (version source revid:vvaintroub@mysql.com-20100223141647-0t1a0miwxq8z7kbz) (merge vers: 6.0.14-alpha) (pib:16)
[25 Feb 2010 20:47]
Paul DuBois
Noted in 6.0.14 changelog. In the embedded server with innodb_file_per_table enabled, InnoDB rejected full path names to tables. Setting report to Need Merge pending push of Celosia to release tree.
[21 Jul 2010 19:15]
Vladislav Vaintroub
Was fixed long ago, available in 5.4+ repos