diff options
author | unknown <petr/cps@outpost.site> | 2006-11-10 15:05:38 +0300 |
---|---|---|
committer | unknown <petr/cps@outpost.site> | 2006-11-10 15:05:38 +0300 |
commit | cb80733a898236445a0bcf893b1d7d3d64d2b03c (patch) | |
tree | b66a727b703588ca78df0c1428526178a483cba2 /configure.in | |
parent | facaaeb4c4fab01188b0e79ef1c3787a87e5d252 (diff) | |
parent | 6cf8ceebbfa7c73d933e970c38c3c6aa5a3483c7 (diff) | |
download | mariadb-git-cb80733a898236445a0bcf893b1d7d3d64d2b03c.tar.gz |
Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-4.1
into outpost.site:/home/cps/mysql/trees/4.1-runtime-bug9191
configure.in:
Auto merged
include/my_time.h:
Auto merged
mysql-test/r/func_time.result:
Auto merged
mysql-test/r/rename.result:
Auto merged
mysql-test/t/func_time.test:
Auto merged
sql-common/my_time.c:
Auto merged
sql/item_timefunc.cc:
Auto merged
sql/time.cc:
Auto merged
mysql-test/t/rename.test:
choose one of the race problem solutions. It was solved
differently in -runtime and mainstream
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 013676b0045..a8eed676756 100644 --- a/configure.in +++ b/configure.in @@ -1824,6 +1824,13 @@ then AC_MSG_ERROR("MySQL needs a off_t type.") fi +dnl +dnl check if time_t is unsigned +dnl + +MYSQL_CHECK_TIME_T + + # do we need #pragma interface/#pragma implementation ? # yes if it's gcc 2.x, and not icc pretending to be gcc, and not cygwin AC_MSG_CHECKING(the need for @%:@pragma interface/implementation) |