File tree Expand file tree Collapse file tree 5 files changed +4
-2
lines changed
main/resources/mysql-default-conf
resources/somepath/mysql_conf_override Expand file tree Collapse file tree 5 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,6 @@ innodb_data_file_path = ibdata1:10M:autoextend
43
43
innodb_buffer_pool_size = 16M
44
44
# innodb_additional_mem_pool_size = 2M
45
45
# Set .._log_file_size to 25 % of buffer pool size
46
- innodb_log_file_size = 5M
47
46
innodb_log_buffer_size = 8M
48
47
innodb_flush_log_at_trx_commit = 1
49
48
innodb_lock_wait_timeout = 50
Original file line number Diff line number Diff line change @@ -9,4 +9,6 @@ public class MySQLTestImages {
9
9
public static final DockerImageName MYSQL_80_IMAGE = DockerImageName .parse ("mysql:8.0.36" );
10
10
11
11
public static final DockerImageName MYSQL_INNOVATION_IMAGE = DockerImageName .parse ("mysql:8.3.0" );
12
+
13
+ public static final DockerImageName MYSQL_93_IMAGE = DockerImageName .parse ("mysql:9.3.0" );
12
14
}
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ public static DockerImageName[] params() {
22
22
MySQLTestImages .MYSQL_57_IMAGE ,
23
23
MySQLTestImages .MYSQL_80_IMAGE ,
24
24
MySQLTestImages .MYSQL_INNOVATION_IMAGE ,
25
+ MySQLTestImages .MYSQL_93_IMAGE
25
26
};
26
27
}
27
28
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ public static DockerImageName[] params() {
22
22
MySQLTestImages .MYSQL_57_IMAGE ,
23
23
MySQLTestImages .MYSQL_80_IMAGE ,
24
24
MySQLTestImages .MYSQL_INNOVATION_IMAGE ,
25
+ MySQLTestImages .MYSQL_93_IMAGE
25
26
};
26
27
}
27
28
Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ innodb_data_file_path = ibdata1:10M:autoextend
46
46
innodb_buffer_pool_size = 16M
47
47
# innodb_additional_mem_pool_size = 2M
48
48
# Set .._log_file_size to 25 % of buffer pool size
49
- innodb_log_file_size = 5M
50
49
innodb_log_buffer_size = 8M
51
50
innodb_flush_log_at_trx_commit = 1
52
51
innodb_lock_wait_timeout = 50
You can’t perform that action at this time.
0 commit comments