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
f1c615ec
Commit
f1c615ec
authored
Feb 26, 2024
by
Monty
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed failure in test connect.drop-open-error for embedded server
parent
89aae15d
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-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
+2
-0
No files found.
storage/connect/mysql-test/connect/r/drop-open-error.result
View file @
f1c615ec
...
...
@@ -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: '
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 @
f1c615ec
This diff is collapsed.
Click to expand it.
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