提交 131cba5e authored 作者: Thomas Mueller's avatar Thomas Mueller

--no commit message

--no commit message
上级 5d3552a7
...@@ -81,6 +81,8 @@ See also <a href="build.html#providing_patches">Providing Patches</a>. ...@@ -81,6 +81,8 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
</li><li>Make DDL (Data Definition) operations transactional </li><li>Make DDL (Data Definition) operations transactional
</li><li>RANK() and DENSE_RANK(), Partition using OVER() </li><li>RANK() and DENSE_RANK(), Partition using OVER()
</li><li>Set a connection read only (Connection.setReadOnly) or using a connection parameter </li><li>Set a connection read only (Connection.setReadOnly) or using a connection parameter
</li><li>Optimizer: use an index for IS NULL and IS NOT NULL (including linked tables).
ID IS NOT NULL could be converted to ID &gt;= Integer.MIN_VALUE.
</li><li>Suggestion: include Jetty as Servlet Container (like LAMP) </li><li>Suggestion: include Jetty as Servlet Container (like LAMP)
</li><li>Trace shipping to server </li><li>Trace shipping to server
</li><li>Version check: docs / web console (using Javascript), and maybe in the library (using TCP/IP) </li><li>Version check: docs / web console (using Javascript), and maybe in the library (using TCP/IP)
...@@ -138,8 +140,6 @@ See also <a href="build.html#providing_patches">Providing Patches</a>. ...@@ -138,8 +140,6 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
</li><li>Clustering: reads should be randomly distributed or to a designated database on RAM </li><li>Clustering: reads should be randomly distributed or to a designated database on RAM
</li><li>Clustering: when a database is back alive, automatically synchronize with the master </li><li>Clustering: when a database is back alive, automatically synchronize with the master
</li><li>File system that writes to two file systems (replication, replicating file system) </li><li>File system that writes to two file systems (replication, replicating file system)
</li><li>Optimizer: use an index for IS NULL and IS NOT NULL (including linked tables).
ID IS NOT NULL could be converted to ID &gt;= Integer.MIN_VALUE.
</li><li>Standalone tool to get relevant system properties and add it to the trace output. </li><li>Standalone tool to get relevant system properties and add it to the trace output.
</li><li>Support 'call proc(1=value)' (PostgreSQL, Oracle) </li><li>Support 'call proc(1=value)' (PostgreSQL, Oracle)
</li><li>JAMon (proxy jdbc driver) </li><li>JAMon (proxy jdbc driver)
......
...@@ -61,7 +61,6 @@ public class FullTextLucene extends FullText { ...@@ -61,7 +61,6 @@ public class FullTextLucene extends FullText {
private static final String SCHEMA = "FTL"; private static final String SCHEMA = "FTL";
private static final String FIELD_DATA = "DATA"; private static final String FIELD_DATA = "DATA";
private static final String FIELD_COLUMN_PREFIX = "_"; private static final String FIELD_COLUMN_PREFIX = "_";
private static final String FIELD_QUERY = "QUERY";
//## Java 1.4 end ## //## Java 1.4 end ##
/** /**
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论