summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* Raise version number after cloning 5.0.30joerg/mysqldev@mysql.com/production.mysql.com2006-11-141-2/+2
|
* Merge bk-internal:/home/bk/mysql-5.0msvensson@neptunus.(none)2006-11-081-2/+2
|\ | | | | | | into neptunus.(none):/home/msvensson/mysql/mysql-5.0
| * Bump version to 5.0.30msvensson@neptunus.(none)2006-11-071-2/+2
| |
* | Merge alik.:/mnt/raid/alik/MySQL/devel/5.0-rtanozdrin/alik@alik.2006-11-071-0/+8
|\ \ | |/ | | | | into alik.:/mnt/raid/alik/MySQL/devel/5.0-merged-5.0-rt
| * Merge bk-internal.mysql.com:/home/bk/mysql-5.0-mainttsmith/tim@siva.hindu.god2006-10-251-2/+2
| |\ | | | | | | | | | into siva.hindu.god:/usr/home/tim/m/bk/50
| | * Merge siva.hindu.god:/usr/home/tim/m/bk/g50tsmith/tim@siva.hindu.god2006-10-241-2/+2
| | |\ | | | | | | | | | | | | into siva.hindu.god:/usr/home/tim/m/bk/50
| * | \ Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1-maintmsvensson@neptunus.(none)2006-10-241-0/+4
| |\ \ \ | | |/ / | |/| | | | | | into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
| | * | WL#3462 Add testing of MySQL client ABI to prevent unintentional ABI breaksmsvensson@neptunus.(none)2006-10-241-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | BUG#23427 incompatible ABI change in 5.0.26? - Use the icheck tool if avaliable and compare the current mysql.h to a version controlled reference file
| * | | Replace all refernces to .la libraries with direct referencesmsvensson@neptunus.(none)2006-10-241-0/+4
| | | | | | | | | | | | | | | | | | | | to their .libs/*.a library Add comment describing why mwldnlm is called with "x" flag
* | | | Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.0-runtimepetr/cps@outpost.site2006-11-061-0/+7
|\ \ \ \ | |_|_|/ |/| | | | | | | into outpost.site:/home/cps/mysql/trees/5.0-runtime-bug9191
| * | | Merge mysql.com:/home/cps/mysql/trees/4.1-runtime-bug9191petr/cps@mysql.com/owlet.local2006-11-011-0/+7
| |\ \ \ | | |/ / | |/| | | | | | into mysql.com:/home/cps/mysql/trees/5.0-runtime-bug9191
| | * | Fix Bug #9191 "TIMESTAMP/from_unixtime() no longer accepts 2^31-1"petr/cps@mysql.com/owlet.local2006-11-011-0/+7
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (4.1 version, with post-review fixes) The fix for another Bug (6439) limited FROM_UNIXTIME() to TIMESTAMP_MAX_VALUE which is 2145916799 or 2037-12-01 23:59:59 GMT, however unix timestamp in general is not considered to be limited by this value. All dates up to power(2,31)-1 are valid. This patch extends allowed TIMESTAMP range so, that max TIMESTAMP value is power(2,31)-1. It also corrects FROM_UNIXTIME() and UNIX_TIMESTAMP() functions, so that max allowed UNIX_TIMESTAMP() is power(2,31)-1. FROM_UNIXTIME() is fixed accordingly to allow conversion of dates up to 2038-01-19 03:14:07 UTC. The patch also fixes CONVERT_TZ() function to allow extended range of dates. The main problem solved in the patch is possible overflows of variables, used in broken-time representation to time_t conversion (required for UNIX_TIMESTAMP).
* | | Bump version number to 5.0.29, as 28 will be based directly on 27.joerg@trift2.2006-10-241-2/+2
| | |
* | | configure.in:kent@mysql.com/c-544072d5.010-2112-6f72651.cust.bredbandsbolaget.se2006-10-211-2/+2
|/ / | | | | | | Raised version number to 5.0.28
* | Raise version numberbteam/mysqldev@mysql.com/production.mysql.com2006-10-021-2/+2
| |
* | Merge trift2.:/MySQL/M50/extract1-5.0joerg@trift2.2006-09-211-0/+1
|\ \ | | | | | | | | | into trift2.:/MySQL/M50/push-5.0
| * | Include "manual.chm" in the source distribution, because we now use it for ↵joerg@trift-lap.fambruehe2006-09-141-0/+1
| | | | | | | | | | | | Windows builds unchanged.
* | | Merge shellback.(none):/home/msvensson/mysql/bug20602/my50-bug20602msvensson@shellback.(none)2006-09-151-1/+1
|\ \ \ | | | | | | | | | | | | into shellback.(none):/home/msvensson/mysql/work/my50-work
| * | | Bug#14862 undefined reference to `isinf' on SOLARIS - strings/strtod.cmsvensson@shellback.(none)2006-09-121-1/+1
| | | | | | | | | | | | | | | | - Change the configure test looking for 'isinf' so the value returned from isinf is used. That avoids the call to isinf being optimized away.
* | | | Merge msvensson.mysql.internal:mysql/my50-m-bug16576msvensson@shellback.(none)2006-09-151-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | into shellback.(none):/home/msvensson/mysql/work/my50-work
| * | | | Bug#16576 Patch to compile on GNU/Hurd (ps check in configure)msvensson@neptunus.(none)2006-07-261-1/+1
| | | | | | | | | | | | | | | | | | | | - Thanks to Christian Hammers for the patch
* | | | | configure.in : NDB version and general version must be (kept) in sync - ↵joerg@trift2.2006-09-071-1/+1
| | | | | | | | | | | | | | | | | | | | do that.
* | | | | Merge trift2.:/M50/clone-5.0joerg@trift2.2006-09-071-1/+2
|\ \ \ \ \ | | |_|/ / | |/| | | | | | | | into trift2.:/M50/push-5.0
| * | | | Fix a change to "configure.in" that broke building commercial sources.joerg@trift2.2006-09-071-1/+2
| | | | | | | | | | | | | | | | | | | | To be pushed to both the cloned 5.0.25 and the general 5.0 tree.
* | | | | Raise version numberbteam/mysqldev@mysql.com/production.mysql.com2006-09-061-1/+1
|/ / / /
* | | | Modification for win subdirectorygeorg@lmy002.wdf.sap.corp2006-09-011-1/+1
| | | |
* | | | Cset exclude: msvensson@neptunus.(none)|ChangeSet|20060612110740|13873msvensson@neptunus.(none)2006-08-241-9/+6
| | | |
* | | | Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0msvensson@neptunus.(none)2006-08-011-6/+9
|\ \ \ \ | |/ / / | | / / | |/ / |/| | into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
| * | Merge msvensson@msvensson.mysql.internal:/home/msvensson/mysql/my50-bug19517msvensson@maint1.mysql.com2006-07-201-6/+9
| |\ \ | | | | | | | | | | | | into maint1.mysql.com:/data/localhome/msvensson/my50-bug19517
| | * | Bug#19517 No simple way to detect wether server was compiled with libdbugmsvensson@neptunus.(none)2006-06-121-6/+9
| | | | | | | | | | | | | | | | - Define DBUG_ON and DBUG_OFF in config.h
* | | | Merge mysql.com:/Users/kent/mysql/bk/mysql-4.1kent@mysql.com/c-4b4072d5.010-2112-6f72651.cust.bredbandsbolaget.se2006-07-291-1/+1
|\ \ \ \ | | |_|/ | |/| | | | | | into mysql.com:/Users/kent/mysql/bk/mysql-5.0
| * | | Merge mysql.com:/Users/kent/mysql/bk/mysql-4.0kent@mysql.com/c-4b4072d5.010-2112-6f72651.cust.bredbandsbolaget.se2006-07-291-1/+1
| |\ \ \ | | | | | | | | | | | | | | | into mysql.com:/Users/kent/mysql/bk/mysql-4.1
| | * | | configure.in:kent@mysql.com/c-4b4072d5.010-2112-6f72651.cust.bredbandsbolaget.se2006-07-291-1/+1
| | | | | | | | | | | | | | | | | | | | Corrected typo
* | | | | Merge moonlight.intranet:/home/tomash/src/mysql_ab/tmp_mergekroki/tomash@moonlight.intranet2006-07-291-0/+4
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | | into moonlight.intranet:/home/tomash/src/mysql_ab/mysql-5.0-merge
| * | | Merge mysql.com:/Users/kent/mysql/bk/mysql-4.0kent@mysql.com/c-4b4072d5.010-2112-6f72651.cust.bredbandsbolaget.se2006-07-281-0/+4
| |\ \ \ | | |/ / | | | | | | | | into mysql.com:/Users/kent/mysql/bk/mysql-4.1
| | * | Makefile.am, configure.in:kent@mysql.com/c-4b4072d5.010-2112-6f72651.cust.bredbandsbolaget.se2006-07-281-0/+4
| | | | | | | | | | | | | | | | Man page for mysqld command move to section 8 (bug#21220)
| | * | Add a more reliable "getconf" test for Linuxthreads. The later trees should ↵cmiller@zippy.(none)2006-07-071-6/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | already have a better test (and so this should be null-merged there). ALSO! Make it so that it accepts NPTL as a valid _equivalent_ implementation.
| | * | configure.in:kent@mysql.com2006-05-111-1/+1
| | | | | | | | | | | | | | | | Stepped up to 4.0.28
| * | | Increment the version number to 4.1.22, as 4.1.21 is cloned.joerg@trift2.2006-07-141-2/+2
| | | |
* | | | Merge zippy.(none):/home/cmiller/work/mysql/merge/mysql-5.0cmiller@zippy.(none)2006-07-131-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | into zippy.(none):/home/cmiller/work/mysql/m50-maint--07C2P
| * \ \ \ Merge zippy.(none):/home/cmiller/mysql-4.1_bug18470cmiller@zippy.(none)2006-07-121-1/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | into zippy.(none):/home/cmiller/work/mysql/m50-maint--07C2P
| | * | | | Bug#18470: Compile Failure: strings.s fails make with unknown pseudo-opscmiller@calliope.local2006-07-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The bug is thqt we use some nonstandard assembly codes in our strings source, and some assemblers don't know what to do with them: Specifically, Sun's Solaris assembler and Apple's Darwin assembler balk at them. This patch, rather than trying to test for properties of the assembler, which Autoconf doesn't have any decent facilites for, instead tries to compile the code in question and disables assembly if it fails. There's still the problem of unportable assembly, but I'll leave that to someone who feels like rewriting and debugging it.
* | | | | | Raise the version number.joerg@trift2.2006-07-111-2/+2
| | | | | |
* | | | | | Merge mysql.com:/home/emurphy/src/bk-clean/mysql-4.1elliot@mysql.com2006-06-301-4/+4
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | | into mysql.com:/home/emurphy/src/bk-clean/mysql-5.0
| * | | | Bug#19298 mysqld_safe still uses obsolete --skip-locking parameteriggy@mysql.com2006-06-271-4/+4
| | | | |
| * | | | configure.in:kent@mysql.com2006-05-241-1/+1
| | | | | | | | | | | | | | | | | | | | Update NDB version as well
| * | | | configure.in:kent@mysql.com2006-05-241-1/+1
| | | | | | | | | | | | | | | | | | | | Stepped up to 4.1.22
| * | | | configure.in:kent@mysql.com2006-04-291-2/+2
| | | | | | | | | | | | | | | | | | | | Changed version to 4.1.20
* | | | | Increment the version number.joerg@mysql.com2006-06-291-2/+2
| | | | |
* | | | | Merge xiphis.org:/home/antony/work2/p4-bug12096.2acurtis@xiphis.org2006-06-281-0/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | into xiphis.org:/home/antony/work2/p4-bug12096.2-merge