mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 15:15:34 +02:00
Fixed bug in ALTER TABLE
Removed _mi_rkey() function New fork_big.pl multi-thread test
This commit is contained in:
parent
a49a2e2001
commit
65822120f5
18 changed files with 775 additions and 676 deletions
|
|
@ -72,7 +72,7 @@ static void read_texts(const char *file_name,const char ***point,
|
|||
Check that the above file is the right version for this program!\n\n",
|
||||
my_progname,name,ant,error_messages);
|
||||
VOID(my_close(file,MYF(MY_WME)));
|
||||
clean_up(); /* Clean_up frees everything */
|
||||
clean_up(0); /* Clean_up frees everything */
|
||||
exit(1); /* We can't continue */
|
||||
}
|
||||
|
||||
|
|
@ -115,7 +115,7 @@ err:
|
|||
if (file != FERR)
|
||||
VOID(my_close(file,MYF(MY_WME)));
|
||||
fprintf(stderr,buff,my_progname,name);
|
||||
clean_up(); /* Clean_up frees everything */
|
||||
clean_up(0); /* Clean_up frees everything */
|
||||
exit(1); /* We can't continue */
|
||||
} /* read_texts */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue