Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add the new "qa_auth_*" plugin files to the RPM spec file, | Joerg Bruehe | 2010-11-02 | 1 | -0/+6 |
| | | | | otherwise RPM builds will fail due to "unpackaged file". | ||||
* | Fixed the .spec file to include the new wl1054 shared objects | Georgi Kodinov | 2010-10-06 | 1 | -0/+10 |
| | |||||
* | Auto-merge from mysql-5.5. | Alexander Nozdrin | 2010-08-18 | 1 | -10/+10 |
|\ | |||||
| * | Auto-merge from mysql-5.5. | Alexander Nozdrin | 2010-08-16 | 1 | -4/+4 |
| |\ | |||||
| * \ | merge | Georgi Kodinov | 2010-08-06 | 1 | -10/+10 |
| |\ \ | |||||
| | * | | Bug #54909: Confusing description about read_buffer_size and | Georgi Kodinov | 2010-08-06 | 1 | -10/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | read_rnd_buffer_size Applied the updated description from Paul's patch. | ||||
* | | | | Merge the fix for bug#55015. | Joerg Bruehe | 2010-08-17 | 1 | -19/+89 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Fix Bug#55015 | Joerg Bruehe | 2010-08-11 | 1 | -20/+90 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "MySQL server is not restarted properly after RPM upgrade" The problem is that with the general spec file cleanup and alignment we also did a name change, dropping the "-community" part from the package file name. As a result of this, RPM (some versions of it) will report file conflicts, because it considers this name difference to imply different packages. To avoid this, the spec file explicitly "obsoletes" the old packages (with "-community" in the file name). Now, RPM will first install these packages and the remove the old ones, and part of that removal is running the "%preun" section which stops the server and uninstalls the service (removes the symlinks to "/etc/init.d/mysql" from the run level directories). This stop/uninstall will affect the new server! The fix is to define a "%triggerpostun" in this spec file which will watch for removal of the "-community" server. If this is done (as part of this install/upgrade), the trigger code will re-install the service and restart the server process. In addition, the "sleep" calls after starting the server have been cleaned up: Rather than doing 2* "sleep 2", it is now 1 "sleep 5". | ||||
* | | | Patch for Bug#55854 (MySQL AB should not be AUTHOR, copyright incorrect). | Alexander Nozdrin | 2010-08-12 | 1 | -4/+4 |
|/ / | | | | | Fixing copyright text. | ||||
* | | Auto-merge from mysql-trunk-stage. | Alexander Nozdrin | 2010-06-21 | 2 | -56/+84 |
|\ \ | |||||
| * \ | merge | Daniel Fischer | 2010-06-18 | 2 | -56/+84 |
| |\ \ | |||||
| | * \ | merge | Daniel Fischer | 2010-05-27 | 1 | -28/+66 |
| | |\ \ | |||||
| | | * | | Split OEL/RHEL | Jonathan Perkin | 2010-05-27 | 1 | -23/+42 |
| | | | | | |||||
| | | * | | Pointless commit to avoid unnecessary diffs and to trigger a new build | Jonathan Perkin | 2010-05-12 | 1 | -1/+1 |
| | | | | | |||||
| | | * | | Update comment | Jonathan Perkin | 2010-05-05 | 1 | -0/+5 |
| | | | | | |||||
| | | * | | Try an ia64 fix | Jonathan Perkin | 2010-05-05 | 1 | -0/+3 |
| | | | | | |||||
| | | * | | Output the config.h defines to stdout | Kent Boortz | 2010-05-05 | 1 | -0/+2 |
| | | | | | |||||
| | | * | | Add all plugins | Jonathan Perkin | 2010-05-05 | 1 | -4/+8 |
| | | | | | |||||
| | | * | | Ok, let's try, one more time | Jonathan Perkin | 2010-05-04 | 1 | -1/+1 |
| | | | | | |||||
| | | * | | fix | Jonathan Perkin | 2010-05-04 | 1 | -1/+1 |
| | | | | | |||||
| | | * | | Put back SELinux files | Jonathan Perkin | 2010-05-04 | 1 | -0/+5 |
| | | | | | |||||
| | * | | | merge | Daniel Fischer | 2010-04-30 | 1 | -12/+21 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Rebrand Red Hat as 'Enterprise Linux' | Jonathan Perkin | 2010-04-29 | 1 | -10/+10 |
| | | | | | |||||
| | | * | | Revert the RPM naming change, we know it works, and can apply it | Jonathan Perkin | 2010-04-28 | 1 | -26/+26 |
| | | | | | | | | | | | | | | | | | | | | to a later release. | ||||
| | | * | | Try to fix the manual again, and a kent change | Jonathan Perkin | 2010-04-28 | 1 | -1/+0 |
| | | | | | |||||
| | | * | | Try to exclude make_win_bin_dist.1 | Jonathan Perkin | 2010-04-27 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | Build full debug release in RPMs so we can include bits we need. | ||||
| | | * | | Avoid __os_install_post RHEL5 bug by redefining __strip. | Jonathan Perkin | 2010-04-27 | 1 | -0/+4 |
| | | | | | |||||
| | | * | | Try removing debuginfo altogether. | Jonathan Perkin | 2010-04-26 | 1 | -8/+2 |
| | | | | | |||||
| | | * | | Try new RPM layout. | Jonathan Perkin | 2010-04-26 | 1 | -26/+35 |
| | | | | | | | | | | | | | | | | | | | | Fix libmysqlclient_r symlinks. | ||||
| | * | | | Merge | Daniel Fischer | 2010-04-21 | 7 | -568/+544 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | cleanup | Jonathan Perkin | 2010-04-14 | 1 | -12/+2 |
| | | | | | |||||
| | | * | | remove bogus docs in client RPM | Jonathan Perkin | 2010-04-14 | 1 | -4/+0 |
| | | | | | |||||
| | | * | | fixup license and tidy distro detection | Jonathan Perkin | 2010-04-14 | 1 | -15/+16 |
| | | | | | |||||
| | | * | | fix depends | Jonathan Perkin | 2010-04-14 | 1 | -2/+2 |
| | | | | | |||||
| | | * | | hack | Jonathan Perkin | 2010-04-13 | 1 | -27/+5 |
| | | | | | |||||
| | | * | | Debug and fix. | Jonathan Perkin | 2010-04-13 | 1 | -2/+2 |
| | | | | | |||||
| | | * | | redo optional files | Jonathan Perkin | 2010-04-13 | 1 | -7/+25 |
| | | | | | |||||
| | | * | | try to fix | Jonathan Perkin | 2010-04-13 | 1 | -2/+2 |
| | | | | | |||||
| | | * | | fix fileexists() | Jonathan Perkin | 2010-04-13 | 1 | -3/+3 |
| | | | | | |||||
| | | * | | fixup product suffix | Jonathan Perkin | 2010-04-13 | 1 | -29/+34 |
| | | | | | |||||
| | | * | | fix | Jonathan Perkin | 2010-04-13 | 1 | -27/+27 |
| | | | | | |||||
| | | * | | fixes | Jonathan Perkin | 2010-04-13 | 1 | -2/+9 |
| | | | | | |||||
| | | * | | fixes | Jonathan Perkin | 2010-04-13 | 1 | -11/+15 |
| | | | | | |||||
| | | * | | Try something different | Jonathan Perkin | 2010-04-12 | 1 | -2/+5 |
| | | | | | |||||
| | | * | | Dynamic distribution support. | Jonathan Perkin | 2010-04-12 | 1 | -38/+39 |
| | | | | | |||||
| | | * | | trigger rebuild | Jonathan Perkin | 2010-04-12 | 1 | -4/+4 |
| | | | | | |||||
| | | * | | product tags | Jonathan Perkin | 2010-04-12 | 1 | -29/+32 |
| | | | | | |||||
| | | * | | More fixes/cleanups. | Jonathan Perkin | 2010-04-12 | 1 | -15/+15 |
| | | | | | |||||
| | | * | | fix | Jonathan Perkin | 2010-04-12 | 1 | -2/+2 |
| | | | | | |||||
| | | * | | Conditionalise defined/undefined. | Jonathan Perkin | 2010-04-12 | 1 | -0/+2 |
| | | | | |