MCPcopy Create free account
hub / github.com/MariaDB/server / wrapper_check

Method wrapper_check

storage/mroonga/ha_mroonga.cpp:13959–13969  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13957}
13958
13959int 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
13971int ha_mroonga::storage_check(THD* thd, HA_CHECK_OPT* check_opt)
13972{

Callers

nothing calls this directly

Calls 1

ha_checkMethod · 0.80

Tested by

no test coverage detected