mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Move handler specific options into handlerton flag check
BUG#13108
This commit is contained in:
@ -90,7 +90,7 @@ handlerton example_hton= {
|
||||
NULL, /* create_cursor_read_view */
|
||||
NULL, /* set_cursor_read_view */
|
||||
NULL, /* close_cursor_read_view */
|
||||
HTON_NO_FLAGS
|
||||
HTON_CAN_RECREATE
|
||||
};
|
||||
|
||||
/* Variables for example share methods */
|
||||
|
Reference in New Issue
Block a user