mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
init_dynamic_array MyODBC compatibility fix
This commit is contained in:
@ -94,7 +94,7 @@ extern "C" {
|
||||
void init_raid(void)
|
||||
{
|
||||
/* Allocate memory for global file to raid map */
|
||||
init_dynamic_array(&RaidFd::_raid_map, sizeof(RaidFd*), 4096, 1024);
|
||||
my_init_dynamic_array(&RaidFd::_raid_map, sizeof(RaidFd*), 4096, 1024);
|
||||
}
|
||||
void end_raid(void)
|
||||
{
|
||||
|
Reference in New Issue
Block a user