Ir al código fuente de este archivo.
'defines' |
#define | CLIENT_CAPABILITIES |
#define | init_sigpipe_variables |
#define | set_sigpipe(mysql) |
#define | reset_sigpipe(mysql) |
Funciones |
sig_handler | my_pipe_sig_handler (int sig) |
void | read_user_name (char *name) |
my_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) |
MYSQL * | 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) |
my_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, char *buff, const char *passwd) |
Variables |
uint | mysql_port |
my_string | mysql_unix_port |
Documentación de los 'defines'
#define CLIENT_CAPABILITIES |
#define init_sigpipe_variables |
#define reset_sigpipe |
( |
|
mysql | ) |
|
#define set_sigpipe |
( |
|
mysql | ) |
|
Documentación de las funciones
void cli_mysql_close |
( |
MYSQL * |
mysql | ) |
|
MYSQL* 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_change_user_result |
( |
MYSQL * |
mysql, |
|
|
char * |
buff, |
|
|
const char * |
passwd |
|
) |
| |
const char* cli_read_statistics |
( |
MYSQL * |
mysql | ) |
|
int cli_unbuffered_fetch |
( |
MYSQL * |
mysql, |
|
|
char ** |
row |
|
) |
| |
my_bool handle_local_infile |
( |
MYSQL * |
mysql, |
|
|
const char * |
net_filename |
|
) |
| |
sig_handler my_pipe_sig_handler |
( |
int |
sig | ) |
|
void mysql_detach_stmt_list |
( |
LIST ** |
stmt_list | ) |
|
void mysql_read_default_options |
( |
struct st_mysql_options * |
options, |
|
|
const char * |
filename, |
|
|
const char * |
group |
|
) |
| |
void read_user_name |
( |
char * |
name | ) |
|
Documentación de las variables