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

Sergei's MyODBC fix

This commit is contained in:
unknown
2002-05-12 23:01:45 -03:00
parent 77957ae868
commit 716ed1168f
13 changed files with 21 additions and 21 deletions

View File

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