summaryrefslogtreecommitdiff
path: root/storage/perfschema/table_replication_applier_status_by_coordinator.cc
diff options
context:
space:
mode:
Diffstat (limited to 'storage/perfschema/table_replication_applier_status_by_coordinator.cc')
-rw-r--r--storage/perfschema/table_replication_applier_status_by_coordinator.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/storage/perfschema/table_replication_applier_status_by_coordinator.cc b/storage/perfschema/table_replication_applier_status_by_coordinator.cc
index c71aed0a359..9066e9384d4 100644
--- a/storage/perfschema/table_replication_applier_status_by_coordinator.cc
+++ b/storage/perfschema/table_replication_applier_status_by_coordinator.cc
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2013, 2018, Oracle and/or its affiliates. All rights reserved.
+ Copyright (c) 2013, 2021, Oracle and/or its affiliates.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2.0,
@@ -219,7 +219,7 @@ int table_replication_applier_status_by_coordinator
if (unlikely(! m_row_exists))
return HA_ERR_RECORD_DELETED;
- DBUG_ASSERT(table->s->null_bytes == 1);
+ assert(table->s->null_bytes == 1);
buf[0]= 0;
for (; (f= *fields) ; fields++)
@@ -260,7 +260,7 @@ int table_replication_applier_status_by_coordinator
break;
default:
- DBUG_ASSERT(false);
+ assert(false);
}
}
}