mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-29 03:06:35 -05:00
add SchemaName to DatabaseSchema interface (#8062)
This commit is contained in:
@@ -1567,7 +1567,6 @@ tests:
|
||||
- ["dolt_cluster"]
|
||||
- ["information_schema"]
|
||||
- ["mysql"]
|
||||
- ["performance_schema"]
|
||||
- ["repo1"]
|
||||
- query: "select `database`, standby_remote, role, epoch, replication_lag_millis is not null as `replication_lag_millis`, current_error from dolt_cluster.dolt_cluster_status"
|
||||
result:
|
||||
@@ -1583,7 +1582,6 @@ tests:
|
||||
- ["dolt_cluster"]
|
||||
- ["information_schema"]
|
||||
- ["mysql"]
|
||||
- ["performance_schema"]
|
||||
- ["repo1"]
|
||||
retry_attempts: 100
|
||||
- query: "select `database`, standby_remote, role, epoch from dolt_cluster.dolt_cluster_status"
|
||||
@@ -1732,7 +1730,6 @@ tests:
|
||||
- ["dolt_cluster"]
|
||||
- ["information_schema"]
|
||||
- ["mysql"]
|
||||
- ["performance_schema"]
|
||||
retry_attempts: 100
|
||||
- query: "select `database`, standby_remote, role, epoch from dolt_cluster.dolt_cluster_status"
|
||||
result:
|
||||
@@ -1752,7 +1749,6 @@ tests:
|
||||
- ["dolt_cluster"]
|
||||
- ["information_schema"]
|
||||
- ["mysql"]
|
||||
- ["performance_schema"]
|
||||
- ["repo1"]
|
||||
- exec: 'use repo1'
|
||||
- query: "select d from vals"
|
||||
@@ -1811,7 +1807,6 @@ tests:
|
||||
- ["dolt_cluster"]
|
||||
- ["information_schema"]
|
||||
- ["mysql"]
|
||||
- ["performance_schema"]
|
||||
- exec: "call dolt_cluster_transition_to_standby('2', '1')"
|
||||
- on: server2
|
||||
queries:
|
||||
|
||||
Reference in New Issue
Block a user