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
91ab5b4f
Commit
91ab5b4f
authored
Apr 02, 2007
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge bk-internal.mysql.com:/home/bk/mysql-5.0-maint
into recycle.(none):/src/bug23491_ii/my50-bug23491_ii
parents
4cccc2f5
f7417a29
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 @
91ab5b4f
...
...
@@ -918,7 +918,7 @@ port=1234
EOF
--
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
--
remov_file
$MYSQLTEST_VARDIR
/
tmp
/
tmp
.
cnf
--
remov
e
_file
$MYSQLTEST_VARDIR
/
tmp
/
tmp
.
cnf
--
echo
#
--
echo
# Test of fix to BUG 12597
...
...
@@ -1480,10 +1480,10 @@ create function f2() returns int return f1();
create
view
v3
as
select
bug23491_original
.
f1
();
# 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.
--
exec
$MYSQL
bug23491_restore
<
$MYSQLTEST_VARDIR
/
tmp
/
bug23491_backup
.
sql
;
--
exec
$MYSQL
bug23491_restore
<
$MYSQLTEST_VARDIR
/
tmp
/
bug23491_backup
.
sql
# Verify
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