Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix TSAN build with Clang | Eugene Kosov | 2017-10-06 | 1 | -2/+2 |
* | Merge bb-10.2-ext into 10.3 | Marko Mäkelä | 2017-10-04 | 2 | -4/+4 |
|\ | |||||
| * | MDEV-13384 - misc Windows warnings fixed | Vladislav Vaintroub | 2017-09-28 | 2 | -4/+4 |
| * | MDEV-13844 : Fix Windows warnings. Fix DBUG_PRINT. | Vladislav Vaintroub | 2017-09-28 | 1 | -2/+2 |
* | | Fix compile warnings. | Vladislav Vaintroub | 2017-09-01 | 1 | -1/+0 |
|/ | |||||
* | Merge 10.1 into 10.2 | Marko Mäkelä | 2017-08-29 | 1 | -2/+2 |
|\ | |||||
| * | Merge 10.0 into 10.1 | Marko Mäkelä | 2017-08-28 | 1 | -2/+2 |
| |\ | |||||
| | * | Windows compile : make compilation fail on "uninitialized variable used" warn... | Vladislav Vaintroub | 2017-08-24 | 1 | -2/+2 |
| * | | MDEV-11520 after-merge fix for 10.1: Use sparse files. | Marko Mäkelä | 2017-02-22 | 1 | -1/+1 |
* | | | Windows, compiling : Remove _DEBUG preprocessor constant, to fix | Vladislav Vaintroub | 2017-04-04 | 1 | -0/+5 |
* | | | Allow to specify C runtime library used for compilation. | Vladislav Vaintroub | 2017-04-02 | 1 | -8/+21 |
* | | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2016-12-29 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2016-12-11 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Merge branch '5.5' into 10.0 | Sergei Golubchik | 2016-12-09 | 1 | -1/+1 |
| | |\ | |||||
| | | * | VS2015 build fixes | Vladislav Vaintroub | 2016-10-27 | 1 | -1/+1 |
| | | * | MDEV-9024 Build fails with VS2015 | Sergei Golubchik | 2016-02-06 | 2 | -8/+7 |
* | | | | MDEV-9154 : Remove workarounds (mainly dynamic function loading) | Vladislav Vaintroub | 2016-06-01 | 1 | -1/+1 |
* | | | | cmake: remove unused checks, options, and symbols | Sergei Golubchik | 2015-11-23 | 1 | -64/+1 |
|/ / / | |||||
* | | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2015-11-19 | 2 | -8/+7 |
|\ \ \ | |/ / | |||||
| * | | MDEV-9024 Build fails with VS2015 | Vladislav Vaintroub | 2015-11-06 | 2 | -8/+7 |
* | | | dbug: correct trace for DBUG_RETURN(func()); -- gcc only | Sergei Golubchik | 2015-11-16 | 1 | -0/+1 |
* | | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2015-10-12 | 1 | -4/+6 |
|\ \ \ | |/ / | |||||
| * | | Merge branch '5.5' into 10.0 | Sergei Golubchik | 2015-10-09 | 1 | -4/+6 |
| |\ \ | | |/ | |||||
| | * | Merge remote-tracking branch 'mysql/5.5' into 5.5 | Sergei Golubchik | 2015-10-08 | 1 | -4/+6 |
| | |\ | |||||
| | | * | Bug #20168526 YASSL: CORRUPT SSL-KEY CRASHES CLIENT | Tor Didriksen | 2015-07-13 | 1 | -4/+6 |
| | | * | Bug#17633291: SET PROPER COMPILE OPTIONS FOR CLANG | Jon Olav Hauglid | 2014-10-13 | 1 | -20/+1 |
| | | * | Bug #18808072 MYSQLBINLOG USES LOCALTIME() TO PRINT EVENTS, CAUSES KERNEL MUT... | Venkatesh Duggirala | 2014-10-08 | 1 | -3/+3 |
| | | * | Backport from trunk: | Tor Didriksen | 2014-05-07 | 1 | -11/+18 |
| | | * | Bug#17632386: WITH_ASAN CONFLICTS WITH -WL,--NO-UNDEFINED | Jon Olav Hauglid | 2013-10-21 | 1 | -2/+5 |
| | | * | Updated/added copyright headers | Kent Boortz | 2011-06-30 | 9 | -9/+13 |
| | | * | Don't check for FIONREAD on windows. | Tor Didriksen | 2011-05-26 | 1 | -0/+1 |
| | | * | Merge of fix for bug#11757855 from mysql-5.1 -> mysql-5.5. | Nirbhay Choubey | 2011-04-30 | 1 | -0/+4 |
| | | * | Bug#11766320 MYSQL SYMBOLIC LINKS NOT WORKING | Magne Mahre | 2011-04-14 | 1 | -1/+2 |
| | | * | Remove some leftovers from the removal of the gethostbyname wrappers. | Davi Arnaut | 2011-04-13 | 1 | -3/+0 |
| | | * | Bug #58699 cannot build with gcc dbg on solaris | Tor Didriksen | 2010-12-21 | 1 | -1/+0 |
| | | * | avoid useless system check on Windows | Vladislav Vaintroub | 2010-11-20 | 1 | -0/+1 |
| | | * | Bug#58313: CMake stops with VS Express if -DBUILD_CONFIG=mysql_release.cmake | Vladislav Vaintroub | 2010-11-20 | 1 | -8/+2 |
| | | * | GCC's link option only take a single hyphen. | Davi Arnaut | 2010-10-20 | 1 | -1/+1 |
| | | * | Fix compile error on Windows after WL#1054 push. | Vladislav Vaintroub | 2010-10-04 | 1 | -0/+1 |
| | | * | Cleanup after bild team push. | Vladislav Vaintroub | 2010-07-25 | 1 | -0/+12 |
| | | * | Manual merge from mysql-trunk. | Alexander Nozdrin | 2010-07-19 | 2 | -3/+2 |
| | | |\ | |||||
| | | | * | Fix syntax error (missing quote). | Jonathan Perkin | 2010-07-01 | 1 | -2/+2 |
| | | | * | Automerge the bug fix 54739 into the 5.5.5-m3 release clone. | Joerg Bruehe | 2010-06-24 | 1 | -1/+2 |
| | | | |\ | |||||
| | | | * | | CMakeLists.txt | Kent Boortz | 2010-06-23 | 1 | -1/+0 |
| | | * | | | Merge of mysql-trunk-bugfixing into mysql-trunk-merge. | Davi Arnaut | 2010-07-15 | 2 | -1/+6 |
| | | |\ \ \ | |||||
| | | | * \ \ | Merge bug fix. | Joerg Bruehe | 2010-06-23 | 1 | -1/+2 |
| | | | |\ \ \ | | | | | | |/ | | | | | |/| | |||||
| | | | | * | | Fix Bug #54739 | Joerg Bruehe | 2010-06-23 | 1 | -1/+2 |
| | | | | |/ | |||||
| | | | * | | Fix ~1000 warnings class/struct mismatch. | Vladislav Vaintroub | 2010-06-22 | 1 | -0/+4 |
| | | | |/ | |||||
| | | * | | Merge of mysql-5.1-bugteam into mysql-trunk-merge. | Davi Arnaut | 2010-07-02 | 1 | -1/+0 |
| | | |/ | |||||
| | | * | Get rid of the "net retry count" difference which | Joerg Bruehe | 2010-05-27 | 1 | -3/+6 |