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
daa05167
Commit
daa05167
authored
May 31, 2006
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
proper cleanup after the test
parent
6d44290a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
+17
-0
mysql-test/r/ndb_dd_backuprestore.result
mysql-test/r/ndb_dd_backuprestore.result
+7
-0
mysql-test/t/ndb_dd_backuprestore.test
mysql-test/t/ndb_dd_backuprestore.test
+10
-0
No files found.
mysql-test/r/ndb_dd_backuprestore.result
View file @
daa05167
...
...
@@ -155,3 +155,10 @@ DROP TABLE test.t1;
DROP TABLE test.t2;
DROP TABLE test.t3;
DROP TABLE test.t4;
ALTER TABLESPACE table_space1
DROP DATAFILE './table_space1/datafile.dat'
ENGINE = NDB;
DROP TABLESPACE table_space1
ENGINE = NDB;
DROP LOGFILE GROUP log_group1
ENGINE =NDB;
mysql-test/t/ndb_dd_backuprestore.test
View file @
daa05167
...
...
@@ -160,4 +160,14 @@ DROP TABLE test.t2;
DROP
TABLE
test
.
t3
;
DROP
TABLE
test
.
t4
;
ALTER
TABLESPACE
table_space1
DROP
DATAFILE
'./table_space1/datafile.dat'
ENGINE
=
NDB
;
DROP
TABLESPACE
table_space1
ENGINE
=
NDB
;
DROP
LOGFILE
GROUP
log_group1
ENGINE
=
NDB
;
#End 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