1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-07 17:42:39 +03:00
Commit Graph

7 Commits

Author SHA1 Message Date
vasil
a811adc804 export.sh:
Instead of doing "svn log" for every revision between $START_REV and $END_REV,
lookup the revisions which actually contain changes to this branch and do
"svn log" and "svn diff" only for them.

This makes the script many times faster.

I have checked that both old and new variant create identical snapshots.
2008-09-18 05:47:00 +00:00
vasil
1a49f127c3 * Use START_REV instead of $(($1 + 1)) and END_REV instead of $2
* Use standard while-loop instead of the seq command
2007-07-24 06:45:26 +00:00
osku
379c0d23c0 export.sh: Adapt to ha_innodb now living in storage/innobase in the MySQL
tree.
2006-09-21 09:44:03 +00:00
marko
b74d61df4a Port r543 from innodb/branches/5.0: Port r29 from innodb-4.1/trunk:
export.sh: Generate the files to-mysql/patches/r$REV.patch
containing the output of "svn log" and "svn diff" for each change.
2006-05-09 08:37:14 +00:00
osku
36a5c882d5 export.sh:
Automate snapshot creation process.

 Update "files internal to innobase" list.
2006-04-18 06:48:47 +00:00
osku
dfa8edb51a export.sh: Store log messages in export directory and refactor operations
to avoid warnings.
2005-11-07 13:52:11 +00:00
osku
2903c72469 Import 5.0 code. 2005-10-27 07:29:40 +00:00