Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2016-09-09 | 1 | -0/+6 |
|\ | |||||
| * | MDEV-10318 : Fix crash in embedded, in case prepared statement has parameter ... | Vladislav Vaintroub | 2016-07-11 | 1 | -0/+6 |
* | | MDEV-8931: (server part of) session state tracking | Oleksandr Byelkin | 2016-08-31 | 1 | -2/+1 |
* | | MDEV-8931: (server part of) session state tracking | Oleksandr Byelkin | 2016-08-31 | 1 | -2/+2 |
* | | MDEV-8931: (server part of) session state tracking | Oleksandr Byelkin | 2016-08-31 | 1 | -1/+2 |
* | | Revert "MDEV-9293 Connector/C integration" | Vladislav Vaintroub | 2016-08-19 | 1 | -9/+9 |
* | | MDEV-9293 Connector/C integration | Vladislav Vaintroub | 2016-08-19 | 1 | -9/+9 |
* | | MDEV-10138 Support for decimals up to 38 digits | Monty | 2016-06-22 | 1 | -0/+4 |
* | | cleanup: thread_count | Sergei Golubchik | 2016-06-04 | 1 | -2/+0 |
* | | Reuse THD for new user connections | Monty | 2016-06-04 | 1 | -2/+1 |
* | | MDEV-9947: COM_MULTI united response | Oleksandr Byelkin | 2016-05-17 | 1 | -1/+2 |
* | | Merge commit 'd5822a3ad0657040114cdc185c6387b9eb3a12b2' into 10.2 | Monty | 2016-04-28 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Fixed wrong counting of global Memory_used | Monty | 2016-04-28 | 1 | -0/+3 |
* | | Fixed compiler failures and warnings | Monty | 2016-03-20 | 1 | -1/+2 |
* | | MDEV-9058: protocol: COM_MULTI command (part 2) | Oleksandr Byelkin | 2016-03-18 | 1 | -1/+1 |
* | | Fixed main.null failure in embedded | Sergey Vojtovich | 2016-02-26 | 1 | -1/+1 |
* | | MDEV-6150 Speed up connection speed by moving creation of THD to new thread | Monty | 2016-02-07 | 1 | -1/+1 |
* | | MDEV-8718 - Obsolete sql_strmake() in favor of THD::strmake() and thd_strmake() | Sergey Vojtovich | 2015-11-26 | 1 | -1/+1 |
|/ | |||||
* | fix func_hybrid_type crash in --ps --embedded | Sergei Golubchik | 2015-10-15 | 1 | -0/+1 |
* | MDEV-7999 - PROFILING routines take 0.2% when profiling disabledsvoj-gittest | Sergey Vojtovich | 2015-05-14 | 1 | -8/+0 |
* | 5.5 merge | Sergei Golubchik | 2015-01-21 | 1 | -0/+3 |
|\ | |||||
| * | mysql-5.5.41 merge | Sergei Golubchik | 2014-12-19 | 1 | -0/+3 |
| |\ | |||||
| | * | Update copyright text. | Alexander Nozdrin | 2014-08-28 | 1 | -0/+3 |
* | | | 5.5 merge | Sergei Golubchik | 2014-05-09 | 1 | -1/+13 |
|\ \ \ | |/ / | |||||
| * | | MDEV-5138 Numerous test failures in "mtr --ps --embedded". | Alexey Botchkov | 2014-04-15 | 1 | -0/+12 |
| * | | MDEV-5138 Numerous test failures in "mtr --ps --embedded". | Alexey Botchkov | 2014-04-15 | 1 | -1/+1 |
* | | | 10.0-base merge | Sergei Golubchik | 2014-02-26 | 1 | -1/+1 |
|\ \ \ | |||||
| * \ \ | 5.5 merge | Sergei Golubchik | 2014-02-25 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | MySQL-5.5.36 merge | Sergei Golubchik | 2014-02-17 | 1 | -1/+1 |
| | |\ \ | | | |/ | |||||
| | | * | Bug#16316074 RFE: MAKE TMPDIR A BUILD-TIME CONFIGURABLE OPTION | Tor Didriksen | 2013-12-18 | 1 | -1/+1 |
| | | * | WL#7076: Backporting wl6715 to support both formats | Ashish Agarwal | 2013-08-23 | 1 | -6/+7 |
| | | |\ | |||||
| | | | * | WL#7076: Backporting wl6715 to support both formats in 5.5, 5.6, 5.7 | Ashish Agarwal | 2013-07-02 | 1 | -6/+7 |
| | | |/ | |||||
* | | | | MDEV-5314 - Compiling fails on OSX using clang | Sergey Vojtovich | 2014-02-19 | 1 | -2/+2 |
* | | | | Embedded server with authenticaction fixed after connection attributes port. | unknown | 2013-10-08 | 1 | -4/+6 |
* | | | | Merge 10.0-base -> 10.0 | Alexander Barkov | 2013-10-15 | 1 | -0/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 5.5->10.0-base | Igor Babaev | 2013-10-14 | 1 | -0/+2 |
| |\ \ \ | | |/ / | |||||
| | * | | MDEV-5131 create_embedded_thd is not thread safe, libmysqld. | Alexey Botchkov | 2013-10-14 | 1 | -0/+2 |
| * | | | Merge 5.5->10.0-base | Igor Babaev | 2013-10-13 | 1 | -0/+2 |
| |\ \ \ | | |/ / | |||||
| | * | | MDEV-5131 create_embedded_thd is not thread safe, libmysqld. | Alexey Botchkov | 2013-10-13 | 1 | -0/+2 |
* | | | | Client attributes | unknown | 2013-10-03 | 1 | -2/+42 |
* | | | | fix embedded to compile with -DHAVE_EMBEDDED_PRIVILEGE_CONTROL | Sergei Golubchik | 2013-10-04 | 1 | -3/+3 |
* | | | | 10.0-base merge. | Sergei Golubchik | 2013-09-21 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | 5.5 merge and fixes for compiler/test errors | Sergei Golubchik | 2013-09-18 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | MDEV-4165 [PATCH] RFE: make tmpdir a build-time configurable option | Sergei Golubchik | 2013-08-17 | 1 | -1/+1 |
* | | | | MDEV-4786 - merge 10.0-monty - 10.0 | Sergey Vojtovich | 2013-08-01 | 1 | -0/+4 |
* | | | | MDEV-4786 - merge 10.0-monty - 10.0 | Sergey Vojtovich | 2013-07-30 | 1 | -2/+2 |
* | | | | 10.0-monty merge | Sergei Golubchik | 2013-07-21 | 1 | -5/+5 |
|\ \ \ \ | |||||
| * | | | | Applied all changes from Igor and Sanja | Michael Widenius | 2013-06-15 | 1 | -4/+4 |
| * | | | | Push a lot of small fixes to get larger parts to compile | Michael Widenius | 2013-05-21 | 1 | -1/+1 |
* | | | | | 10.0-base merge | Sergei Golubchik | 2013-06-06 | 1 | -7/+6 |
|\ \ \ \ \ | | |/ / / | |/| | | |