mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
This removes the passing of global hton to engine instance.
This commit is contained in:
parent
4bce203fdf
commit
a756fd36ef
24 changed files with 105 additions and 75 deletions
|
|
@ -67,7 +67,7 @@ class ha_archive: public handler
|
|||
uint current_k_offset;
|
||||
|
||||
public:
|
||||
ha_archive(TABLE_SHARE *table_arg);
|
||||
ha_archive(handlerton *hton, TABLE_SHARE *table_arg);
|
||||
~ha_archive()
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue