summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* Merge from mysql-5.1.30-releasetimothy.smith@sun.com2008-11-271-4/+4
|\
| * Back merges from 6.0.8kent.boortz@sun.com2008-11-061-4/+4
| | | | | | | | | | | | | | | | | | | | | | - Removed some copy/paste between debug and normal build in RPM spec - Removed "mysql_upgrade_shell" from RPM build - Removed use of "grep -q" in "configure.in", not portable - Improved test to disable ABI check not to accidently run for icc Other changes - Added make file test targets 'test-bt-fast' and 'test-bt-debug-fast' - Reenabled "jp" test suite run
* | merged 5.1-main -> 5.1-bugteamGeorgi Kodinov2008-11-061-1/+1
|\ \
| * | Raise version number after cloning 5.1.30kent.boortz@sun.com2008-11-061-1/+1
| |/
* | merged 5.1 main -> 5.1-bugteamGeorgi Kodinov2008-11-061-27/+37
|\ \ | |/
| * Merge from mysql-5.1.29-rc-releasekent.boortz@sun.com2008-10-271-27/+37
| |\
| | * More portable sh in configure scriptkent.boortz@sun.com2008-10-111-27/+37
| | |
| | * Added "-rc" to the versionBuild Team2008-10-111-1/+1
| | |\ | | | | | | | | | | | | Removed use of __FUNCTION__
| | | * Added "-rc" to the release numbermysqldev2008-08-281-1/+1
| | | |
| * | | Raise version number after cloning 5.1.29-rckent.boortz@sun.com2008-10-101-1/+1
| |/ /
| * | set back version to 5.1.29Georgi Kodinov2008-10-091-1/+1
| | |
* | | Bug#38477: my_pthread_setprio can change dispatch class on Solaris, not just ↵Davi Arnaut2008-10-151-1/+1
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | priority The problem is that the function used by the server to increase the thread's priority (pthread_setschedparam) has the unintended side-effect of changing the calling thread scheduling policy, possibly overwriting a scheduling policy set by a sysadmin. The solution is to rely on the pthread_setschedprio function, if available, as it only changes the scheduling priority and does not change the scheduling policy. This function is usually available on Solaris and Linux, but it use won't work by default on Linux as the the default scheduling policy only accepts a static priority 0 -- this is acceptable for now as priority changing on Linux is broken anyway.
* | Merge fix of autoconf substitution of string containing single quotes.Chad MILLER2008-10-061-9/+10
|\ \
| * | Fix autoconf substitution and evaluation of a string inside single quotesChad MILLER2008-10-061-9/+10
| | | | | | | | | | | | so that if the substitution contains single-quotes, the program will fail.
* | | Merge fix for bug 11122.Chad MILLER2008-10-061-15/+18
|\ \ \ | |/ /
| * | Merge fix for bug 11122.Chad MILLER2008-10-061-15/+18
| |\ \
| | * | Remove part of comment for b-g#11122 that is no longer true.Chad MILLER2008-10-061-6/+1
| | | |
| | * | Bug#11122: Server won't always start when cold-booting after a crashChad MILLER2008-10-021-15/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The grep expression that finds a running "mysqld" program fails if the "mysqld_safe" is running with the same PID. Now, excise "ps" output that has the word " grep" or "mysqld_safe" in it, to be a little more certain that the matched process is not a false positive hit. This will fail when the path to mysqld contains either of those two names, which should be acceptable. Additionally, some text to search could be truncated if very long. Expand the number of lines "ps" emits.
| * | | merged 5.0-main -> 5.0-bugteamGeorgi Kodinov2008-10-011-2/+2
| |\ \ \
| | * | | Raise version number after cloning 5.0.70timothy.smith@sun.com2008-09-191-2/+2
| | | | |
| * | | | Merge the bug fix development (37098: "unpackaged files")Joerg Bruehe2008-08-271-0/+3
| |\ \ \ \ | | |/ / / | |/| | | | | | | | into the 5.0 team tree.
* | | | | Auto merge 5.1-build -> 5.1-bugteamTimothy Smith2008-09-101-0/+3
|\ \ \ \ \
| * \ \ \ \ Merge main 5.1 tree into 5.1-build team tree.Joerg Bruehe2008-09-101-1/+1
| |\ \ \ \ \
| * \ \ \ \ \ Bug#37098 Get rid of "Installed (but unpackaged)" files in the RPM buildJoerg Bruehe2008-08-271-0/+3
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | / | | |_|_|_|/ | |/| | | | Merge it up from 5.0 to 5.1, adapt to some version differences.
| | * | | | Bug#37098 Get rid of "Installed (but unpackaged)" files in the RPM buildJoerg Bruehe2008-08-251-0/+3
| | | |_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mostly, this affected files (programs, scripts, and manual pages) which got built during a RPM build but were not listed in the appropriate "%files" section of the "spec" file. This is fixed now, they are added. To make this consistent, this patch also makes the build of "innochecksum" (and its inclusion in a tar.gz or other package) depend on whether InnoDB is configured in the build. Also, some tools to create Windows packages are irrelevant in any binary Unix package (not the sources !), and so they are deleted before packaging.
* | | | | merged 5.0-bugteam to 5.1-bugteamGeorgi Kodinov2008-09-101-1/+1
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Correct the version number to 5.0.70.Joerg Bruehe2008-08-131-2/+2
| | | | |
| * | | | Raise version number after cloning 5.0.68timothy.smith@sun.com2008-08-131-2/+2
| | |/ / | |/| |
| * | | Merge from main 5.0 to 5.0-build.Joerg Bruehe2008-07-091-2/+2
| |\ \ \
| | * | | Raise version number after cloning 5.0.66kent@mysql.com2008-07-091-2/+2
| | | | |
| * | | | ild can not be expected on all matching installsDaniel Fischer2008-07-051-3/+9
| |/ / /
| * | | Raise version number after cloning 5.0.64mysqldev2008-06-101-2/+2
| | | |
| * | | Raise version number after cloning 5.0.62jperkin/mysqldev@mysql.com/production.mysql.com2008-05-161-2/+2
| | | |
| * | | Raise version number after cloning 5.0.60kent/mysqldev@mysql.com/production.mysql.com2008-04-231-2/+2
| | | |
| * | | fixed warnings and compile errors from the fix for bug 26243gkodinov/kgeorge@macbook.gmz2008-03-291-0/+3
| | | |
| * | | Merge trift2.:/MySQL/M50/mysql-5.0joerg@trift2.2008-03-051-2/+2
| |\ \ \ | | | | | | | | | | | | | | | into trift2.:/MySQL/M50/push-5.0
| | * | | Raise the version number after cloning 5.0.58joerg@trift2.2008-03-031-2/+2
| | | | |
* | | | | updating server version numberNarayanan V2008-09-051-1/+1
| | | | |
* | | | | merging mysql-5.1->mysql-5.1-seaNarayanan V2008-09-041-1/+1
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Raise version number after cloning 5.1.28-rckent@mysql.com2008-08-281-1/+1
| | |_|/ | |/| |
* | | | WL#4380Narayanan V2008-08-111-0/+2
| | | | | | | | | | | | | | | | Added a comment to the abi_check related part of configure.in
* | | | WL#4380Narayanan V2008-08-081-0/+9
| | | | | | | | | | | | | | | | 1) Disabled abi_check rule for all compilers except gcc 2) restored the -dI option to retain the header information.
* | | | merging mysql-5.1 -> mysql-5.1-seaNarayanan V2008-07-311-20/+1
|\ \ \ \ | |/ / / |/| | |
| * | | WL#4380Thava Alagu2008-07-091-20/+1
| |\ \ \ | | | | | | | | | | Merging changes from 5.1 main tree to 5.1-sea team tree.
| | * | | WL#4380Narayanan V2008-06-171-20/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added a rule that use gcc to generate preprocessor output (gcc -E) that can be then compared to a already generated output using the diff utility. Ran make test on the repository to verify changes.
* | | | | Make community features (including profiling) on by default.Chad MILLER2008-07-241-5/+5
|/ / / /
* | | | We may need 5.1.27 for selected pushes, so reserve the number.Joerg Bruehe2008-06-301-1/+1
| | | |
* | | | auto merge 5.1-main --> 5.1-bugteamGleb Shchepa2008-06-251-1/+1
|\ \ \ \
| * | | | Correct the version number, after cloning 5.1.26 the next one is 27Joerg Bruehe2008-06-201-1/+1
| | | | |
| * | | | Raise version number after cloning 5.1.26Joerg Bruehe2008-06-201-1/+1
| |/ / /