提交 4cbda601 authored 作者: Thomas Mueller's avatar Thomas Mueller

Documentation.

上级 ece0bf56
......@@ -844,7 +844,7 @@ TRUNCATE TABLE TEST
"Commands (Other)","CHECKPOINT","
CHECKPOINT
","
Flushes the data to disk and switches to a new transaction log if possible.
Flushes the data to disk.
Admin rights are required to execute this command.
","
......
......@@ -18,7 +18,14 @@ Change Log
<h1>Change Log</h1>
<h2>Next Version (unreleased)</h2>
<ul><li>Fix deadlock when updating LOB's concurrently. See TestLob#testDeadlock2()
<ul><li>Issue 463: Driver name and version are now the same in OsgiDataSourceFactory and JdbcDatabaseMetaData.
</li><li>JaQu: The data type VARCHAR is now (again) used for Strings
(no longer TEXT, except when explicitly set).
</li><li>For in-memory databases, creating an index on a CLOB or BLOB column
is no longer supported. This is to simplify the MVTableEngine.
</li><li>New column "information_schema.tables.row_count_estimate".
</li><li>Issue 468: trunc(timestamp) could return the wrong value.
</li><li><li>Fix deadlock when updating LOB's concurrently. See TestLob.testDeadlock2().
</li></ul>
<h2>Version 1.3.172 (2013-05-25)</h2>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论