diff options
author | monty@mashka.mysql.fi <> | 2003-01-06 02:04:52 +0200 |
---|---|---|
committer | monty@mashka.mysql.fi <> | 2003-01-06 02:04:52 +0200 |
commit | 803dff10022e3c1103763e2ab21a920fbbed9ec4 (patch) | |
tree | f66f929cc02cd3b110667183929f39e5bd2231a9 /tools | |
parent | 1f6ecc0cd3d9acf4751ebbbf8db8b6ee468d3abf (diff) | |
parent | 9ecf9645ebab531ce5aa29514b6b9457968f9946 (diff) | |
download | mariadb-git-803dff10022e3c1103763e2ab21a920fbbed9ec4.tar.gz |
Merge with 4.0.8
Diffstat (limited to 'tools')
-rw-r--r-- | tools/mysqlmanager.c | 2 |
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), |