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
6716fc05
Commit
6716fc05
authored
Feb 24, 2006
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0
into moonbone.local:/work/17530-bug-5.0-mysql
parents
eb7f54a9
f1a8a34c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
mysql-test/t/mysqldump.test
mysql-test/t/mysqldump.test
+4
-4
No files found.
mysql-test/t/mysqldump.test
View file @
6716fc05
...
...
@@ -1050,14 +1050,14 @@ create algorithm=merge view v4 as select * from t1 with cascaded check option;
create
algorithm
=
temptable
view
v5
as
select
*
from
t1
;
# dump tables and views
--
exec
$MYSQL_DUMP
test
>
var
/
tmp
/
bug14871
.
sql
--
exec
$MYSQL_DUMP
test
>
$MYSQLTEST_VARDIR
/
tmp
/
bug14871
.
sql
# drop the db, tables and views
drop
table
t1
;
drop
view
v1
,
v2
,
v3
,
v4
,
v5
;
# Reload dump
--
exec
$MYSQL
test
<
var
/
tmp
/
bug14871
.
sql
--
exec
$MYSQL
test
<
$MYSQLTEST_VARDIR
/
tmp
/
bug14871
.
sql
# check that all tables and views could be created
show
tables
;
...
...
@@ -1083,13 +1083,13 @@ end|
delimiter
;
|
# dump table and trigger
--
exec
$MYSQL_DUMP
test
>
var
/
tmp
/
bug16878
.
sql
--
exec
$MYSQL_DUMP
test
>
$MYSQLTEST_VARDIR
/
tmp
/
bug16878
.
sql
drop
trigger
tr1
;
drop
trigger
tr2
;
drop
table
t1
,
t2
;
# reload dump
--
exec
$MYSQL
test
<
var
/
tmp
/
bug16878
.
sql
--
exec
$MYSQL
test
<
$MYSQLTEST_VARDIR
/
tmp
/
bug16878
.
sql
--
replace_column
6
#
show
triggers
;
drop
trigger
tr1
;
...
...
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