提交 299c26f5 authored 作者: Thomas Mueller's avatar Thomas Mueller

Formatting

上级 7b301b9e
...@@ -967,9 +967,9 @@ public class MetaTable extends Table { ...@@ -967,9 +967,9 @@ public class MetaTable extends Table {
} }
int pageSize = 4 * 1024; int pageSize = 4 * 1024;
long pageCount = size / pageSize; long pageCount = size / pageSize;
add(rows, "info.PAGE_COUNT", "" + add(rows, "info.PAGE_COUNT", "" +
pageCount); pageCount);
add(rows, "info.PAGE_SIZE", "" + add(rows, "info.PAGE_SIZE", "" +
pageSize); pageSize);
add(rows, "info.CACHE_MAX_SIZE", "" + add(rows, "info.CACHE_MAX_SIZE", "" +
mvStore.getStore().getCacheSize()); mvStore.getStore().getCacheSize());
......
...@@ -238,7 +238,8 @@ public class TestView extends TestBase { ...@@ -238,7 +238,8 @@ public class TestView extends TestBase {
} }
/** /**
* Make sure that the table constraint is still available when create a view of other table. * Make sure that the table constraint is still available when create a view
* of other table.
*/ */
private void testViewConstraintFromColumnExpression() throws SQLException { private void testViewConstraintFromColumnExpression() throws SQLException {
deleteDb("view"); deleteDb("view");
...@@ -250,7 +251,8 @@ public class TestView extends TestBase { ...@@ -250,7 +251,8 @@ public class TestView extends TestBase {
stat.execute("insert into t1 values(1)"); stat.execute("insert into t1 values(1)");
stat.execute("create view v1 as select * from t0,t1"); stat.execute("create view v1 as select * from t0,t1");
// Check with ColumnExpression // Check with ColumnExpression
ResultSet rs = stat.executeQuery("select * from INFORMATION_SCHEMA.COLUMNS where TABLE_NAME = 'V1'"); ResultSet rs = stat.executeQuery(
"select * from INFORMATION_SCHEMA.COLUMNS where TABLE_NAME = 'V1'");
assertTrue(rs.next()); assertTrue(rs.next());
assertEquals("ID1", rs.getString("COLUMN_NAME")); assertEquals("ID1", rs.getString("COLUMN_NAME"));
assertEquals("((ID1 % 2) = 0)", rs.getString("CHECK_CONSTRAINT")); assertEquals("((ID1 % 2) = 0)", rs.getString("CHECK_CONSTRAINT"));
......
...@@ -754,4 +754,4 @@ overwrote though randomize readability datagram rsync mongodb divides crypto ...@@ -754,4 +754,4 @@ overwrote though randomize readability datagram rsync mongodb divides crypto
predicted prediction wojtek hops jurczyk cbtree predict vast assumption upside predicted prediction wojtek hops jurczyk cbtree predict vast assumption upside
adjusted lastly sgtatham cleaning gillet prevented adjusted lastly sgtatham cleaning gillet prevented
angus bernd macdonald eckenfels granting moreover exponential transferring angus bernd macdonald eckenfels granting moreover exponential transferring
dedup dedup megabyte breadth traversal
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论