| Commit message (Expand) | Author | Age | Files | Lines |
* | perfschema memory related instrumentation changes | Sergei Golubchik | 2020-03-10 | 1 | -4/+4 |
* | Merge 10.4 into 10.5 | Marko Mäkelä | 2019-12-16 | 1 | -5/+5 |
|\ |
|
| * | These changed were made after pulling 10.2.30 from origin | Olivier Bertrand | 2019-11-21 | 1 | -1/+1 |
| |\ |
|
| * | | ===================================================================== | Olivier Bertrand | 2019-11-16 | 1 | -5/+5 |
* | | | Fixed compiler warnings from connect engine | Monty | 2019-08-23 | 1 | -1/+1 |
| |/
|/| |
|
* | | Fixed issues found by valgrind | Monty | 2019-08-12 | 1 | -1/+1 |
|/ |
|
* | - Remove warning on not used tabtyp variable in connect_assisted_discovery | Olivier Bertrand | 2018-02-25 | 1 | -3/+4 |
* | - Use delayed load for the MongoDB C Drive on Windows | Olivier Bertrand | 2018-01-30 | 1 | -4/+4 |
* | - Fix MDEV-13621 JDBC UPDATE containing single or double quote chars produces... | Olivier Bertrand | 2017-08-26 | 1 | -2/+3 |
* | - Fix MDEV-13463 unescape table name during detection of table structure | Olivier Bertrand | 2017-08-08 | 1 | -2/+4 |
* | Fix gcc compiler warnings reported by Sergei | Olivier Bertrand | 2017-05-23 | 1 | -10/+38 |
* | All changes made on 10.1 | Olivier Bertrand | 2017-02-16 | 1 | -6/+14 |
* | - Possibly fix MDEV-10179 Reset remote tables when re-opening | Olivier Bertrand | 2016-06-13 | 1 | -5/+19 |
* | git90.msg + git91.msg | Olivier Bertrand | 2016-06-02 | 1 | -2/+6 |
* | - Fix an error causing MYSQL table to fail saying "no result set" | Olivier Bertrand | 2016-04-25 | 1 | -3/+8 |
* | Change all preprocessor compiler directives to use __WIN__ as the mean of | Olivier Bertrand | 2015-05-27 | 1 | -6/+6 |
* | Get rid of GCC warnings about unused parameters | Olivier Bertrand | 2015-05-09 | 1 | -2/+2 |
* | - Modify the connect_type_conv and connect_conv_size variables. | Olivier Bertrand | 2015-02-07 | 1 | -2/+3 |
* | - Set connection charset before calling mysql_real_connect for MYSQL | Olivier Bertrand | 2015-01-06 | 1 | -2/+15 |
* | - Fix (gcc error) passing cmd instead of cmd.Getstr() to htrc | Olivier Bertrand | 2014-10-22 | 1 | -1/+1 |
* | 1) Handling string memory allocation with a new STRING class. This is only | Olivier Bertrand | 2014-10-21 | 1 | -17/+27 |
* | This commit brings many changes, in particular two important ones: | Olivier Bertrand | 2014-07-17 | 1 | -4/+33 |
* | - Commit merged files (HUGE to use instead of storing MySQL result sets) | Olivier Bertrand | 2014-04-30 | 1 | -2/+69 |
|\ |
|
| * | - Enable MYSQL tables to USE result instead of STORE result. | Olivier Bertrand | 2014-04-27 | 1 | -2/+69 |
* | | - Commit merged files | Olivier Bertrand | 2014-04-23 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Merge 10.0 -> 10.0-connect | Alexander Barkov | 2014-04-21 | 1 | -2/+2 |
| |\ |
|
* | \ | - Commit merge files | Olivier Bertrand | 2014-04-19 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | - Add index read previous capacity. | Olivier Bertrand | 2014-04-08 | 1 | -1/+1 |
* | | | - Commit merged files | Olivier Bertrand | 2014-04-19 | 1 | -16/+39 |
|\ \ \
| |/ / |
|
| * | | - Add system variables type_conv and conv_size. This addresses the eventual | Olivier Bertrand | 2014-03-30 | 1 | -12/+35 |
| |/ |
|
| * | - Make local MySQL connection default to unix socket on Linux or enable | Olivier Bertrand | 2014-03-27 | 1 | -4/+16 |
* | | - Commit various changes | Olivier Bertrand | 2014-04-07 | 1 | -4/+16 |
|/ |
|
* | - FIX PIVOT bug MDEV-5869 caused by using fop (field option ptr) when NULL. | Olivier Bertrand | 2014-03-18 | 1 | -5/+6 |
* | # This is a minor change commitment | Olivier Bertrand | 2014-02-16 | 1 | -2/+5 |
* | - Add the DECIMAL data type (TYPE_DECIM) | Olivier Bertrand | 2013-12-28 | 1 | -1/+2 |
* | - Add extra column info in discovery | Olivier Bertrand | 2013-12-19 | 1 | -10/+19 |
* | - Fix MDEV-5393 and MDEV-5434. It is a major update of ODBC catalog tables | Olivier Bertrand | 2013-12-16 | 1 | -2/+3 |
* | - Add support for unsigned numeric types | Olivier Bertrand | 2013-12-03 | 1 | -32/+42 |
* | - Fix gcc compilation warnings | Olivier Bertrand | 2013-11-26 | 1 | -1/+1 |
* | - Fix good recognition of MYSQL table column types. | Olivier Bertrand | 2013-11-22 | 1 | -1/+1 |
* | - Modify the way UPDATE and DELETE statements are sent to ODBC | Olivier Bertrand | 2013-11-13 | 1 | -1/+1 |
* | - Move all enum AMT definitions in one place (plgdbsem.h) | Olivier Bertrand | 2013-11-06 | 1 | -5/+49 |
* | - Fix bug when closing some table types | Olivier Bertrand | 2013-10-11 | 1 | -1/+1 |
* | - Fix the default length for DOUBLE to 255 (was 256, max is 255) | Olivier Bertrand | 2013-10-02 | 1 | -1/+1 |
* | - Change the Blanks parameter from true to false in catalog getting | Olivier Bertrand | 2013-08-14 | 1 | -1/+1 |
* | - Remove unuseful option causing valgrind error or warning | Olivier Bertrand | 2013-07-06 | 1 | -4/+2 |
* | - Commit merged changes | Olivier Bertrand | 2013-06-08 | 1 | -2/+2 |
|\ |
|
* | | - Set timeout values in MYSQLC::Open | Olivier Bertrand | 2013-06-08 | 1 | -0/+5 |
|/ |
|
* | - Extending connect_assisted_discovery column automatic definition | Olivier Bertrand | 2013-05-28 | 1 | -1/+8 |
* | - Fixing embedded verision of the Connect engine when handling | Alexander Barkov | 2013-05-27 | 1 | -0/+1 |