Commit 99444d72 authored by gkodinov@dl145s.mysql.com's avatar gkodinov@dl145s.mysql.com

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
parents c6c172e4 ac9175a7
...@@ -223,11 +223,13 @@ struct st_connection ...@@ -223,11 +223,13 @@ struct st_connection
char *name; char *name;
MYSQL_STMT* stmt; MYSQL_STMT* stmt;
#ifdef EMBEDDED_LIBRARY
const char *cur_query; const char *cur_query;
int cur_query_len; int cur_query_len;
pthread_mutex_t mutex; pthread_mutex_t mutex;
pthread_cond_t cond; pthread_cond_t cond;
int query_done; int query_done;
#endif /*EMBEDDED_LIBRARY*/
}; };
struct st_connection connections[128]; struct st_connection connections[128];
struct st_connection* cur_con, *next_con, *connections_end; struct st_connection* cur_con, *next_con, *connections_end;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment