Commit graph

21 commits

Author SHA1 Message Date
marko
5b4736c687 branches/zip: scripts/install_innodb_plugins_win.sql: New script,
for installing the InnoDB plugins in Windows.  Copied from
scripts/install_innodb_plugins.sql.
2008-10-31 12:21:43 +00:00
vasil
508c71fe07 Rename install_dynamic.sql to install_innodb_plugins.sql
Suggested by:	Ken
2008-04-30 07:02:16 +00:00
vasil
5e446ef781 Add SQL script to install InnoDB if it is built as a dynamic plugin
Suggested by:	Ken
2008-04-30 06:31:25 +00:00
vasil
08986d3538 Remove the aux build script as they are now in the plugin/ repo. 2008-04-11 06:51:16 +00:00
vasil
bf66fdcdcb Sync with the latest changes. 2008-04-11 06:42:35 +00:00
vasil
1407e1998a Sync the comment with the actual name of the source archive. 2008-04-09 13:39:33 +00:00
sunny
4ab3c46b3f branches/zip: Add an additional target architecture parameter to
make_binary_release.sh which is passed to dynconfig. If the target
architecture is i[3456]86 then we disable the --with-pic flag.
2008-04-09 09:24:04 +00:00
vasil
9f2e9b9a7f Do not calculate MD5 sums of the archives. Not necessary in this simple script.
Keep it simple.
2008-04-07 07:14:23 +00:00
vasil
743493aaf2 Put InnoDB version before MySQL version in the name of the archive. 2008-04-07 07:12:48 +00:00
vasil
9cca02926e Hack the autotools' files so users can compile without having autotools installed. 2008-04-04 11:32:41 +00:00
vasil
4fac239bf6 branches/zip:
Reflect the rename of build-plugin.sh.
2008-04-04 07:04:21 +00:00
vasil
37819cdd28 branches/zip:
Rename build-plugin.sh to make_binary_release.sh.
2008-04-04 07:03:05 +00:00
vasil
4c8c55449d branches/zip:
Add an aux script for preparing the source archives of the plugin that we
are going to ship.
2008-04-04 07:01:43 +00:00
marko
b27b407d93 branches/zip: scripts/dynconfig: Correct misleading usage message.
At present, the script only accepts one command line parameter.
Append newline to some die messages, so that the Perl interpreter
will not print the file name and line number of the failing statement.
2008-02-08 12:31:13 +00:00
marko
b991da9846 branches/zip: Remove innodb_redefine.h and all references to it. The
file has been redundant since r2278.

include/innodb_redefine.h: Remove.

include/sync0sync.h: Remove the definition of mutex_free that was added
because of innodb_redefine.h.

include/univ.i: Remove references to innodb_redefine.h.  Explain why
the C++ classes need to be renamed.

scripts/build-plugin.sh: Build InnoDB only once.  The file
innodb_redefine.h is no longer needed.
2008-02-08 12:23:17 +00:00
marko
e0cbe8f4d2 branches/zip: scripts/dynconfig: Minor cleanup (spelling and formatting). 2008-02-08 12:18:06 +00:00
vasil
83e20f9030 branches/zip:
Remove unnecessary code. Environment variables are passed to children anyway,
no need to export them.

Approved by:	Sunny (via IM)
2007-11-13 09:31:54 +00:00
vasil
669ec871c4 branches/zip:
Fix typos in comment.
2007-11-13 07:41:34 +00:00
sunny
2d366a4520 branches/zip: Minor fix, remove the constant, calculate the length of
string dynamically.
2007-11-12 23:40:36 +00:00
sunny
be9e4416c2 branches/zip: Change directory to one level up if export.sh script run from
within the scripts/ directory, so that the relative paths work. This change
was required because the script was moved from the top-level directory to
its sub-directory scripts/.
2007-11-12 23:28:59 +00:00
sunny
cd0161863e branches/zip: Add plugin build scripts, move export.sh to the scripts/ directory 2007-11-12 23:19:06 +00:00