| 333 | |
| 334 | |
| 335 | plugin_ref ha_lock_engine(THD *thd, const handlerton *hton) |
| 336 | { |
| 337 | if (hton) |
| 338 | { |
| 339 | st_plugin_int *plugin= hton2plugin[hton->slot]; |
| 340 | return my_plugin_lock(thd, plugin_int_to_ref(plugin)); |
| 341 | } |
| 342 | return NULL; |
| 343 | } |
| 344 | |
| 345 | |
| 346 | handlerton *ha_resolve_by_legacy_type(THD *thd, enum legacy_db_type db_type) |
no outgoing calls
no test coverage detected