summaryrefslogtreecommitdiff
path: root/storage/perfschema/table_prepared_stmt_instances.cc
diff options
context:
space:
mode:
Diffstat (limited to 'storage/perfschema/table_prepared_stmt_instances.cc')
-rw-r--r--storage/perfschema/table_prepared_stmt_instances.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/perfschema/table_prepared_stmt_instances.cc b/storage/perfschema/table_prepared_stmt_instances.cc
index c63827ec0ed..592386db4bb 100644
--- a/storage/perfschema/table_prepared_stmt_instances.cc
+++ b/storage/perfschema/table_prepared_stmt_instances.cc
@@ -1,4 +1,4 @@
-/* Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
+/* Copyright (c) 2014, 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,
@@ -218,7 +218,7 @@ int table_prepared_stmt_instances
/*
Set the null bits.
*/
- DBUG_ASSERT(table->s->null_bytes == 1);
+ assert(table->s->null_bytes == 1);
buf[0]= 0;
for (; (f= *fields) ; fields++)