summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authormonty@mashka.mysql.fi <>2003-01-06 02:04:52 +0200
committermonty@mashka.mysql.fi <>2003-01-06 02:04:52 +0200
commit803dff10022e3c1103763e2ab21a920fbbed9ec4 (patch)
treef66f929cc02cd3b110667183929f39e5bd2231a9 /tools
parent1f6ecc0cd3d9acf4751ebbbf8db8b6ee468d3abf (diff)
parent9ecf9645ebab531ce5aa29514b6b9457968f9946 (diff)
downloadmariadb-git-803dff10022e3c1103763e2ab21a920fbbed9ec4.tar.gz
Merge with 4.0.8
Diffstat (limited to 'tools')
-rw-r--r--tools/mysqlmanager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mysqlmanager.c b/tools/mysqlmanager.c
index 6a246f096c8..4f2deeb0052 100644
--- a/tools/mysqlmanager.c
+++ b/tools/mysqlmanager.c
@@ -1241,7 +1241,7 @@ static void handle_child(int __attribute__((unused)) sig)
signal(SIGCHLD,handle_child);
}
-struct manager_thd* manager_thd_new(Vio* vio)
+static struct manager_thd* manager_thd_new(Vio* vio)
{
struct manager_thd* tmp;
if (!(tmp=(struct manager_thd*)my_malloc(sizeof(*tmp),