unknown
984983f852
Warning fixes for Windows, and an include fix for Windows for Innodb.
...
storage/archive/azio.c:
Fixed warnings for windows
storage/federated/ha_federated.cc:
Warning fixes for Windows
storage/innobase/CMakeLists.txt:
Fixed includes for Windows
2006-09-07 16:17:16 -07:00
brian@zim.(none)
aa52207c11
Warning fixes for Windows, and an include fix for Windows for Innodb.
2006-09-07 16:17:16 -07:00
unknown
2dfaa6697c
add 2 placeholder values for config and system variables.
2006-08-30 14:27:29 -07:00
acurtis/antony@xiphis.org/ltantony.xiphis.org
38a59efbc9
add 2 placeholder values for config and system variables.
2006-08-30 14:27:29 -07:00
unknown
6df61606ea
no longer need ifdef as plugin is conditionally compiled
2006-08-25 00:37:01 -07:00
acurtis/antony@xiphis.org/ltantony.xiphis.org
aeea252b4d
no longer need ifdef as plugin is conditionally compiled
2006-08-25 00:37:01 -07:00
unknown
cfafd45807
This changeset moves the ha_myisam files to their storage directories. It also includes updates for all engines include patch for windows builds.
...
storage/myisam/ha_myisam.h:
Rename: sql/ha_myisam.h -> storage/myisam/ha_myisam.h
libmysqld/Makefile.am:
Removing myisam
sql/CMakeLists.txt:
removing myisam reference
sql/Makefile.am:
Removing myisam reference.
sql/handler.cc:
Removing unneeded include reference
sql/mysqld.cc:
updating include reference
storage/archive/CMakeLists.txt:
Update windows include
storage/blackhole/CMakeLists.txt:
Update windows include
storage/csv/CMakeLists.txt:
Update Windows include
storage/example/CMakeLists.txt:
Update windows include
storage/federated/CMakeLists.txt:
Update windows include
storage/heap/CMakeLists.txt:
Update windows include
storage/myisam/CMakeLists.txt:
Adding ha_myisam reference
storage/myisam/Makefile.am:
Updatinng Makefile.am
storage/myisam/ha_myisam.cc:
Updating include reference
storage/myisammrg/CMakeLists.txt:
Update windows include
2006-08-19 17:38:42 -07:00
brian@zim.(none)
f68ce0ddef
This changeset moves the ha_myisam files to their storage directories. It also includes updates for all engines include patch for windows builds.
2006-08-19 17:38:42 -07:00
unknown
d1c1dac819
Update to push all of merge into the merge storage directory.
...
storage/myisammrg/ha_myisammrg.h:
Rename: sql/ha_myisammrg.h -> storage/myisammrg/ha_myisammrg.h
storage/federated/CMakeLists.txt:
BitKeeper file /home/brian/mysql/arch-5.1/storage/federated/CMakeLists.txt
libmysqld/Makefile.am:
Removed mrg
sql/CMakeLists.txt:
Removed mrg
sql/Makefile.am:
Removed mrg
sql/handler.cc:
Removed mrg include (no longer needed)
sql/sql_cache.cc:
Updated include files
storage/heap/Makefile.am:
Formatting
storage/myisammrg/Makefile.am:
Updated makefile for mrg
storage/myisammrg/ha_myisammrg.cc:
Updated Makefile
2006-08-19 10:23:22 -07:00
brian@zim.(none)
800e348740
Update to push all of merge into the merge storage directory.
2006-08-19 10:23:22 -07:00
unknown
b470b3ab87
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''
2006-08-18 21:19:19 -07:00
brian@zim.(none)
3d09079e31
Major changes are plug.in files created for almost all storage engines. A few stray BDB references removed.
2006-08-18 21:19:19 -07:00