mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-23 12:47:56 +00:00
PT-2340 - Support MySQL 8.4
- Adjusted test results, broken due to mysql.component table in PS
This commit is contained in:
@@ -112,7 +112,7 @@ sub test_so {
|
||||
update_sample => 1,
|
||||
),
|
||||
$args{test_name},
|
||||
);
|
||||
) or diag($test_diff);
|
||||
}
|
||||
elsif ( $args{like} ) {
|
||||
like(
|
||||
@@ -169,6 +169,7 @@ SKIP: {
|
||||
# ########################################################################
|
||||
# Test simple, unfiltered get_db_itr().
|
||||
# ########################################################################
|
||||
# TODO: create flavor-dependent samples
|
||||
test_so(
|
||||
result => $sb->is_cluster_mode
|
||||
? "$out/all-dbs-tbls-cluster-$sandbox_version.txt"
|
||||
|
@@ -16,7 +16,7 @@ CREATE TABLE `component` (
|
||||
`component_group_id` int unsigned NOT NULL,
|
||||
`component_urn` text NOT NULL,
|
||||
PRIMARY KEY (`component_id`)
|
||||
) /*!50100 TABLESPACE `mysql` */ ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 ROW_FORMAT=DYNAMIC COMMENT='Components'
|
||||
) /*!50100 TABLESPACE `mysql` */ ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3 ROW_FORMAT=DYNAMIC COMMENT='Components'
|
||||
|
||||
mysql.db
|
||||
CREATE TABLE `db` (
|
||||
|
Reference in New Issue
Block a user