You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -39,6 +39,10 @@ public class AuroraMySqlDialect : MySqlDialect
39
39
privatestaticreadonlystringIsWriterQuery="SELECT SERVER_ID FROM information_schema.replica_host_status "
40
40
+"WHERE SESSION_ID = 'MASTER_SESSION_ID' AND SERVER_ID = @@aurora_server_id";
41
41
42
+
privatestaticreadonlystringAuroraMySqlBgTopologyExistsQuery="SELECT 1 AS tmp FROM information_schema.tables WHERE table_schema = 'mysql' AND table_name = 'rds_topology'";
43
+
44
+
privatestaticreadonlystringAuroraMySqlBgStatusQuery="SELECT * FROM mysql.rds_topology";
protectedstaticreadonlystringAuroraPostgreSqlBgStatusQuery=$"SELECT * FROM pg_catalog.get_blue_green_fast_switchover_metadata('aws_advanced_dotnet_data_provider_wrapper-{DriverVersion}')";
0 commit comments