1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Many init commands on connect

This commit is contained in:
vva@eagle.mysql.r18.ru
2002-12-17 19:13:07 +04:00
parent 558ee89e7a
commit f3871cf9b4
4 changed files with 99 additions and 25 deletions

View File

@ -119,7 +119,8 @@ typedef struct st_mysql_data {
struct st_mysql_options {
unsigned int connect_timeout,client_flag;
unsigned int port;
char *host,*init_command,*user,*password,*unix_socket,*db;
char *host,*user,*password,*unix_socket,*db;
struct st_dynamic_array *init_commands;
char *my_cnf_file,*my_cnf_group, *charset_dir, *charset_name;
char *ssl_key; /* PEM key file */
char *ssl_cert; /* PEM cert file */