mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
Bug 14116252 - CANNOT BUILD ARCHIVE ENGINE WHEN WITH_PERFSCHEMA_STORAGE_ENGINE=0
Fixed a build break with compiling without the performance schema, instrumentation should be protected by HAVE_PSI_INTERFACE
This commit is contained in:
parent
367de4de2d
commit
cf48fcfba3
2 changed files with 4 additions and 0 deletions
|
|
@ -37,7 +37,9 @@ void putLong(File file, uLong x);
|
|||
uLong getLong(azio_stream *s);
|
||||
void read_header(azio_stream *s, unsigned char *buffer);
|
||||
|
||||
#ifdef HAVE_PSI_INTERFACE
|
||||
extern PSI_file_key arch_key_file_data;
|
||||
#endif
|
||||
|
||||
/* ===========================================================================
|
||||
Opens a gzip (.gz) file for reading or writing. The mode parameter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue