storage/maria/ma_commit.c:
  theoretically unneeded, and could cause problems (when trnman_commit_trn()
  ends the TRN may have been recycled and be in use by another thread
  already, we cannot touch it).
storage/maria/maria_def.h:
  just include the existing file
This commit is contained in:
unknown 2007-08-29 17:28:44 +02:00
commit 4201d27849
2 changed files with 1 additions and 2 deletions

View file

@ -67,7 +67,6 @@ int ma_commit(TRN *trn)
log_array, NULL) ||
translog_flush(commit_lsn) ||
trnman_commit_trn(trn));
trn->undo_lsn= 0;
/*
Note: if trnman_commit_trn() fails above, we have already
written the COMMIT record, so Checkpoint and Recovery will see the