| 1905 | static MYSQL_RES *cli_use_result(MYSQL *mysql); |
| 1906 | |
| 1907 | int cli_read_change_user_result(MYSQL *mysql) |
| 1908 | { |
| 1909 | return cli_safe_read(mysql); |
| 1910 | } |
| 1911 | |
| 1912 | static MYSQL_METHODS client_methods= |
| 1913 | { |
nothing calls this directly
no test coverage detected