summaryrefslogtreecommitdiff
path: root/storage/perfschema/table_helper.h
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2021-05-03 11:21:56 +0200
committerSergei Golubchik <serg@mariadb.org>2021-05-03 11:22:07 +0200
commit0b116d160a5f2179c1c92fbf4971217cf9061fb4 (patch)
treeb3b0f26600362f8ffc67f7cccd893aa84dd5d88b /storage/perfschema/table_helper.h
parentbbbe2c1a443a606e8fdf88f6fe1f77fbd5dcd609 (diff)
downloadmariadb-git-0b116d160a5f2179c1c92fbf4971217cf9061fb4.tar.gz
5.7.34
Diffstat (limited to 'storage/perfschema/table_helper.h')
-rw-r--r--storage/perfschema/table_helper.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/perfschema/table_helper.h b/storage/perfschema/table_helper.h
index cacce967663..889f447df4e 100644
--- a/storage/perfschema/table_helper.h
+++ b/storage/perfschema/table_helper.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2008, 2016, Oracle and/or its affiliates. All rights reserved.
+/* Copyright (c) 2008, 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,
@@ -278,7 +278,7 @@ struct PFS_stat_row
PFS_engine_table::set_field_ulonglong(f, m_max);
break;
default:
- DBUG_ASSERT(false);
+ assert(false);
}
}
};