Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
c4cf5e17
Commit
c4cf5e17
authored
Jun 13, 2023
by
Monty
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed main.mysqld-help and connect.drop-open-error tests
parent
5b37d583
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
mysql-test/main/mysqld--help.test
mysql-test/main/mysqld--help.test
+4
-1
storage/connect/mysql-test/connect/r/drop-open-error.result
storage/connect/mysql-test/connect/r/drop-open-error.result
+1
-1
storage/connect/mysql-test/connect/t/drop-open-error.test
storage/connect/mysql-test/connect/t/drop-open-error.test
+1
-0
No files found.
mysql-test/main/mysqld--help.test
View file @
c4cf5e17
...
...
@@ -23,11 +23,13 @@ perl;
# their paths may vary:
@
skipvars
=
qw
/
basedir
open
-
files
-
limit
general
-
log
-
file
log
plugin
-
dir
plugin
-
maturity
log
-
slow
-
queries
pid
-
file
slow
-
query
-
log
-
file
log
-
basename
log
-
slow
-
query
-
file
datadir
slave
-
load
-
tmpdir
tmpdir
socket
thread
-
pool
-
size
large
-
files
-
support
lower
-
case
-
file
-
system
system
-
time
-
zone
collation
-
server
character
-
set
-
server
log
-
tc
-
size
table
-
cache
table
-
open
-
cache
table
-
open
-
cache
-
instances
max
-
connections
tls
-
version
version
.*
password
-
reuse
-
check
provider
-
bzip2
provider
-
lzma
provider
-
lzo
password
-
reuse
-
check
-
interval
/
;
# Plugins which may or may not be there:
...
...
@@ -39,7 +41,8 @@ perl;
query
-
response
-
time
metadata
-
lock
-
info
locales
unix
-
socket
wsrep
file
-
key
-
management
cracklib
-
password
-
check
user
-
variables
provider
-
bzip2
provider
-
lzma
provider
-
lzo
thread
-
pool
-
groups
thread
-
pool
-
queues
thread
-
pool
-
stats
thread
-
pool
-
waits
/
;
thread
-
pool
-
groups
thread
-
pool
-
queues
thread
-
pool
-
stats
thread
-
pool
-
waits
hashicorp
provider
gssapi
/
;
# And substitute the content some environment variables with their
# names:
...
...
storage/connect/mysql-test/connect/r/drop-open-error.result
View file @
c4cf5e17
...
...
@@ -3,7 +3,7 @@ create table tcon engine=connect table_type=mysql CONNECTION='mysql://root@local
ERROR HY000: Too long value for 'SRCDEF'
drop table mdev9949;
Warnings:
Warning 1017 Can't find file: '
.
/test/mdev9949.dos' (errno: 2 "No such file or directory")
Warning 1017 Can't find file: '
MYSQLD_DATADIR
/test/mdev9949.dos' (errno: 2 "No such file or directory")
drop table t1;
select @@secure_file_priv 'must be NULL';
must be NULL
...
...
storage/connect/mysql-test/connect/t/drop-open-error.test
View file @
c4cf5e17
...
...
@@ -14,6 +14,7 @@ create table tcon engine=connect table_type=mysql CONNECTION='mysql://root@local
# copy the invalid frm (as created by the statement above before the MDEV-9949 fix)
copy_file
$MTR_SUITE_DIR
/
std_data
/
mdev9949
.
frm
$datadir
/
test
/
mdev9949
.
frm
;
--
replace_result
$datadir
MYSQLD_DATADIR
/
./
MYSQLD_DATADIR
/
drop
table
mdev9949
;
drop
table
t1
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment