diff options
author | msvensson@neptunus.(none) <> | 2006-12-04 19:06:42 +0100 |
---|---|---|
committer | msvensson@neptunus.(none) <> | 2006-12-04 19:06:42 +0100 |
commit | 33c248eee586113be632d0ccafc0721c4a21a2c3 (patch) | |
tree | d1ad41db4406b4986f9f3b7475df088707a265be /client | |
parent | a9f4f4ed11e604f53bb79a0ee327624852813875 (diff) | |
parent | e6a2d1842194c539271e8fe1095b000607aedb0c (diff) | |
download | mariadb-git-33c248eee586113be632d0ccafc0721c4a21a2c3.tar.gz |
Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1
into neptunus.(none):/home/msvensson/mysql/mysql-4.1-maint
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 2dcf718918e..c6cbf6aabe0 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; |