- 12 4月, 2015 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 11 4月, 2015 2 次提交
-
-
由 Thomas Mueller 提交于
Java 8 compatibility for regexp_replace and tests
-
由 Thomas Mueller 提交于
-
- 10 4月, 2015 5 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 noelgrandin@gmail.com 提交于
-
由 noelgrandin@gmail.com 提交于
-
- 09 4月, 2015 13 次提交
-
-
由 Thomas Mueller 提交于
References to BLOB and CLOB objects now have a timeout. The configuration setting is LOB_TIMEOUT (default 5 minutes). This should avoid growing the database file if there are many queries that return BLOB or CLOB objects, and the database is not closed for a longer time.
-
由 Thomas Mueller 提交于
MVStore: concurrent changes to the same row could result in the exception "The transaction log might be corrupt for key ...". This could only be reproduced with 3 or more threads.
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 noelgrandin@gmail.com 提交于
-
- 08 4月, 2015 2 次提交
-
-
由 noelgrandin@gmail.com 提交于
-
由 noelgrandin@gmail.com 提交于
-
- 01 4月, 2015 3 次提交
-
-
由 noelgrandin@gmail.com 提交于
on ConcurrentHashMap, containsKey is faster than contains, since contains() is a synonym for containsValue, and will iterate over the whole map
-
由 noelgrandin@gmail.com 提交于
-
由 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 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
MVStore: updates that affected many rows were were slow in some cases if there was a secondary index.
-