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
1c1a1316
Commit
1c1a1316
authored
Jul 15, 2006
by
mikael/pappa@dator5.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove files that tests leave behind
parent
27b06d9d
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
1 deletion
+4
-1
mysql-test/t/ndb_alter_table.test
mysql-test/t/ndb_alter_table.test
+1
-0
mysql-test/t/partition.test
mysql-test/t/partition.test
+1
-0
mysql-test/t/rpl_ndb_bank.test
mysql-test/t/rpl_ndb_bank.test
+1
-0
mysql-test/t/rpl_ndb_dd_advance.test
mysql-test/t/rpl_ndb_dd_advance.test
+1
-1
No files found.
mysql-test/t/ndb_alter_table.test
View file @
1c1a1316
...
...
@@ -389,6 +389,7 @@ drop index i1 on t1;
--
disable_warnings
--
exec
$NDB_TOOLS_DIR
/
ndb_show_tables
--
p
>
$MYSQLTEST_VARDIR
/
master
-
data
/
test
/
tmp
.
dat
LOAD
DATA
INFILE
'tmp.dat'
INTO
TABLE
ndb_show_tables
;
--
exec
rm
$MYSQLTEST_VARDIR
/
master
-
data
/
test
/
tmp
.
dat
||
true
--
enable_warnings
select
'no_copy'
from
ndb_show_tables
where
id
=
@
t1_id
and
name
like
'%t1%'
;
...
...
mysql-test/t/partition.test
View file @
1c1a1316
...
...
@@ -7,6 +7,7 @@
--
disable_warnings
drop
table
if
exists
t1
;
--
exec
rm
$MYSQLTEST_VARDIR
/
test
/
db
.
opt
||
true
--
enable_warnings
#
...
...
mysql-test/t/rpl_ndb_bank.test
View file @
1c1a1316
...
...
@@ -121,6 +121,7 @@ RESET MASTER;
CREATE
TABLE
IF
NOT
EXISTS
cluster
.
backup_info
(
id
INT
,
backup_id
INT
)
ENGINE
=
HEAP
;
DELETE
FROM
cluster
.
backup_info
;
LOAD
DATA
INFILE
'../tmp.dat'
INTO
TABLE
cluster
.
backup_info
FIELDS
TERMINATED
BY
','
;
--
exec
rm
$MYSQLTEST_VARDIR
/
tmp
.
dat
||
true
--
replace_column
1
<
the_backup_id
>
SELECT
@
the_backup_id
:=
backup_id
FROM
cluster
.
backup_info
;
let
the_backup_id
=
`select @the_backup_id`
;
...
...
mysql-test/t/rpl_ndb_dd_advance.test
View file @
1c1a1316
...
...
@@ -441,7 +441,7 @@ CREATE TEMPORARY TABLE IF NOT EXISTS cluster.backup_info (id INT, backup_id INT)
DELETE
FROM
cluster
.
backup_info
;
LOAD
DATA
INFILE
'../tmp.dat'
INTO
TABLE
cluster
.
backup_info
FIELDS
TERMINATED
BY
','
;
--
exec
rm
$MYSQLTEST_VARDIR
/
tmp
.
dat
||
true
--
replace_column
1
<
the_backup_id
>
SELECT
@
the_backup_id
:=
backup_id
FROM
cluster
.
backup_info
;
...
...
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