MySQL 9.1.0
Source Code Documentation
|
Go to the source code of this file.
Macros | |
#define | CLIENT_CAPABILITIES |
Functions | |
void | read_user_name (char *name) |
bool | handle_local_infile (MYSQL *mysql, const char *net_filename) |
void | mysql_read_default_options (struct st_mysql_options *options, const char *filename, const char *group) |
void | mysql_detach_stmt_list (LIST **stmt_list, const char *func_name) |
MYSQL *STDCALL | cli_mysql_real_connect (MYSQL *mysql, const char *host, const char *user, const char *passwd, const char *db, uint port, const char *unix_socket, ulong client_flag) |
void | cli_mysql_close (MYSQL *mysql) |
MYSQL_FIELD * | cli_list_fields (MYSQL *mysql) |
bool | cli_read_prepare_result (MYSQL *mysql, MYSQL_STMT *stmt) |
MYSQL_DATA * | cli_read_rows (MYSQL *mysql, MYSQL_FIELD *mysql_fields, uint fields) |
int | cli_stmt_execute (MYSQL_STMT *stmt) |
int | cli_read_binary_rows (MYSQL_STMT *stmt) |
int | cli_unbuffered_fetch (MYSQL *mysql, char **row) |
const char * | cli_read_statistics (MYSQL *mysql) |
int | cli_read_change_user_result (MYSQL *mysql) |
int | mysql_init_character_set (MYSQL *mysql) |
Variables | |
uint | mysql_port |
char * | mysql_unix_port |
#define CLIENT_CAPABILITIES |
MYSQL_FIELD * cli_list_fields | ( | MYSQL * | mysql | ) |
void cli_mysql_close | ( | MYSQL * | mysql | ) |
MYSQL *STDCALL cli_mysql_real_connect | ( | MYSQL * | mysql, |
const char * | host, | ||
const char * | user, | ||
const char * | passwd, | ||
const char * | db, | ||
uint | port, | ||
const char * | unix_socket, | ||
ulong | client_flag | ||
) |
int cli_read_binary_rows | ( | MYSQL_STMT * | stmt | ) |
int cli_read_change_user_result | ( | MYSQL * | mysql | ) |
bool cli_read_prepare_result | ( | MYSQL * | mysql, |
MYSQL_STMT * | stmt | ||
) |
MYSQL_DATA * cli_read_rows | ( | MYSQL * | mysql, |
MYSQL_FIELD * | mysql_fields, | ||
uint | fields | ||
) |
const char * cli_read_statistics | ( | MYSQL * | mysql | ) |
int cli_stmt_execute | ( | MYSQL_STMT * | stmt | ) |
int cli_unbuffered_fetch | ( | MYSQL * | mysql, |
char ** | row | ||
) |
bool handle_local_infile | ( | MYSQL * | mysql, |
const char * | net_filename | ||
) |
void mysql_detach_stmt_list | ( | LIST ** | stmt_list, |
const char * | func_name | ||
) |
int mysql_init_character_set | ( | MYSQL * | mysql | ) |
void mysql_read_default_options | ( | struct st_mysql_options * | options, |
const char * | filename, | ||
const char * | group | ||
) |
void read_user_name | ( | char * | name | ) |
|
extern |
|
extern |