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
96f4c10d
Commit
96f4c10d
authored
Jul 08, 2006
by
kostja@bodhi.local
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanups: ignore more files.
parent
7bf73ac3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
+10
-4
.bzrignore
.bzrignore
+7
-0
mysql-test/t/mysqldump.test
mysql-test/t/mysqldump.test
+3
-4
No files found.
.bzrignore
View file @
96f4c10d
...
...
@@ -20,11 +20,15 @@
*.res
*.sbr
*.so
*.so.*
*.spec
*/*_pure_*warnings
*/.pure
*~
.*.swp
*.Po
*.Plo
*.lai
./README.build-files
./config.h
./copy_mysql_files.bat
...
...
@@ -41,6 +45,9 @@
.gdb_history
.gdbinit
.libs
client/.libs -prune
tests/.libs -prune
tools/.libs -prune
.o
.out
.snprj/*
...
...
mysql-test/t/mysqldump.test
View file @
96f4c10d
...
...
@@ -1155,12 +1155,11 @@ insert into t values(5, 51);
create
view
v1
as
select
qty
,
price
,
qty
*
price
as
value
from
t
;
create
view
v2
as
select
qty
from
v1
;
--
echo
mysqldump
{
--
exec
$MYSQL_DUMP
--
compact
-
F
--
tab
.
test
--
exec
cat
v1
.
sql
--
exec
$MYSQL_DUMP
--
compact
-
F
--
tab
$MYSQLTEST_VARDIR
/
tmp
test
--
exec
cat
$MYSQLTEST_VARDIR
/
tmp
/
v1
.
sql
--
echo
}
mysqldump
{
--
exec
cat
v2
.
sql
--
exec
cat
$MYSQLTEST_VARDIR
/
tmp
/
v2
.
sql
--
echo
}
mysqldump
--
rm
v
.
sql
t
.
sql
t
.
txt
drop
view
v1
;
drop
view
v2
;
drop
table
t
;
...
...
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