diff options
author | holyfoot/hf@mysql.com/deer.(none) <> | 2006-11-29 10:19:38 +0400 |
---|---|---|
committer | holyfoot/hf@mysql.com/deer.(none) <> | 2006-11-29 10:19:38 +0400 |
commit | eb1b05c0bd82309358575a5c0501494f7edcd65d (patch) | |
tree | 3fce730495da371d4b682a862e6f577fc1f640ea | |
parent | a2af397180af9a6530b0015f1b248a0ed0b10da2 (diff) | |
parent | 0434b70f3a9c24d09cdc1cc13adc497bf83ba979 (diff) | |
download | mariadb-git-eb1b05c0bd82309358575a5c0501494f7edcd65d.tar.gz |
Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-5.0-opt
into mysql.com:/home/hf/work/thfix/my50-thfix
-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; |