Below is the list of changes that have just been committed into a local
4.1 repository of hf. When hf does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet@stripped, 2006-11-29 09:23:54+04:00, holyfoot@stripped +1 -0
fixed compilation failure on hpux
the problem is that client tools are compiled with UNDEF_THREADS_HACK
flag, and my thread-related additions to the mysqltest.c can't be compiled.
Easy solution is to disable these in not-embedded case completely.
client/mysqltest.c@stripped, 2006-11-29 09:23:52+04:00, holyfoot@stripped +2 -0
it's used in embedded server only
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: holyfoot
# Host: deer.(none)
# Root: /home/hf/work/thfix/my41-thfix
--- 1.222/client/mysqltest.c 2006-11-29 09:23:59 +04:00
+++ 1.223/client/mysqltest.c 2006-11-29 09:23:59 +04:00
@@ -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;
| Thread |
|---|
| • bk commit into 4.1 tree (holyfoot:1.2557) | holyfoot | 29 Nov |