-
Notifications
You must be signed in to change notification settings - Fork 764
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5994 from zhyass/feature_cluster_table
Add cluster_by field in system.tables
- Loading branch information
Showing
10 changed files
with
63 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
statement query TTTTIIII | ||
statement query TTTTTTIIII | ||
SELECT * from system.tables where name = 'tables'; | ||
|
||
---- | ||
system tables SystemTables 1970-01-01 00:00:00.000 +0000 NULL NULL NULL NULL | ||
system tables SystemTables 1970-01-01 00:00:00.000 +0000 NULL NULL NULL NULL NULL | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
tests/suites/0_stateless/01_system/01_0001_system_tables.result
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
system tables SystemTables yyyy-mm-dd HH:MM:SS.sss +0000 NULL NULL NULL NULL NULL | ||
system tables SystemTables yyyy-mm-dd HH:MM:SS.sss +0000 NULL NULL NULL NULL NULL |
2 changes: 1 addition & 1 deletion
2
tests/suites/0_stateless/09_fuse_engine/09_0000_remote_create_table.result
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
db1 t1 fuse yyyy-mm-dd HH:MM:SS.sss +0000 NULL 0 0 0 NULL | ||
db1 t1 fuse (a) yyyy-mm-dd HH:MM:SS.sss +0000 NULL 0 0 0 NULL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters