Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | try to fix data races in DBUG | Eugene Kosov | 2019-11-28 | 1 | -2/+40 |
* | cleanup DBUG | Eugene Kosov | 2019-11-21 | 1 | -39/+28 |
* | remove unused struct members | Eugene Kosov | 2019-10-29 | 1 | -3/+0 |
* | Merge branch '5.5' into 10.1 | Vicențiu Ciorbaru | 2019-05-11 | 2 | -2/+2 |
|\ | |||||
| * | Update FSF Address | Vicențiu Ciorbaru | 2019-05-11 | 2 | -2/+2 |
* | | disable LeakSanitizer for unit.dbug test | Sergei Golubchik | 2019-03-06 | 1 | -0/+8 |
* | | MDEV-11752 Unsafe strmov - function definition in include/m_string.h | Sergei Golubchik | 2017-03-10 | 1 | -1/+1 |
* | | dbug: correct trace for DBUG_RETURN(func()); -- gcc only | Sergei Golubchik | 2015-11-16 | 1 | -3/+7 |
* | | MDEV-6410 Cross-compile fixes | Sergei Golubchik | 2014-07-08 | 1 | -7/+9 |
|\ \ | |||||
| * | | MySQL Bug #61340: Use CMake EXPORT feature to aid cross-compiling. | James Le Cuirot | 2014-04-27 | 1 | -7/+9 |
* | | | 5.5.38 merge | Sergei Golubchik | 2014-06-06 | 1 | -0/+2 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | cmake: mark AIO_LIBRARY, EVENT_LIBRARY, GROFF, NROFF as advanced; | Sergei Golubchik | 2014-06-03 | 1 | -0/+2 |
* | | 5.5 merge | Sergei Golubchik | 2014-03-26 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | MDEV-5913 Windows: 10.0 crashes on shutdown | Sergei Golubchik | 2014-03-24 | 1 | -0/+1 |
* | | 10.0-base merge. | Sergei Golubchik | 2013-09-21 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | MDEV-4815 - allow multiple mysql_server_init() / mysql_server_end() in the s... | Vladislav Vaintroub | 2013-07-29 | 1 | -0/+1 |
* | | Temporary commit of 10.0-merge | Michael Widenius | 2013-03-26 | 1 | -2/+2 |
|/ | |||||
* | remove duplicate code from the factorial dbug example | Sergei Golubchik | 2012-08-23 | 1 | -14/+0 |
* | Fixed compiler warnings (A few of these was bugs) | Michael Widenius | 2012-08-13 | 1 | -3/+0 |
* | Fixed compile warnings | Michael Widenius | 2012-05-18 | 1 | -1/+2 |
* | Fixed some simple warnings on Windows. | Vladislav Vaintroub | 2012-04-13 | 1 | -2/+3 |
* | Fix build on OSX | Vladislav Vaintroub | 2012-04-12 | 1 | -2/+2 |
* | fix a memory leak in dbug | Sergei Golubchik | 2012-03-24 | 1 | -1/+11 |
* | mdev-200 set session dbug resets the output to stderr. | Sergei Golubchik | 2012-03-23 | 1 | -87/+90 |
* | Merge latest MariaDB 5.5 into MWL#192: Non-blocking client library. | unknown | 2012-02-22 | 1 | -0/+4 |
|\ | |||||
| * | Fix memory leak when one +O debug on top of another. | unknown | 2012-02-08 | 1 | -0/+4 |
* | | Merge MWL#192: Non-blocking client library, into MariaDB 5.5. | unknown | 2012-02-21 | 1 | -0/+21 |
|\ \ | |/ |/| | |||||
| * | MWL#192: Non-blocking client API for libmysqlclient. | unknown | 2011-09-20 | 1 | -0/+50 |
* | | 5.3 merge | Sergei Golubchik | 2012-01-13 | 1 | -1/+1 |
|\ \ | |||||
| * \ | Merge with 5.2. | Michael Widenius | 2011-12-11 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Fixed compiler warnings | Michael Widenius | 2011-11-30 | 1 | -1/+1 |
| | |/ | |||||
* | | | fixes for opensolaris compilation failures | Sergei Golubchik | 2012-01-05 | 1 | -0/+10 |
* | | | move safemalloc out of dbug. | Sergei Golubchik | 2011-12-12 | 6 | -396/+19 |
* | | | Make it possible to compile without SAFEMALLOC in debug builds | Vladislav Vaintroub | 2011-12-02 | 2 | -1/+23 |
* | | | merge | Sergei Golubchik | 2011-11-03 | 2 | -8/+8 |
|\ \ \ | |||||
| * | | | build on windows | Sergei Golubchik | 2011-11-02 | 2 | -11/+8 |
* | | | | mysql-5.5.18 merge | Sergei Golubchik | 2011-11-03 | 4 | -8/+16 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Bug#12779790 COMPILATION FAILS OS X 10.7 - IMPLICIT DECLARATION OF | Jon Olav Hauglid | 2011-07-21 | 3 | -9/+0 |
| * | | | Bug#12727287: Maintainer mode compilation fails with gcc 4.6 | Davi Arnaut | 2011-07-07 | 1 | -2/+0 |
| * | | | Updated/added copyright headers | Kent Boortz | 2011-06-30 | 1 | -2/+3 |
| |\ \ \ | |||||
* | | | | | ignore troff failures - they are not fatal | Sergei Golubchik | 2011-10-28 | 1 | -2/+2 |
* | | | | | cmake 2.6 compat | Sergei Golubchik | 2011-10-19 | 1 | -1/+1 |
* | | | | | merge with 5.3 | Sergei Golubchik | 2011-10-19 | 2 | -18/+2 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | Merge with 5.2 | Michael Widenius | 2011-03-09 | 2 | -1/+19 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| | * | | | Merge with MySQL 5.1.55 | Michael Widenius | 2011-02-20 | 2 | -1/+19 |
| | |\ \ \ | | | | |/ | | | |/| | |||||
| * | | | | Fixed compiler warnings and some test failures found by buildbot | Michael Widenius | 2011-02-23 | 1 | -3/+3 |
| |/ / / | |||||
| * | | | Bug#473914: mysql_client_test fail with in debug compilaton on windows x64 | Vladislav Vaintroub | 2010-12-06 | 1 | -1/+0 |
| * | | | Merge with MySQL 5.1.53 | Michael Widenius | 2010-11-25 | 1 | -0/+1 |
| |\ \ \ | |||||
| * \ \ \ | Merge with MySQL 5.1.52 | Michael Widenius | 2010-11-23 | 1 | -2/+2 |
| |\ \ \ \ | |||||
| * | | | | | MWL#74: Shared libmysqld.so library. | unknown | 2010-11-17 | 1 | -2/+7 |