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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
a1b9c3a1
Commit
a1b9c3a1
authored
May 31, 2006
by
serg@sergbook.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
proper cleanup after the test
parent
7135b559
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 @
a1b9c3a1
...
...
@@ -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 @
a1b9c3a1
...
...
@@ -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