| Commit message (Expand) | Author | Age | Files | Lines |
* | We can't rely on mysql_config for core functionality like plugins | Jonathan Perkin | 2010-07-05 | 1 | -2/+23 |
* | Include CMAKE_{C,CXX}_FLAGS. | Jonathan Perkin | 2010-07-05 | 1 | -2/+2 |
* | No need to save/restore C*FLAGS, they are only used for one script. | Jonathan Perkin | 2010-07-05 | 1 | -16/+4 |
* | bug#54991: mysqld_safe reports syntax error and skips part of logic | Jonathan Perkin | 2010-07-05 | 1 | -2/+2 |
* | Put mysqlbug back into bin/ | Jonathan Perkin | 2010-06-30 | 1 | -5/+2 |
* | bug#52737 plugin_dir is set to /usr/local/mysql/lib/plugin while | Jonathan Perkin | 2010-06-30 | 2 | -1/+3 |
* | Copy-pasted the wrong line from configure.in, fix gcc detection. | Jonathan Perkin | 2010-06-29 | 1 | -2/+2 |
* | mysqlbug is Unix-only. | Jonathan Perkin | 2010-06-28 | 1 | -4/+3 |
* | Try to fix more mysqlbug problems. | Jonathan Perkin | 2010-06-28 | 1 | -5/+42 |
* | Expand some variables for mysqlbug. | Jonathan Perkin | 2010-06-28 | 1 | -0/+13 |
* | Auto-merge from mysql-trunk-stage. | Alexander Nozdrin | 2010-06-21 | 2 | -29/+21 |
|\ |
|
| * | merge | Daniel Fischer | 2010-06-18 | 1 | -28/+20 |
| |\ |
|
| | * | post-merge fix 1 | Daniel Fischer | 2010-05-28 | 1 | -1/+1 |
| | * | merge | Daniel Fischer | 2010-05-27 | 1 | -0/+1 |
| | |\ |
|
| | | * | Merge danny's Windows fix from release branch | Jonathan Perkin | 2010-05-11 | 1 | -0/+1 |
| | | |\ |
|
| | * | \ | merge | Daniel Fischer | 2010-04-30 | 1 | -0/+4 |
| | |\ \ \
| | | |/ / |
|
| | | * | | On Mac OS X, add the "-arch" option to the 'mysql_config' output | Kent Boortz | 2010-04-27 | 1 | -0/+4 |
| | * | | | Merge | Daniel Fischer | 2010-04-21 | 8 | -77/+162 |
| | |\ \ \
| | | |/ / |
|
| | | * | | Expand @HOSTNAME@. | Jonathan Perkin | 2010-04-01 | 1 | -3/+2 |
| | | * | | Just put libs in %{_libdir}. | Jonathan Perkin | 2010-04-01 | 1 | -1/+1 |
| | | * | | Try a bunch of fixes. | Jonathan Perkin | 2010-03-31 | 1 | -2/+1 |
| | * | | | Fix a couple fo things replated to MSI | Vladislav Vaintroub | 2010-02-16 | 1 | -2/+6 |
| | * | | | Add components to INSTALL, some eraly Wix support | Vladislav Vaintroub | 2010-02-10 | 2 | -30/+18 |
| * | | | | BUG#52737: plugin_dir is set to /usr/local/mysql/lib/plugin while starting vi... | Mats Kindahl | 2010-06-16 | 1 | -1/+1 |
* | | | | | Bug#54590 "make_binary_distribution" fails because a command | Joerg Bruehe | 2010-06-17 | 1 | -3/+5 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Bug#54590 "make_binary_distribution" fails because a command | Joerg Bruehe | 2010-06-17 | 1 | -3/+5 |
| |\ \ \ \ |
|
| | * | | | | Bug#54590 "make_binary_distribution" fails because a command | Joerg Bruehe | 2010-06-17 | 1 | -3/+5 |
* | | | | | | Manual merge from mysql-trunk. | Alexander Nozdrin | 2010-05-20 | 3 | -11/+9 |
|\ \ \ \ \ \ |
|
| * | | | | | | Another incarnation of the patch for Bug#30708 | Alexander Nozdrin | 2010-05-19 | 1 | -4/+0 |
| * | | | | | | Changes to build using CMake according to existing release packages: | Jonathan Perkin | 2010-05-12 | 2 | -6/+8 |
| * | | | | | | Bug #52737: plugin_dir is set to /usr/local/mysql/lib/plugin while starting | Mats Kindahl | 2010-05-11 | 1 | -1/+1 |
* | | | | | | | Manual merge of mysql-5.1-bugteam to mysql-trunk-merge. | Alexey Kopytov | 2010-04-30 | 1 | -0/+8 |
|\ \ \ \ \ \ \
| | |/ / / / /
| |/| | | | | |
|
| * | | | | | | Bug #43594: mysqlhotcopy does not ignore log tables and others in mysql database | Georgi Kodinov | 2010-04-12 | 1 | -0/+8 |
* | | | | | | | Manual merge from mysql-trunk. | Alexander Nozdrin | 2010-04-27 | 4 | -25/+44 |
|\ \ \ \ \ \ \
| | |/ / / / /
| |/| | | | | |
|
| * | | | | | | Merge the changes of the 5.5.3-m3 release build | Joerg Bruehe | 2010-04-18 | 2 | -4/+5 |
| |\ \ \ \ \ \
| | | |_|_|_|/
| | |/| | | | |
|
| | * | | | | | Make the libraries we produce on Windows actually usable | Daniel Fischer | 2010-04-16 | 1 | -0/+1 |
| | | |_|_|/
| | |/| | | |
|
| | * | | | | Some fixes for the build on Windows | Joerg Bruehe | 2010-03-22 | 2 | -6/+5 |
| | * | | | | Fix for bug#51938, | Joerg Bruehe | 2010-03-15 | 1 | -1/+1 |
| * | | | | | A patch for Bug#52444 (mysql_upgrade fails b/w 5.1 -> 5.5 (Celosia)). | Alexander Nozdrin | 2010-04-14 | 2 | -21/+39 |
* | | | | | | Automerge of mysql-5.1-bugteam to mysql-trunk-merge. | Alexey Kopytov | 2010-04-11 | 1 | -1/+6 |
|\ \ \ \ \ \
| |/ / / / /
|/| | / / /
| | |/ / /
| |/| | | |
|
| * | | | | Bug #47095: Can't open_files_limit really be larger than 65535? | Georgi Kodinov | 2010-04-09 | 1 | -1/+6 |
* | | | | | Manual merge of mysql-trunk into mysql-trunk-merge. | Alexey Kopytov | 2010-03-24 | 11 | -317/+816 |
|\ \ \ \ \ |
|
| * | | | | | Fix errors when building release | Vladislav Vaintroub | 2010-03-19 | 2 | -3/+2 |
| * | | | | | Merging with mysql-trunk-bugfixing | Mats Kindahl | 2010-03-15 | 1 | -1/+1 |
| |\ \ \ \ \ |
|
| | * | | | | | Bug #51938 plugin_dir gets bad default value | Mats Kindahl | 2010-03-14 | 1 | -1/+1 |
| * | | | | | | merge | Vladislav Vaintroub | 2010-03-15 | 3 | -230/+0 |
| |\ \ \ \ \ \ |
|
| | * \ \ \ \ \ | Merge in fix for bug#42589 | Magnus Blåudd | 2010-03-15 | 3 | -230/+0 |
| | |\ \ \ \ \ \
| | | |_|_|/ / /
| | |/| | | | | |
|
| | | * | | | | | Bug#42589 mysql_fix_privilege_tables.sh to be deprecated | Magnus Blåudd | 2009-10-07 | 3 | -230/+0 |
| * | | | | | | | Bug#51949 - make_binary_distribution fails on Mac. | Vladislav Vaintroub | 2010-03-11 | 1 | -1/+1 |
| |/ / / / / / |
|
| * | | | | | | Merging with mysql-next-mr-bugfixing | Mats Kindahl | 2010-03-10 | 1 | -1/+7 |
| |\ \ \ \ \ \
| | | |/ / / /
| | |/| | | | |
|