Fixed partition push so that it now compiles. The sinclude directory was not added which means that though the code was in the tree, it never actually compiled. I did make sure that it compiles, but there are no tests to really test functionality at this point.

BUILD/SETUP.sh:
  Added partition engine to default max builds.
config/ac-macros/ha_partition.m4:
  Fixed spacing issue
configure.in:
  Added sinclude for partition rules
This commit is contained in:
unknown 2005-09-02 16:01:26 -07:00
commit 824c6cf9c3
3 changed files with 4 additions and 3 deletions

View file

@ -6,7 +6,7 @@ AC_DEFUN([MYSQL_CHECK_PARTITIONDB], [
AC_ARG_WITH([partition],
[
--with-partition
Enable the Partition Storage Engine],
Enable the Partition Storage Engine],
[partitiondb="$withval"],
[partitiondb=no])
AC_MSG_CHECKING([for partition])