mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
merge
sql/handler.cc: Auto merged storage/maria/ha_maria.cc: Auto merged storage/maria/ma_blockrec.c: Auto merged storage/maria/ma_close.c: Auto merged storage/maria/ma_create.c: Auto merged storage/maria/ma_loghandler.c: Auto merged storage/maria/ma_loghandler.h: Auto merged storage/maria/ma_test2.c: Auto merged storage/maria/maria_read_log.c: will merge by hand
This commit is contained in:
commit
79f7cb4e95
20 changed files with 1582 additions and 1149 deletions
|
|
@ -87,7 +87,7 @@ int maria_close(register MARIA_HA *info)
|
|||
may be using the file at this point
|
||||
IF using --external-locking, which does not apply to Maria.
|
||||
*/
|
||||
if (share->mode != O_RDONLY && maria_is_crashed(info))
|
||||
if (share->mode != O_RDONLY)
|
||||
_ma_state_info_write(share->kfile.file, &share->state, 1);
|
||||
if (my_close(share->kfile.file, MYF(0)))
|
||||
error= my_errno;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue