This removes the passing of global hton to engine instance.

This commit is contained in:
brian@zim.(none) 2006-09-29 17:19:02 -07:00
commit a756fd36ef
24 changed files with 105 additions and 75 deletions

View file

@ -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()
{
}