File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
storage/connect/mysql-test/connect Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,13 @@ perl;
23
23
# their paths may vary:
24
24
@skipvars=qw/basedir open-files-limit general-log-file log plugin-dir plugin-maturity
25
25
log-slow-queries pid-file slow-query-log-file log-basename
26
+ log-slow-query-file
26
27
datadir slave-load-tmpdir tmpdir socket thread-pool-size
27
28
large-files-support lower-case-file-system system-time-zone
28
29
collation-server character-set-server log-tc-size table-cache
29
30
table-open-cache table-open-cache-instances max-connections
30
31
tls-version version.* password-reuse-check
32
+ provider-bzip2 provider-lzma provider-lzo
31
33
password-reuse-check-interval/;
32
34
33
35
# Plugins which may or may not be there:
39
41
query-response-time metadata-lock-info locales unix-socket
40
42
wsrep file-key-management cracklib-password-check user-variables
41
43
provider-bzip2 provider-lzma provider-lzo
42
- thread-pool-groups thread-pool-queues thread-pool-stats thread-pool-waits/;
44
+ thread-pool-groups thread-pool-queues thread-pool-stats
45
+ thread-pool-waits hashicorp provider gssapi/;
43
46
44
47
# And substitute the content some environment variables with their
45
48
# names:
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ create table tcon engine=connect table_type=mysql CONNECTION='mysql://root@local
3
3
ERROR HY000: Too long value for 'SRCDEF'
4
4
drop table mdev9949;
5
5
Warnings:
6
- Warning 1017 Can't find file: '. /test/mdev9949.dos' (errno: 2 "No such file or directory")
6
+ Warning 1017 Can't find file: 'MYSQLD_DATADIR /test/mdev9949.dos' (errno: 2 "No such file or directory")
7
7
drop table t1;
8
8
select @@secure_file_priv 'must be NULL';
9
9
must be NULL
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ create table tcon engine=connect table_type=mysql CONNECTION='mysql://root@local
14
14
15
15
# copy the invalid frm (as created by the statement above before the MDEV-9949 fix)
16
16
copy_file $MTR_SUITE_DIR/std_data/mdev9949.frm $datadir/test/mdev9949.frm;
17
+ --replace_result $datadir MYSQLD_DATADIR/ ./ MYSQLD_DATADIR/
17
18
drop table mdev9949;
18
19
drop table t1;
19
20
You can’t perform that action at this time.
0 commit comments