Bug #60292 | SHOW ENGINE INNODB MUTEX: full path names instead of filenames | ||
---|---|---|---|
Submitted: | 1 Mar 2011 12:32 | Modified: | 24 Dec 2012 9:40 |
Reporter: | Daniël van Eeden | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S3 (Non-critical) |
Version: | 5.5.9 | OS: | Any |
Assigned to: | Assigned Account | CPU Architecture: | Any |
Tags: | regression |
[1 Mar 2011 12:32]
Daniël van Eeden
[1 Mar 2011 13:55]
Valeriy Kravchuk
Thank you for the bug report. Verified with 5.5.8 and 5.5.9.
[1 Mar 2011 14:07]
Daniël van Eeden
Just basename won't work as the topmost directory is shown in the output of 5.1 (srv/srv0srv.c:888 for example)
[29 Apr 2011 12:57]
Daniël van Eeden
This seems to be fixed between 5.5.11 and mysql-5.5 by using innobase_basename. This will probably also fix Bug #60293. $ bzr log -c 2995.37.163 storage/innobase/handler/ha_innodb.cc ------------------------------------------------------------ revno: 2995.37.163 committer: Jimmy Yang <jimmy.yang@oracle.com> branch nick: mysql-trunk-innodb timestamp: Fri 2011-02-25 00:33:13 -0800 message: Fix Bug #11765975 __FILE__ macros expanded to full path instead of relative in CMake builds rb://600 approved by Sunny Bains
[24 Dec 2012 9:40]
Erlend Dahl
Fixed under the heading of bug#58999. Closing as duplicate.