[MDEV-62] 5.5 perfschema.all_instances fails on win2008r2-vs2008-i386-release Created: 2012-01-05 Updated: 2012-02-09 Resolved: 2012-01-06 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 5.5.20 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Sergei Golubchik | Assignee: | Vladislav Vaintroub |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
|
| Comments |
| Comment by Kristian Nielsen [ 2012-02-09 ] |
|
How was this fixed? |
| Comment by Kristian Nielsen [ 2012-02-09 ] |
|
Ok, found it - the test was simply disabled on windows. |
| Comment by Vladislav Vaintroub [ 2012-02-09 ] |
|
You can solve the Solaris problem adjusting "where" clauses in test, like it was done for openssl and debug_sync. The extra BITMAP::mutex on Linux is due to MY_BITMAP temp_pool in mysqld.cc. It is used on Linux only, with temp-pool variable (allegedly to workaround some Linux specific OS/filesystem bug) |