Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge from mysql-5.1.30-release | timothy.smith@sun.com | 2008-11-27 | 1 | -4/+4 |
|\ | |||||
| * | Back merges from 6.0.8 | kent.boortz@sun.com | 2008-11-06 | 1 | -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-bugteam | Georgi Kodinov | 2008-11-06 | 1 | -1/+1 |
|\ \ | |||||
| * | | Raise version number after cloning 5.1.30 | kent.boortz@sun.com | 2008-11-06 | 1 | -1/+1 |
| |/ | |||||
* | | merged 5.1 main -> 5.1-bugteam | Georgi Kodinov | 2008-11-06 | 1 | -27/+37 |
|\ \ | |/ | |||||
| * | Merge from mysql-5.1.29-rc-release | kent.boortz@sun.com | 2008-10-27 | 1 | -27/+37 |
| |\ | |||||
| | * | More portable sh in configure script | kent.boortz@sun.com | 2008-10-11 | 1 | -27/+37 |
| | | | |||||
| | * | Added "-rc" to the version | Build Team | 2008-10-11 | 1 | -1/+1 |
| | |\ | | | | | | | | | | | | | Removed use of __FUNCTION__ | ||||
| | | * | Added "-rc" to the release number | mysqldev | 2008-08-28 | 1 | -1/+1 |
| | | | | |||||
| * | | | Raise version number after cloning 5.1.29-rc | kent.boortz@sun.com | 2008-10-10 | 1 | -1/+1 |
| |/ / | |||||
| * | | set back version to 5.1.29 | Georgi Kodinov | 2008-10-09 | 1 | -1/+1 |
| | | | |||||
* | | | Bug#38477: my_pthread_setprio can change dispatch class on Solaris, not just ↵ | Davi Arnaut | 2008-10-15 | 1 | -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 MILLER | 2008-10-06 | 1 | -9/+10 |
|\ \ | |||||
| * | | Fix autoconf substitution and evaluation of a string inside single quotes | Chad MILLER | 2008-10-06 | 1 | -9/+10 |
| | | | | | | | | | | | | so that if the substitution contains single-quotes, the program will fail. | ||||
* | | | Merge fix for bug 11122. | Chad MILLER | 2008-10-06 | 1 | -15/+18 |
|\ \ \ | |/ / | |||||
| * | | Merge fix for bug 11122. | Chad MILLER | 2008-10-06 | 1 | -15/+18 |
| |\ \ | |||||
| | * | | Remove part of comment for b-g#11122 that is no longer true. | Chad MILLER | 2008-10-06 | 1 | -6/+1 |
| | | | | |||||
| | * | | Bug#11122: Server won't always start when cold-booting after a crash | Chad MILLER | 2008-10-02 | 1 | -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-bugteam | Georgi Kodinov | 2008-10-01 | 1 | -2/+2 |
| |\ \ \ | |||||
| | * | | | Raise version number after cloning 5.0.70 | timothy.smith@sun.com | 2008-09-19 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Merge the bug fix development (37098: "unpackaged files") | Joerg Bruehe | 2008-08-27 | 1 | -0/+3 |
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | into the 5.0 team tree. | ||||
* | | | | | Auto merge 5.1-build -> 5.1-bugteam | Timothy Smith | 2008-09-10 | 1 | -0/+3 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge main 5.1 tree into 5.1-build team tree. | Joerg Bruehe | 2008-09-10 | 1 | -1/+1 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Bug#37098 Get rid of "Installed (but unpackaged)" files in the RPM build | Joerg Bruehe | 2008-08-27 | 1 | -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 build | Joerg Bruehe | 2008-08-25 | 1 | -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-bugteam | Georgi Kodinov | 2008-09-10 | 1 | -1/+1 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | Correct the version number to 5.0.70. | Joerg Bruehe | 2008-08-13 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Raise version number after cloning 5.0.68 | timothy.smith@sun.com | 2008-08-13 | 1 | -2/+2 |
| | |/ / | |/| | | |||||
| * | | | Merge from main 5.0 to 5.0-build. | Joerg Bruehe | 2008-07-09 | 1 | -2/+2 |
| |\ \ \ | |||||
| | * | | | Raise version number after cloning 5.0.66 | kent@mysql.com | 2008-07-09 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | ild can not be expected on all matching installs | Daniel Fischer | 2008-07-05 | 1 | -3/+9 |
| |/ / / | |||||
| * | | | Raise version number after cloning 5.0.64 | mysqldev | 2008-06-10 | 1 | -2/+2 |
| | | | | |||||
| * | | | Raise version number after cloning 5.0.62 | jperkin/mysqldev@mysql.com/production.mysql.com | 2008-05-16 | 1 | -2/+2 |
| | | | | |||||
| * | | | Raise version number after cloning 5.0.60 | kent/mysqldev@mysql.com/production.mysql.com | 2008-04-23 | 1 | -2/+2 |
| | | | | |||||
| * | | | fixed warnings and compile errors from the fix for bug 26243 | gkodinov/kgeorge@macbook.gmz | 2008-03-29 | 1 | -0/+3 |
| | | | | |||||
| * | | | Merge trift2.:/MySQL/M50/mysql-5.0 | joerg@trift2. | 2008-03-05 | 1 | -2/+2 |
| |\ \ \ | | | | | | | | | | | | | | | | into trift2.:/MySQL/M50/push-5.0 | ||||
| | * | | | Raise the version number after cloning 5.0.58 | joerg@trift2. | 2008-03-03 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | updating server version number | Narayanan V | 2008-09-05 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | merging mysql-5.1->mysql-5.1-sea | Narayanan V | 2008-09-04 | 1 | -1/+1 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | Raise version number after cloning 5.1.28-rc | kent@mysql.com | 2008-08-28 | 1 | -1/+1 |
| | |_|/ | |/| | | |||||
* | | | | WL#4380 | Narayanan V | 2008-08-11 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | Added a comment to the abi_check related part of configure.in | ||||
* | | | | WL#4380 | Narayanan V | 2008-08-08 | 1 | -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-sea | Narayanan V | 2008-07-31 | 1 | -20/+1 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | WL#4380 | Thava Alagu | 2008-07-09 | 1 | -20/+1 |
| |\ \ \ | | | | | | | | | | | Merging changes from 5.1 main tree to 5.1-sea team tree. | ||||
| | * | | | WL#4380 | Narayanan V | 2008-06-17 | 1 | -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 MILLER | 2008-07-24 | 1 | -5/+5 |
|/ / / / | |||||
* | | | | We may need 5.1.27 for selected pushes, so reserve the number. | Joerg Bruehe | 2008-06-30 | 1 | -1/+1 |
| | | | | |||||
* | | | | auto merge 5.1-main --> 5.1-bugteam | Gleb Shchepa | 2008-06-25 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Correct the version number, after cloning 5.1.26 the next one is 27 | Joerg Bruehe | 2008-06-20 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Raise version number after cloning 5.1.26 | Joerg Bruehe | 2008-06-20 | 1 | -1/+1 |
| |/ / / |