| 5689 | */ |
| 5690 | |
| 5691 | void item_create_cleanup() |
| 5692 | { |
| 5693 | DBUG_ENTER("item_create_cleanup"); |
| 5694 | my_hash_free(& native_functions_hash); |
| 5695 | DBUG_VOID_RETURN; |
| 5696 | } |
| 5697 | |
| 5698 | Create_func * |
| 5699 | find_native_function_builder(THD *thd, LEX_STRING name) |
no test coverage detected