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
15cf355d
Commit
15cf355d
authored
Nov 27, 2009
by
vasil
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
branches/5.1:
Minor changes to support plugin snapshots.
parent
25796d5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
export.sh
export.sh
+5
-3
No files found.
export.sh
View file @
15cf355d
...
...
@@ -23,6 +23,8 @@ if test -z $EDITOR; then
fi
set
-u
BRANCH
=
$(
basename
$(
svn info .|grep ^URL: |cut
-f
2
-d
' '
))
rm
-rf
to-mysql
mkdir
to-mysql
{
,/storage,/patches,/mysql-test
{
,/t,/r,/include
}}
svn log
-v
-r
"
$START_REV
:BASE"
>
to-mysql/log
...
...
@@ -40,15 +42,15 @@ cd to-mysql/storage/innobase
mv
mysql-test/
*
.test mysql-test/
*
.opt ../../mysql-test/t
mv
mysql-test/
*
.result ../../mysql-test/r
mv
mysql-test/
*
.inc ../../mysql-test/include
rmdir
mysql-test
rmdir
mysql-test
||
:
rm
setup.sh export.sh revert_gen.sh compile-innodb-debug compile-innodb
rm
setup.sh export.sh revert_gen.sh compile-innodb-debug compile-innodb
||
:
cd
../..
$EDITOR
log
cd
..
fname
=
"innodb-
5.1
-ss
$2
.tar.gz"
fname
=
"innodb-
$BRANCH
-ss
$2
.tar.gz"
rm
-f
$fname
tar
czf
$fname
to-mysql
...
...
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