- 01 4月, 2015 1 次提交
-
-
由 noelgrandin@gmail.com 提交于
Fix bug in MVStore when creating lots of temporary tables, where we could run out of transaction IDs.
-
- 30 3月, 2015 8 次提交
-
-
由 noelgrandin@gmail.com 提交于
Concurrent CREATE TABLE... IF NOT EXISTS in the presence of MULTI_THREAD=TRUE could throw an exception.
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 noelgrandin@gmail.com 提交于
so that it was effectly 1024 times smaller than it should be.
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 noelgrandin@gmail.com 提交于
-
- 26 3月, 2015 3 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 25 3月, 2015 4 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
MVStore: updates that affected many rows were were slow in some cases if there was a secondary index.
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 23 3月, 2015 3 次提交
-
-
由 Thomas Mueller 提交于
Using "runscript" with autocommit disabled could result in a lock timeout on the internal table "SYS".
-
由 Thomas Mueller 提交于
When using the MVStore, running a SQL script generate by the Recover tool from a PageStore file failed with a strange error message (NPE), now a clear error message is shown.
-
由 Thomas Mueller 提交于
Issue 603: there was a memory leak when using H2 in a web application. Apache Tomcat logged an error message: "The web application ... created a ThreadLocal with key of type [org.h2.util.DateTimeUtils$1]".
-
- 20 3月, 2015 1 次提交
-
-
由 noelgrandin@gmail.com 提交于
-
- 18 3月, 2015 1 次提交
-
-
由 noelgrandin@gmail.com 提交于
-
- 17 3月, 2015 2 次提交
-
-
由 noelgrandin@gmail.com 提交于
-
由 noelgrandin@gmail.com 提交于
-
- 13 3月, 2015 3 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
Issue 605: with version 1.4.186, opening a database could result in an endless loop in LobStorageMap.init.
-
由 Thomas Mueller 提交于
-
- 12 3月, 2015 3 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
Queries that use the same table alias multiple times now work. Before, the select expression list was expanded incorrectly. Example: "select * from a as x, b as x".
-
由 Thomas Mueller 提交于
-
- 11 3月, 2015 7 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
A new file system implementation that re-opens the file if it was closed due to the application calling Thread.interrupt(). File name prefix "retry:". Please note it is strongly recommended to avoid calling Thread.interrupt; this is a problem for various libraries, including Apache Lucene.
-
由 Thomas Mueller 提交于
A new file system implementation that re-opens the file if it was closed due to the application calling Thread.interrupt(). File name prefix "retry:". Please note it is strongly recommended to avoid calling Thread.interrupt; this is a problem for various libraries, including Apache Lucene.
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
The MySQL compatibility feature "insert ... on duplicate key update" did not work with a non-default schema.
-
- 04 3月, 2015 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 02 3月, 2015 3 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-