Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gca trunk #1509

Merged
merged 11 commits into from
Oct 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions components/keyrings/common/data/data.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#ifndef DATA_INCLUDED
#define DATA_INCLUDED

#include <cstdint>
#include <functional>
#include <string>
#include "pfs_string.h"
Expand Down
10 changes: 0 additions & 10 deletions mysql-test/include/have_component_keyring_kmip.inc

This file was deleted.

10 changes: 0 additions & 10 deletions mysql-test/include/have_component_keyring_kms.inc

This file was deleted.

6 changes: 0 additions & 6 deletions mysql-test/include/have_keyring_kmip_plugin.inc

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions mysql-test/include/keyring_tests/mats/keyring_udf_test.inc
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,8 @@
--echo # Tests for AES key type
--source keyring_udf_aes_test.inc

--if (!$skip_secret_tests) {
--echo # Tests for SECRET key type
--source keyring_udf_secret_test.inc
-- }

--echo # ----------------------------------------------------------------------

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,9 @@ ALTER TABLESPACE mysql ENCRYPTION='N';
SET debug='+d,skip_dd_table_access_check';

--echo # Wait for Unencryption processing to finish in background thread
let $wait_condition = SELECT ENCRYPTION = 'N'
FROM INFORMATION_SCHEMA.INNODB_TABLESPACES
WHERE NAME='mysql';
let $wait_condition = select count(*) = 0
from performance_schema.events_stages_current
where EVENT_NAME='stage/innodb/alter tablespace (encryption)';
--source include/wait_condition.inc

# Encrytion property of tablespace should have changed i.e. it should be
Expand Down
34 changes: 0 additions & 34 deletions mysql-test/std_data/kmip_clear.py

This file was deleted.

35 changes: 0 additions & 35 deletions mysql-test/suite/component_keyring_kmip/inc/setup_component.inc

This file was deleted.

This file was deleted.

21 changes: 0 additions & 21 deletions mysql-test/suite/component_keyring_kmip/inc/teardown_component.inc

This file was deleted.

This file was deleted.

Loading