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
badc34bd
Commit
badc34bd
authored
Aug 15, 2007
by
tsmith@ramayana.hindu.god
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update result formatting for embedded runs of ps_1general and
trigger tests, to match build_table_filename behavior.
parent
fa9bacb2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
mysql-test/t/ps_1general.test
mysql-test/t/ps_1general.test
+1
-1
mysql-test/t/trigger.test
mysql-test/t/trigger.test
+2
-1
No files found.
mysql-test/t/ps_1general.test
View file @
badc34bd
...
...
@@ -577,7 +577,7 @@ prepare stmt1 from ' rename table t5 to t6, t7 to t8 ' ;
create
table
t5
(
a
int
)
;
# rename must fail, t7 does not exist
# Clean up the filename here because embedded server reports whole path
--
replace_result
\\
/
$MYSQLTEST_VARDIR
.
/
master
-
data
/
""
t7
.
frm
t7
--
replace_result
$MYSQLTEST_VARDIR
.
master
-
data
/
''
t7
.
frm
t7
--
error
1017
execute
stmt1
;
create
table
t7
(
a
int
)
;
...
...
mysql-test/t/trigger.test
View file @
badc34bd
...
...
@@ -1146,7 +1146,8 @@ write_file $MYSQLTEST_VARDIR/master-data/test/t1_ai.TRN~;
dummy
EOF
chmod
0000
$MYSQLTEST_VARDIR
/
master
-
data
/
test
/
t1_ai
.
TRN
~
;
--
replace_result
$MYSQLTEST_VARDIR
.
master
-
data
// ''
# Normalize the datadir path; the embedded server doesn't chdir to datadir
--
replace_result
$MYSQLTEST_VARDIR
.
master
-
data
/
''
--
error
1
rename
table
t1
to
t2
;
# 't1' should be still there and triggers should work correctly
...
...
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