Merge dl145s.mysql.com:/data0/bk/team_tree_merge/mysql-4.1
into dl145s.mysql.com:/data0/bk/team_tree_merge/MERGE/mysql-4.1-opt
This commit is contained in:
commit
7c9c5409a3
@ -223,11 +223,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…
x
Reference in New Issue
Block a user