From 1e0538324dc4e06e1c7a3dd5d1b872c1485ab2fb Mon Sep 17 00:00:00 2001 From: "monty@hundin.mysql.fi" <> Date: Tue, 29 Oct 2002 21:59:03 +0200 Subject: Added back old LARGEFILE handling Fixed reference to freed memory in acl_init()/grant_init() Fixed possible memory leak. (Could only happen in very strange circumstances) Fixed bug in ALTER TABLE with BDB tables Updated mysql-test for valgrind --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 093b5aa8344..15adb09191e 100644 --- a/configure.in +++ b/configure.in @@ -671,7 +671,7 @@ else AC_MSG_RESULT([no]) fi -AC_SYS_LARGEFILE +MYSQL_SYS_LARGEFILE # Types that must be checked AFTER large file support is checked AC_TYPE_SIZE_T -- cgit v1.2.1