提交 61ca844f authored 作者: Thomas Mueller's avatar Thomas Mueller

--no commit message

--no commit message
上级 5bf289bf
......@@ -1169,7 +1169,7 @@ Next Version (unreleased)
Connection pool: the default login timeout is now 5 minutes.
@changelog_1003_li
After truncating tables, opening large databases could become slow because indexes are always re-built unnecessarily when opening.
After truncating tables, opening large databases could become slow because indexes were always re-built unnecessarily when opening.
@changelog_1004_li
More bugs in the server-less multi-connection mode have been fixed: Sometimes parameters of prepared statements were lost when a reconnecting. Concurrent read operations were slow. To improve performance, executeQuery(..) must be used for queries (execute(..) switches to the write mode, which is slow).
......
......@@ -1171,7 +1171,7 @@ Centralリポジトリの利用
#Connection pool: the default login timeout is now 5 minutes.
@changelog_1003_li
#After truncating tables, opening large databases could become slow because indexes are always re-built unnecessarily when opening.
#After truncating tables, opening large databases could become slow because indexes were always re-built unnecessarily when opening.
@changelog_1004_li
#More bugs in the server-less multi-connection mode have been fixed: Sometimes parameters of prepared statements were lost when a reconnecting. Concurrent read operations were slow. To improve performance, executeQuery(..) must be used for queries (execute(..) switches to the write mode, which is slow).
......
......@@ -386,7 +386,7 @@ build_1067_a=Code Coverage Details (download, 1.3 MB)
changelog_1000_h1=Change Log
changelog_1001_h2=Next Version (unreleased)
changelog_1002_li=Connection pool\: the default login timeout is now 5 minutes.
changelog_1003_li=After truncating tables, opening large databases could become slow because indexes are always re-built unnecessarily when opening.
changelog_1003_li=After truncating tables, opening large databases could become slow because indexes were always re-built unnecessarily when opening.
changelog_1004_li=More bugs in the server-less multi-connection mode have been fixed\: Sometimes parameters of prepared statements were lost when a reconnecting. Concurrent read operations were slow. To improve performance, executeQuery(..) must be used for queries (execute(..) switches to the write mode, which is slow).
changelog_1005_li=GROUP BY queries with a self-join (join to the same table) that were grouped by columns with indexes returned the wrong result in some cases.
changelog_1006_li=Improved error message when the .lock.db file modification time is in the future.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论