| 13957 | } |
| 13958 | |
| 13959 | int ha_mroonga::wrapper_check(THD* thd, HA_CHECK_OPT* check_opt) |
| 13960 | { |
| 13961 | int error = 0; |
| 13962 | MRN_DBUG_ENTER_METHOD(); |
| 13963 | MRN_SET_WRAP_SHARE_KEY(share, table->s); |
| 13964 | MRN_SET_WRAP_TABLE_KEY(this, table); |
| 13965 | error = wrap_handler->ha_check(thd, check_opt); |
| 13966 | MRN_SET_BASE_SHARE_KEY(share, table->s); |
| 13967 | MRN_SET_BASE_TABLE_KEY(this, table); |
| 13968 | DBUG_RETURN(error); |
| 13969 | } |
| 13970 | |
| 13971 | int ha_mroonga::storage_check(THD* thd, HA_CHECK_OPT* check_opt) |
| 13972 | { |