From 5008a5f208dd7d1c94755fb5051401473465276f Mon Sep 17 00:00:00 2001 From: "eric@mysql.com" <> Date: Fri, 30 Sep 2005 16:26:48 -0700 Subject: Move handler specific options into handlerton flag check BUG#13108 --- sql/examples/ha_example.cc | 2 +- sql/examples/ha_tina.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sql/examples') diff --git a/sql/examples/ha_example.cc b/sql/examples/ha_example.cc index cc4ad3eb535..d809398b69f 100644 --- a/sql/examples/ha_example.cc +++ b/sql/examples/ha_example.cc @@ -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 */ diff --git a/sql/examples/ha_tina.cc b/sql/examples/ha_tina.cc index 5663cd829bd..559fdfbbbd9 100644 --- a/sql/examples/ha_tina.cc +++ b/sql/examples/ha_tina.cc @@ -71,7 +71,7 @@ handlerton tina_hton= { NULL, /* create_cursor_read_view */ NULL, /* set_cursor_read_view */ NULL, /* close_cursor_read_view */ - HTON_NO_FLAGS + HTON_CAN_RECREATE }; /***************************************************************************** -- cgit v1.2.1