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
cec2219c
Commit
cec2219c
authored
Jun 13, 2018
by
Vicențiu Ciorbaru
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '10.0' into 10.1
Pull rename_table test-fix from 10.0
parents
6e55236c
d2e1ed8b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mysql-test/suite/innodb/r/rename_table.result
mysql-test/suite/innodb/r/rename_table.result
+1
-1
mysql-test/suite/innodb/t/rename_table.test
mysql-test/suite/innodb/t/rename_table.test
+1
-1
No files found.
mysql-test/suite/innodb/r/rename_table.result
View file @
cec2219c
call mtr.add_suppression("InnoDB: (Operating system error|The error means|Cannot rename file)");
CREATE TABLE t1 (a INT) ENGINE=InnoDB;
RENAME TABLE t1 TO non_existing_db.t1;
ERROR HY000: Error on rename of '
./test/t1' to './non_existing_db/t1
' (errno: -1 "Internal error < 0 (Not system error)")
ERROR HY000: Error on rename of '
**path-to-t1**' to '**path-to-non-existing-db-t1**
' (errno: -1 "Internal error < 0 (Not system error)")
DROP TABLE t1;
mysql-test/suite/innodb/t/rename_table.test
View file @
cec2219c
...
...
@@ -3,7 +3,7 @@
call
mtr
.
add_suppression
(
"InnoDB: (Operating system error|The error means|Cannot rename file)"
);
CREATE
TABLE
t1
(
a
INT
)
ENGINE
=
InnoDB
;
--
replace_re
sult
"
\\
"
"/"
--
replace_re
gex
/
\
'.*t1\' to/'
**
path
-
to
-
t1
**
' to/ /to \'.*non.*t1\'/to '
**
path
-
to
-
non
-
existing
-
db
-
t1
**
'
/
--
error
ER_ERROR_ON_RENAME
RENAME
TABLE
t1
TO
non_existing_db
.
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