chore: remove table ident (#99)

This commit is contained in:
LFC
2023-09-12 23:20:59 +08:00
committed by GitHub
parent 33db1a4429
commit 81495b166b
5 changed files with 57 additions and 1668 deletions
-6
View File
@@ -59,12 +59,6 @@ message TableName {
string table_name = 3;
}
message TableIdent {
uint32 table_id = 1;
TableName table_name = 2;
string engine = 3;
}
message TimeInterval {
// The unix timestamp in millis of the start of this period.
int64 start_timestamp_millis = 1;