Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '10.2' into 10.3 | Oleksandr Byelkin | 2019-10-31 | 1 | -3/+0 |
|\ | |||||
| * | Merge branch '10.1' into 10.2 | Oleksandr Byelkin | 2019-10-30 | 1 | -3/+0 |
| |\ | |||||
| | * | remove unused struct members | Eugene Kosov | 2019-10-29 | 1 | -3/+0 |
* | | | MDEV-20525: Fix the -std=c90 builds | Marko Mäkelä | 2019-09-13 | 1 | -1/+1 |
* | | | MDEV-20525 rocksdb debug compilation fails on Windows due to unresolved my_as... | Marko Mäkelä | 2019-09-13 | 1 | -0/+10 |
* | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2019-05-14 | 2 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge 10.1 into 10.2 | Marko Mäkelä | 2019-05-13 | 2 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | 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 |
* | | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2019-03-08 | 1 | -0/+8 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 10.1 into 10.2 | Marko Mäkelä | 2019-03-07 | 1 | -0/+8 |
| |\ \ \ | | |/ / | |||||
| | * | | disable LeakSanitizer for unit.dbug test | Sergei Golubchik | 2019-03-06 | 1 | -0/+8 |
| * | | | Make debug multi thread safe | Monty | 2017-10-26 | 1 | -25/+86 |
* | | | | Misc. typos | luz.paz | 2018-04-05 | 1 | -2/+2 |
* | | | | Re-enable 'S' for --debug (sf_sanity checking for each call) | Monty | 2017-12-22 | 1 | -3/+13 |
* | | | | Merge bb-10.2-ext into 10.3 | Marko Mäkelä | 2017-10-04 | 1 | -2/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | MDEV-13844 : Fix Windows warnings. Fix DBUG_PRINT. | Vladislav Vaintroub | 2017-09-28 | 1 | -2/+2 |
* | | | | Make debug multi thread safe | Monty | 2017-09-08 | 1 | -25/+87 |
* | | | | Added DBUG_ASSERT_AS_PRINTF compile flag | Monty | 2017-08-24 | 1 | -1/+20 |
|/ / / | |||||
* | | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2017-03-30 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | MDEV-11752 Unsafe strmov - function definition in include/m_string.h | Sergei Golubchik | 2017-03-10 | 1 | -1/+1 |
* | | | Fix many -Wconversion warnings. | Marko Mäkelä | 2017-03-07 | 1 | -12/+12 |
* | | | MDEV-11611 fix Ninja build | Sergei Golubchik | 2017-01-29 | 1 | -2/+2 |
* | | | MDEV-11713 Optimize DBUG_PRINT and introduce DBUG_LOG | Marko Mäkelä | 2017-01-05 | 1 | -18/+17 |
* | | | Add C/C as a submodule in libmariadb/ | Sergei Golubchik | 2016-09-12 | 1 | -2/+2 |
|/ / | |||||
* | | 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 |