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
be3e1d2f
Commit
be3e1d2f
authored
Apr 20, 2006
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added missing cleanup in test causing later test to fail
parent
724b71b0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
+17
-0
mysql-test/r/rpl_ndb_dd_partitions.result
mysql-test/r/rpl_ndb_dd_partitions.result
+8
-0
mysql-test/t/rpl_ndb_dd_partitions.test
mysql-test/t/rpl_ndb_dd_partitions.test
+9
-0
No files found.
mysql-test/r/rpl_ndb_dd_partitions.result
View file @
be3e1d2f
...
...
@@ -716,3 +716,11 @@ DELETE FROM t1;
--- End test 5 key partition testing ---
--- Do Cleanup ---
DROP TABLE IF EXISTS t1;
alter tablespace ts1
drop datafile 'datafile.dat'
engine=ndb;
alter tablespace ts1
drop datafile 'datafile02.dat'
engine=ndb;
DROP TABLESPACE ts1 ENGINE=NDB;
DROP LOGFILE GROUP lg1 ENGINE=NDB;
mysql-test/t/rpl_ndb_dd_partitions.test
View file @
be3e1d2f
...
...
@@ -297,5 +297,14 @@ SHOW CREATE TABLE t1;
--
echo
---
Do
Cleanup
---
DROP
TABLE
IF
EXISTS
t1
;
alter
tablespace
ts1
drop
datafile
'datafile.dat'
engine
=
ndb
;
alter
tablespace
ts1
drop
datafile
'datafile02.dat'
engine
=
ndb
;
DROP
TABLESPACE
ts1
ENGINE
=
NDB
;
DROP
LOGFILE
GROUP
lg1
ENGINE
=
NDB
;
--
sync_slave_with_master
# End of 5.1 test case
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