mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Cleanup for handlerton structure to allow for loadable engine work. This is the first in a series of patches.
This commit is contained in:
@ -73,7 +73,7 @@
|
||||
#include "ha_example.h"
|
||||
|
||||
|
||||
static handlerton example_hton= {
|
||||
handlerton example_hton= {
|
||||
"CSV",
|
||||
0, /* slot */
|
||||
0, /* savepoint size. */
|
||||
|
Reference in New Issue
Block a user