- 03 9月, 2013 8 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 noelgrandin 提交于
- fix an occasional error in the test-case
-
由 noelgrandin 提交于
-
- 02 9月, 2013 1 次提交
-
-
由 noelgrandin 提交于
Query Statistics: new feature which stores the newest 100 SQL queries executed and their performance data. Useful for tracking down badly performing queries.
-
- 01 9月, 2013 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 30 8月, 2013 3 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
The function "regexp_replace" threw the wrong kind of exception if the replacement string was invalid.
-
- 29 8月, 2013 6 次提交
-
-
由 Thomas Mueller 提交于
-
由 noelgrandin 提交于
-
由 noelgrandin 提交于
-
由 noelgrandin 提交于
Hash indexes can only index one column. Rather throw an error message than silently converting it to a different type of index.
-
由 noelgrandin 提交于
-
由 noelgrandin 提交于
-
- 28 8月, 2013 2 次提交
-
-
由 noelgrandin 提交于
-
由 noelgrandin 提交于
-
- 27 8月, 2013 5 次提交
-
-
由 Thomas Mueller 提交于
MVStore table engine: new setting "retention_time" to configure the time to retain old data. The default is 45 seconds.
-
由 noelgrandin 提交于
Session-temporary LOB's could sometimes accumulate, increasing the size of the DB file until shutdown. Now they are cleared out at every commit.
-
由 noelgrandin 提交于
-
由 noelgrandin 提交于
-
由 noelgrandin 提交于
-
- 26 8月, 2013 2 次提交
-
-
由 Thomas Mueller 提交于
A checkpoint is now done every MAX_LOG_SIZE / 2 instead of every MAX_LOG_SIZE, so that the transaction log doesn't grow as large.
-
由 Thomas Mueller 提交于
-
- 23 8月, 2013 1 次提交
-
-
由 noelgrandin 提交于
contains extra information to make it possible for smart editors to do autocomplete. Patch from Nicolas Fortin.
-
- 22 8月, 2013 1 次提交
-
-
由 noelgrandin 提交于
-
- 21 8月, 2013 3 次提交
-
-
由 Thomas Mueller 提交于
-
由 noelgrandin 提交于
javadoc updates: there is no need to explicitly document thrown exception unless it provides some extra commentary
-
由 noelgrandin 提交于
rename the newly introduced UNDO_LOG_SIZE column to CONTAINS_UNCOMMITTED, because that is more reliable than the size of the undo log
-
- 20 8月, 2013 6 次提交
-
-
由 Thomas Mueller 提交于
For read-only databases, for the trace level "debug", the trace info is written to the temp directory.
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-