| 12215 | static MYSQL_PLUGIN plugin_info_ptr; |
| 12216 | |
| 12217 | int init_sha256_password_handler(MYSQL_PLUGIN plugin_ref) |
| 12218 | { |
| 12219 | plugin_info_ptr= plugin_ref; |
| 12220 | return 0; |
| 12221 | } |
| 12222 | |
| 12223 | /** |
| 12224 |
nothing calls this directly
no outgoing calls
no test coverage detected