Skip to content

Commit 79db158

Browse files
committed
Add MySQL 8.1 bootstrap support in unittests.py
Change-Id: I373eb4169c8855a7cbc114effc551ba1d564aa52
1 parent 1c3ba9e commit 79db158

File tree

1 file changed

+1
-27
lines changed

1 file changed

+1
-27
lines changed

unittests.py

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -114,36 +114,10 @@
114114
# MySQL option file template. Platform specifics dynamically added later.
115115
MY_CNF = """
116116
# MySQL option file for MySQL Connector/Python tests
117-
[mysqld-8.0]
118-
plugin-load={mysqlx_plugin}
119-
loose_mysqlx_port={mysqlx_port}
120-
{mysqlx_bind_address}
121-
122-
[mysqld-5.7]
117+
[mysqld]
123118
plugin-load={mysqlx_plugin}
124119
loose_mysqlx_port={mysqlx_port}
125120
{mysqlx_bind_address}
126-
127-
[mysqld-5.6]
128-
innodb_compression_level = 0
129-
innodb_compression_failure_threshold_pct = 0
130-
lc_messages_dir = {lc_messages_dir}
131-
lc_messages = en_US
132-
general_log = ON
133-
134-
[mysqld-5.5]
135-
lc_messages_dir = {lc_messages_dir}
136-
lc_messages = en_US
137-
general_log = ON
138-
139-
[mysqld-5.1]
140-
language = {lc_messages_dir}/english
141-
general_log = ON
142-
143-
[mysqld-5.0]
144-
language = {lc_messages_dir}/english
145-
146-
[mysqld]
147121
max_allowed_packet = 26777216
148122
net_read_timeout = 120
149123
net_write_timeout = 120

0 commit comments

Comments
 (0)