1
0
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:
eric@mysql.com
2005-09-30 16:26:48 -07:00
parent 16cd4bd332
commit 5008a5f208
13 changed files with 111 additions and 18 deletions

View File

@ -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 */