diff options
author | unknown <joerg@mysql.com> | 2005-03-29 21:06:22 +0200 |
---|---|---|
committer | unknown <joerg@mysql.com> | 2005-03-29 21:06:22 +0200 |
commit | 36668b3cd204fc039494260f247951029088f911 (patch) | |
tree | 7b2036aff37ad33f504d4497489349c2eeb6024b /configure.in | |
parent | 646f072d2c7d0caef821ebcb28dc47108278f497 (diff) | |
parent | 328781c9590fee9cd29b902ca5157cc845f56ed6 (diff) | |
download | mariadb-git-36668b3cd204fc039494260f247951029088f911.tar.gz |
Propagate the new '--with-big-tables' flag from 4.1 to 5.0.
Incomplete, as the macro body must ne in the new file 'config/ac-macros/misc.m4'
which will follow in a separate changeset.
BitKeeper/deleted/.del-acinclude.m4~f4ab416bac5003:
Merge the 4.0 and 4.1 change of the new '--with-big-tables' flag.
configure.in:
Call the new macro to evaluate the '--with-big-tables' flag.
mysql-test/mysql-test-run.sh:
No change in 5.0, as 4.1 was a backport (Martin).
mysql-test/r/ps_7ndb.result:
Merge from 4.1 (Martin).
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 0b3f1ab31f1..df8dcf8b470 100644 --- a/configure.in +++ b/configure.in @@ -2373,6 +2373,7 @@ AC_SUBST(readline_basedir) AC_SUBST(readline_link) AC_SUBST(readline_h_ln_cmd) +MYSQL_CHECK_BIG_TABLES MYSQL_CHECK_BDB MYSQL_CHECK_INNODB MYSQL_CHECK_EXAMPLEDB |