[MDEV-5220] [PATCH] MariaDB 10.0.4 doesn't compile without perfschema Created: 2013-11-01 Updated: 2014-02-14 Resolved: 2013-11-18 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.4 |
| Fix Version/s: | 10.0.6 |
| Type: | Bug | Priority: | Major |
| Reporter: | Pavel Ivanov | Assignee: | Sergey Vojtovich |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
| Description |
|
Attempts to build MariaDB with -DWITH_PERFSCHEMA_STORAGE_ENGINE=OFF result in several compilation errors. And even after fixing them several tests don't pass. Attaching two patches: one fixes compilation errors and another one makes tests passing without perfschema. |
| Comments |
| Comment by Sergey Vojtovich [ 2013-11-11 ] |
|
main.information_schema and main.information_schema_all_engines of 10.0 are not functional currently (require xtradb which is disabled). Result files doesn't seem to refer to performance_schema and suggested patches do not apply. Won't include fixes for these tests yet. |
| Comment by Pavel Ivanov [ 2013-11-11 ] |
|
Ah, sorry, in our tree this patch is on top of another patch which makes xtradb-only tests to be executed with InnoDB... |
| Comment by Sergey Vojtovich [ 2013-11-12 ] |
|
Pavel, thanks for your contribution! FWICS these test do not have pfs-related entries in 10.0 (and that's likely a problem as such). |
| Comment by Sergey Vojtovich [ 2013-11-13 ] |
|
Sergei, could you have a quick look at this patch? |
| Comment by Sergey Vojtovich [ 2013-11-18 ] |
|
Fixed in 10.0.6, revision-id: svoj@mariadb.org-20131114140000-5eq8gopqu5giwvqq |
| Comment by Pavel Ivanov [ 2014-02-14 ] |
|
Currently 10.0.8 doesn't compile without perfschema again (because of errors in xtradb). Should I open a new issue for this or this issue should be reopened? |
| Comment by Sergey Vojtovich [ 2014-02-14 ] |
|
Hi Pavel, please open new issue. |