提交 7fc45be8 authored 作者: Evgenij Ryazanov's avatar Evgenij Ryazanov

Remove an entry from a roadmap, FunctionsMySQL is loaded automatically

上级 28e4d2aa
......@@ -63,7 +63,6 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
</li><li>Window functions: RANK() and DENSE_RANK(), partition using OVER().
select *, count(*) over() as fullCount from ... limit 4;
</li><li>PostgreSQL catalog: use BEFORE SELECT triggers instead of views over metadata tables.
</li><li>Compatibility: automatically load functions from a script depending on the mode - see FunctionsMySQL.java, issue 211.
</li><li>Test very large databases and LOBs (up to 256 GB).
</li><li>Store all temp files in the temp directory.
</li><li>Don't use temp files, specially not deleteOnExit (bug 4513817: File.deleteOnExit consumes memory).
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论