diff options
author | monty@mashka.mysql.fi <> | 2003-01-05 20:18:49 +0200 |
---|---|---|
committer | monty@mashka.mysql.fi <> | 2003-01-05 20:18:49 +0200 |
commit | 9ecf9645ebab531ce5aa29514b6b9457968f9946 (patch) | |
tree | ce42417ba1ab6dac8c367a9ae180ea377956e95a /tools | |
parent | 5e77a27182fe6a2544e3e4b0ad23399c9fb2ca48 (diff) | |
download | mariadb-git-9ecf9645ebab531ce5aa29514b6b9457968f9946.tar.gz |
A lot of portability fixes.
Added rename table for BDB. This fixes a bug in ALTER TABLE with BDB tables.
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 e6fab63c5b3..790a5d56b5a 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), |