mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
Merge mysql.com:/home/hf/work/thfix/my41-thfix
into mysql.com:/home/hf/work/thfix/my50-thfix client/mysqltest.c: Auto merged
This commit is contained in:
commit
95129e9e72
1 changed files with 2 additions and 0 deletions
|
@ -222,11 +222,13 @@ struct st_connection
|
|||
char *name;
|
||||
MYSQL_STMT* stmt;
|
||||
|
||||
#ifdef EMBEDDED_LIBRARY
|
||||
const char *cur_query;
|
||||
int cur_query_len;
|
||||
pthread_mutex_t mutex;
|
||||
pthread_cond_t cond;
|
||||
int query_done;
|
||||
#endif /*EMBEDDED_LIBRARY*/
|
||||
};
|
||||
struct st_connection connections[128];
|
||||
struct st_connection* cur_con, *next_con, *connections_end;
|
||||
|
|
Loading…
Reference in a new issue