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:
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

@ -614,8 +614,8 @@ int main(int argc, char **argv)
if (dbConnect(current_host, current_user, opt_password))
exit(EX_MYSQLERR);
if (opt_auto_repair &&
init_dynamic_array(&tables4repair, sizeof(char)*(NAME_LEN*2+2),16,64))
if (opt_auto_repair &&
my_init_dynamic_array(&tables4repair, sizeof(char)*(NAME_LEN*2+2),16,64))
{
first_error = 1;
goto end;