mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-12-17 02:00:59 +08:00
PT-572 Fixes for MySQL 8
- Updated sandbox data file - Fixes for pt-upgrade since there is no query_cache in MySQL 8 - Updates for SchemaIterator since there are new/renamed tables in MySQL 8 - Disabled some tests due to errors in MySQL 8.0.4-rc
This commit is contained in:
BIN
sandbox/servers/8.0/data.tar.gz
Normal file
BIN
sandbox/servers/8.0/data.tar.gz
Normal file
Binary file not shown.
@@ -18,7 +18,7 @@ innodb_data_home_dir = /tmp/PORT/data
|
||||
innodb_lock_wait_timeout = 3
|
||||
innodb_log_file_size = 5M
|
||||
innodb_log_group_home_dir = /tmp/PORT/data
|
||||
key_buffer_size = 16M
|
||||
key_buffer_size = 5M
|
||||
local-infile = 1
|
||||
log-bin = mysql-bin
|
||||
log-error = /tmp/PORT/data/mysqld.log
|
||||
@@ -28,7 +28,10 @@ relay_log = mysql-relay-bin
|
||||
report-host = 127.0.0.1
|
||||
report-port = PORT
|
||||
server-id = PORT
|
||||
#local_infile = ON
|
||||
#slow-query-log = 1
|
||||
#slow-query-log-file = /tmp/PORT/data/slow.log
|
||||
#log_slow_admin_statements = 1
|
||||
#long_query_time = 0
|
||||
default_authentication_plugin=mysql_native_password
|
||||
|
||||
# fkc test
|
||||
|
||||
Reference in New Issue
Block a user