summaryrefslogtreecommitdiff
path: root/storage/perfschema/unittest/pfs_noop-t.cc
diff options
context:
space:
mode:
Diffstat (limited to 'storage/perfschema/unittest/pfs_noop-t.cc')
-rw-r--r--storage/perfschema/unittest/pfs_noop-t.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/storage/perfschema/unittest/pfs_noop-t.cc b/storage/perfschema/unittest/pfs_noop-t.cc
index 6fc84753699..079e138b349 100644
--- a/storage/perfschema/unittest/pfs_noop-t.cc
+++ b/storage/perfschema/unittest/pfs_noop-t.cc
@@ -1,4 +1,4 @@
-/* Copyright (c) 2013, 2021, Oracle and/or its affiliates.
+/* Copyright (c) 2013, 2022, 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,
@@ -228,6 +228,8 @@ void test_noop()
PSI_server->set_thread_THD(NULL, NULL);
+ PSI_server->set_thread_peer_port(NULL, 0);
+
ok(true, "all noop api called");
}