From 1ed1ec4c84db6e14023e55fdc6aa471c58ce71c8 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 7 Nov 2001 02:30:34 +0200 Subject: Portability fix. Fixed linking problem with InnoDB. BUILD/compile-alpha-cxx: Fix for using innodb acinclude.m4: Fix problem with linking mysqld after Heikkis last changes. client/mysql.cc: Fixed linking problem client/mysqlmanager-pwgen.c: Portability fix innobase/que/que0que.c: Removed some blanks myisam/ft_boolean_search.c: Portability fix myisam/sort.c: Portability fix mysys/queues.c: Portability fix strings/ctype-latin1_de.c: Portability fix tools/mysqlmanager.c: Portability fix --- tools/mysqlmanager.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/mysqlmanager.c b/tools/mysqlmanager.c index 5783d151107..c9307bf5d0c 100644 --- a/tools/mysqlmanager.c +++ b/tools/mysqlmanager.c @@ -978,7 +978,7 @@ static int authenticate(struct manager_thd* thd) for (;isspace(*buf) && bufmd5_pass,digest,MD5_LEN)) return 1; @@ -1218,7 +1218,7 @@ struct manager_thd* manager_thd_new(Vio* vio) tmp->user[0]=0; tmp->priv_flags=0; tmp->fatal=tmp->finished=0; - tmp->cmd_buf=tmp->net.read_pos; + tmp->cmd_buf= (char*) tmp->net.read_pos; return tmp; } -- cgit v1.2.1