diff options
author | unknown <brian@zim.(none)> | 2005-09-02 16:01:26 -0700 |
---|---|---|
committer | unknown <brian@zim.(none)> | 2005-09-02 16:01:26 -0700 |
commit | 824c6cf9c30fd555c0a7e52b6de3cf63432f24d9 (patch) | |
tree | f2ae447f294c7f4db9955ef32fc13a18429b492f /config | |
parent | 9ea1d5e293a0a12b1be1d305d1a88e2aae18a4ba (diff) | |
download | mariadb-git-824c6cf9c30fd555c0a7e52b6de3cf63432f24d9.tar.gz |
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
Diffstat (limited to 'config')
-rw-r--r-- | config/ac-macros/ha_partition.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/ac-macros/ha_partition.m4 b/config/ac-macros/ha_partition.m4 index 1cfb5135771..ddec98530ce 100644 --- a/config/ac-macros/ha_partition.m4 +++ b/config/ac-macros/ha_partition.m4 @@ -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]) |