1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

A lot of portability fixes.

Added rename table for BDB. This fixes a bug in ALTER TABLE with BDB tables.
This commit is contained in:
monty@mashka.mysql.fi
2003-01-05 20:18:49 +02:00
parent 5e77a27182
commit 9ecf9645eb
19 changed files with 99 additions and 36 deletions

View File

@ -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),