mirror of
https://github.com/MariaDB/server.git
synced 2026-04-28 03:05:33 +02:00
Remove stale declaration, fix a typo in comment.
include/sql_common.h: Remove stale declaration.
This commit is contained in:
parent
fecadbbd9a
commit
f945555c17
2 changed files with 1 additions and 2 deletions
|
|
@ -25,7 +25,6 @@ extern "C" {
|
|||
MYSQL_FIELD *unpack_fields(MYSQL_DATA *data,MEM_ROOT *alloc,uint fields,
|
||||
my_bool default_value, uint server_capabilities);
|
||||
void free_rows(MYSQL_DATA *cur);
|
||||
my_bool mysql_autenticate(MYSQL *mysql, const char *passwd);
|
||||
void free_old_query(MYSQL *mysql);
|
||||
void end_server(MYSQL *mysql);
|
||||
my_bool mysql_reconnect(MYSQL *mysql);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue