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:
@ -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),
|
||||
|
Reference in New Issue
Block a user