1
0
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:
serg@serg.mysql.com
2002-04-28 21:22:37 +00:00
parent e2f1993a1d
commit 900788b2a1
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)
{