summaryrefslogtreecommitdiff
path: root/storage/perfschema/table_replication_applier_status_by_worker.cc
diff options
context:
space:
mode:
Diffstat (limited to 'storage/perfschema/table_replication_applier_status_by_worker.cc')
-rw-r--r--storage/perfschema/table_replication_applier_status_by_worker.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/storage/perfschema/table_replication_applier_status_by_worker.cc b/storage/perfschema/table_replication_applier_status_by_worker.cc
index 083da44dd49..934d68a566c 100644
--- a/storage/perfschema/table_replication_applier_status_by_worker.cc
+++ b/storage/perfschema/table_replication_applier_status_by_worker.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,
@@ -239,7 +239,7 @@ int table_replication_applier_status_by_worker
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++)
@@ -279,7 +279,7 @@ int table_replication_applier_status_by_worker
set_field_ulong(f, m_row.last_trans_retry_count);
break;
default:
- DBUG_ASSERT(false);
+ assert(false);
}
}
}