Skip to content

Commit c4cf5e1

Browse files
committed
Fixed main.mysqld-help and connect.drop-open-error tests
1 parent 5b37d58 commit c4cf5e1

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

mysql-test/main/mysqld--help.test

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,13 @@ perl;
2323
# their paths may vary:
2424
@skipvars=qw/basedir open-files-limit general-log-file log plugin-dir plugin-maturity
2525
log-slow-queries pid-file slow-query-log-file log-basename
26+
log-slow-query-file
2627
datadir slave-load-tmpdir tmpdir socket thread-pool-size
2728
large-files-support lower-case-file-system system-time-zone
2829
collation-server character-set-server log-tc-size table-cache
2930
table-open-cache table-open-cache-instances max-connections
3031
tls-version version.* password-reuse-check
32+
provider-bzip2 provider-lzma provider-lzo
3133
password-reuse-check-interval/;
3234

3335
# Plugins which may or may not be there:
@@ -39,7 +41,8 @@ perl;
3941
query-response-time metadata-lock-info locales unix-socket
4042
wsrep file-key-management cracklib-password-check user-variables
4143
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/;
4346

4447
# And substitute the content some environment variables with their
4548
# names:

storage/connect/mysql-test/connect/r/drop-open-error.result

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ create table tcon engine=connect table_type=mysql CONNECTION='mysql://root@local
33
ERROR HY000: Too long value for 'SRCDEF'
44
drop table mdev9949;
55
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")
77
drop table t1;
88
select @@secure_file_priv 'must be NULL';
99
must be NULL

storage/connect/mysql-test/connect/t/drop-open-error.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ create table tcon engine=connect table_type=mysql CONNECTION='mysql://root@local
1414

1515
# copy the invalid frm (as created by the statement above before the MDEV-9949 fix)
1616
copy_file $MTR_SUITE_DIR/std_data/mdev9949.frm $datadir/test/mdev9949.frm;
17+
--replace_result $datadir MYSQLD_DATADIR/ ./ MYSQLD_DATADIR/
1718
drop table mdev9949;
1819
drop table t1;
1920

0 commit comments

Comments
 (0)