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
f7417a29
Commit
f7417a29
authored
Apr 02, 2007
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor test cleanup.
mysql-test/t/mysqldump.test: Fix for failing Windows test.
parent
44d4940f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
mysql-test/t/mysqldump.test
mysql-test/t/mysqldump.test
+3
-3
No files found.
mysql-test/t/mysqldump.test
View file @
f7417a29
...
@@ -918,7 +918,7 @@ port=1234
...
@@ -918,7 +918,7 @@ port=1234
EOF
EOF
--
exec
$MYSQL_MY_PRINT_DEFAULTS
-
c
$MYSQLTEST_VARDIR
/
tmp
/
tmp
.
cnf
mysqltest1
--
exec
$MYSQL_MY_PRINT_DEFAULTS
-
c
$MYSQLTEST_VARDIR
/
tmp
/
tmp
.
cnf
mysqltest1
--
exec
$MYSQL_MY_PRINT_DEFAULTS
-
e
$MYSQLTEST_VARDIR
/
tmp
/
tmp
.
cnf
mysqltest1
mysqltest1
--
exec
$MYSQL_MY_PRINT_DEFAULTS
-
e
$MYSQLTEST_VARDIR
/
tmp
/
tmp
.
cnf
mysqltest1
mysqltest1
--
remov_file
$MYSQLTEST_VARDIR
/
tmp
/
tmp
.
cnf
--
remov
e
_file
$MYSQLTEST_VARDIR
/
tmp
/
tmp
.
cnf
--
echo
#
--
echo
#
--
echo
# Test of fix to BUG 12597
--
echo
# Test of fix to BUG 12597
...
@@ -1480,10 +1480,10 @@ create function f2() returns int return f1();
...
@@ -1480,10 +1480,10 @@ create function f2() returns int return f1();
create
view
v3
as
select
bug23491_original
.
f1
();
create
view
v3
as
select
bug23491_original
.
f1
();
# Backup.
# Backup.
--
exec
$MYSQL_DUMP
--
skip
-
comments
-
uroot
--
opt
--
routines
bug23491_original
>
$MYSQLTEST_VARDIR
/
tmp
/
bug23491_backup
.
sql
;
--
exec
$MYSQL_DUMP
--
skip
-
comments
-
uroot
--
opt
--
routines
bug23491_original
>
$MYSQLTEST_VARDIR
/
tmp
/
bug23491_backup
.
sql
# Restore.
# Restore.
--
exec
$MYSQL
bug23491_restore
<
$MYSQLTEST_VARDIR
/
tmp
/
bug23491_backup
.
sql
;
--
exec
$MYSQL
bug23491_restore
<
$MYSQLTEST_VARDIR
/
tmp
/
bug23491_backup
.
sql
# Verify
# Verify
use
bug23491_restore
;
use
bug23491_restore
;
...
...
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