Skip to content

Conversation

@katzyn
Copy link
Contributor

@katzyn katzyn commented Aug 20, 2022

  1. Various missing features are added to MariaDB compatibility mode. Closes [2.1.214][MariaDB] DELETE query failure #3599.
  2. Automatic analyze now skips invalidated tables. Closes NPE in MVTable.lock(), version 2.1.214 #3600. Unfortunately, didn't find a test case, but it is safer to have this additional conditon.
  3. File locks with async: file system now use regular file name. Previously this prefix was incorrectly passed to OS, because our file system abstraction layer wasn't used. Closes InvalidPathException when saving lock file #3601.

@katzyn katzyn merged commit 077a7a3 into h2database:master Aug 20, 2022
@katzyn katzyn deleted the misc branch August 20, 2022 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

InvalidPathException when saving lock file NPE in MVTable.lock(), version 2.1.214 [2.1.214][MariaDB] DELETE query failure

1 participant