1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

init_dynamic_array MyODBC compatibility fix

This commit is contained in:
unknown
2002-04-28 21:22:37 +00:00
parent ebbd2668bd
commit 7abf67c5e9
17 changed files with 27 additions and 27 deletions

View File

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