diff options
author | unknown <brian@zim.(none)> | 2006-08-18 21:19:19 -0700 |
---|---|---|
committer | unknown <brian@zim.(none)> | 2006-08-18 21:19:19 -0700 |
commit | b470b3ab87743a13470098b8446da3fe2e100c9e (patch) | |
tree | 5e3642a4d6fe9f0bfc4b88394c8d2dae810fb30b /BUILD/autorun.sh | |
parent | bc4215111ca83b8535915c8b8d207fe105b4cb66 (diff) | |
download | mariadb-git-b470b3ab87743a13470098b8446da3fe2e100c9e.tar.gz |
Major changes are plug.in files created for almost all storage engines. A few stray BDB references removed.
storage/blackhole/plug.in:
BitKeeper file /home/brian/mysql/arch-5.1/storage/blackhole/plug.in
storage/heap/plug.in:
BitKeeper file /home/brian/mysql/arch-5.1/storage/heap/plug.in
storage/myisam/plug.in:
BitKeeper file /home/brian/mysql/arch-5.1/storage/myisam/plug.in
storage/myisammrg/plug.in:
BitKeeper file /home/brian/mysql/arch-5.1/storage/myisammrg/plug.in
storage/federated/ha_federated.h:
Rename: sql/ha_federated.h -> storage/federated/ha_federated.h
BUILD/FINISH.sh:
Stray BDB reference
BUILD/autorun.sh:
Stray bdb reference
BUILD/compile-alpha-cxx:
Stray bdb reference
BUILD/compile-alpha-debug:
Stray bdb reference
BUILD/compile-dist:
Stray BDB Reference
BUILD/compile-ia64-debug-max:
Stray BDB reference
configure.in:
All plugin code is now in plug.in files. Few tricky exceptions left.
sql/CMakeLists.txt:
Removed federated references
sql/Makefile.am:
Removed federated references
sql/mysql_priv.h:
stray bdb reference
storage/example/ha_example.cc:
Enabled all of mysql include
storage/federated/ha_federated.cc:
Added plugin defs
storage/csv/plug.in:
New BitKeeper file ``storage/csv/plug.in''
storage/federated/Makefile.am:
New BitKeeper file ``storage/federated/Makefile.am''
storage/federated/plug.in:
New BitKeeper file ``storage/federated/plug.in''
storage/innobase/plug.in:
New BitKeeper file ``storage/innobase/plug.in''
storage/ndb/plug.in:
New BitKeeper file ``storage/ndb/plug.in''
Diffstat (limited to 'BUILD/autorun.sh')
-rwxr-xr-x | BUILD/autorun.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/BUILD/autorun.sh b/BUILD/autorun.sh index 9ffe61b250a..337f43512fa 100755 --- a/BUILD/autorun.sh +++ b/BUILD/autorun.sh @@ -11,7 +11,6 @@ if [ -f /usr/bin/glibtoolize ] LIBTOOLIZE=libtoolize fi -(cd storage/bdb/dist && sh s_all) (cd storage/innobase && aclocal && autoheader && \ $LIBTOOLIZE --automake --force --copy && \ automake --force --add-missing --copy && autoconf) |