mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 18:20:07 +01:00
fix to satisfy compiler.
This commit is contained in:
parent
9f6a1c5842
commit
82f821ee8f
1 changed files with 1 additions and 1 deletions
|
@ -1690,7 +1690,7 @@ public:
|
||||||
};
|
};
|
||||||
|
|
||||||
class Query_cache;
|
class Query_cache;
|
||||||
class Query_cache_block_table;
|
struct Query_cache_block_table;
|
||||||
/**
|
/**
|
||||||
The handler class is the interface for dynamically loadable
|
The handler class is the interface for dynamically loadable
|
||||||
storage engines. Do not add ifdefs and take care when adding or
|
storage engines. Do not add ifdefs and take care when adding or
|
||||||
|
|
Loading…
Add table
Reference in a new issue