1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Merge polly.(none):/home/kaa/src/opt/bug32221/my50-bug31445

into  polly.(none):/home/kaa/src/opt/bug32221/my51-bug31445
This commit is contained in:
kaa@polly.(none)
2007-11-22 14:39:07 +03:00
5 changed files with 7 additions and 181 deletions

View File

@ -127,7 +127,7 @@ static void die(const char *file, int line, const char *expr)
fflush(stdout);
fprintf(stderr, "%s:%d: check failed: '%s'\n", file, line, expr);
fflush(stderr);
abort();
exit(1);
}