diff options
author | gkodinov@dl145s.mysql.com <> | 2006-11-29 11:25:22 +0100 |
---|---|---|
committer | gkodinov@dl145s.mysql.com <> | 2006-11-29 11:25:22 +0100 |
commit | 43c3dfeb27565841a7b79ccc36640ecd9d69d38d (patch) | |
tree | b8b0b8117c3c83cb85ff2f054b6058055c11c6db /client | |
parent | 3406fcea39defef5d5cd92f99fa4e60d556f3dae (diff) | |
parent | eb1b05c0bd82309358575a5c0501494f7edcd65d (diff) | |
download | mariadb-git-43c3dfeb27565841a7b79ccc36640ecd9d69d38d.tar.gz |
Merge dl145s.mysql.com:/data0/bk/team_tree_merge/mysql-5.0
into dl145s.mysql.com:/data0/bk/team_tree_merge/MERGE2/mysql-5.0-opt
Diffstat (limited to 'client')
-rw-r--r-- | client/mysqltest.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/mysqltest.c b/client/mysqltest.c index 2063d31251d..315cf043d86 100644 --- a/client/mysqltest.c +++ b/client/mysqltest.c @@ -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; |