diff options
author | Vladislav Vaintroub <wlad@montyprogram.com> | 2010-12-07 00:14:16 +0100 |
---|---|---|
committer | Vladislav Vaintroub <wlad@montyprogram.com> | 2010-12-07 00:14:16 +0100 |
commit | 077d96c2a7e12e5848a657bc27972b74832f2ef9 (patch) | |
tree | 6c7d1316918370b6640edc9a10728add089217b6 /storage/myisam/mi_close.c | |
parent | bfcc62c748e0918d67c726c7a96d2cd04faba23c (diff) | |
parent | 3fb8bc165e6e4ed4f2101a52d8e641655361cbf4 (diff) | |
download | mariadb-git-077d96c2a7e12e5848a657bc27972b74832f2ef9.tar.gz |
merge LP Bug#686184
Diffstat (limited to 'storage/myisam/mi_close.c')
-rw-r--r-- | storage/myisam/mi_close.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/myisam/mi_close.c b/storage/myisam/mi_close.c index a8d678494f5..6173f8b3bff 100644 --- a/storage/myisam/mi_close.c +++ b/storage/myisam/mi_close.c @@ -61,7 +61,7 @@ int mi_close(register MI_INFO *info) if (flag) { DBUG_EXECUTE_IF("crash_before_flush_keys", - if (share->kfile >= 0) abort();); + if (share->kfile >= 0) DBUG_ABORT();); if (share->kfile >= 0 && flush_key_blocks(share->key_cache, share->kfile, &share->dirty_part_map, |