Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2016-07-13 | 1 | -2/+2 |
|\ | |||||
| * | json_udf slowdown | Sergei Golubchik | 2016-07-12 | 1 | -2/+2 |
* | | Merge branch 'connect/10.1' into 10.1 | Sergei Golubchik | 2016-06-28 | 12 | -630/+839 |
|\ \ | |||||
| * | | - Add column pattern and table type argument to catalog tables | Olivier Bertrand | 2016-06-20 | 11 | -61/+75 |
| * | | - Possibly fix MDEV-10179 Reset remote tables when re-opening | Olivier Bertrand | 2016-06-13 | 7 | -15/+41 |
| * | | - Fix MDEV-10111 Reconize unsigned integers when creating tables via srcdef | Olivier Bertrand | 2016-06-02 | 4 | -6/+12 |
| * | | - Reconize the JDBC type -7 (BIT) | Olivier Bertrand | 2016-05-26 | 23 | -737/+1153 |
| * | | - Fix failing json_udf_bin test when --ps | Olivier Bertrand | 2016-05-24 | 2 | -42/+240 |
| * | | - Alternative versions of the java JdbcInterface | Olivier Bertrand | 2016-05-24 | 6 | -0/+2164 |
| * | | - New version of the java JdbcInterface | Olivier Bertrand | 2016-05-23 | 2 | -78/+151 |
| * | | Merge branch '10.1' of https://github.com/MariaDB/server into ob-10.1 | Olivier Bertrand | 2016-05-22 | 34 | -2085/+176 |
| |\ \ | |||||
| * | | | - Fix wrong return from ExecuteQuery | Olivier Bertrand | 2016-05-21 | 2 | -2/+2 |
| * | | | - JDBC using separate jmethodID for data types | Olivier Bertrand | 2016-05-21 | 2 | -35/+80 |
| * | | | - JDBC tables can be connected via foreign server wrapper | Olivier Bertrand | 2016-05-20 | 5 | -297/+373 |
| * | | | - Remove REQUIRED option that caused compilation to fail | Olivier Bertrand | 2016-05-12 | 1 | -3/+3 |
| * | | | - Fix some typo ... causing crash! | Olivier Bertrand | 2016-05-12 | 1 | -2/+2 |
| * | | | - Continue working on the JDBC table type | Olivier Bertrand | 2016-05-12 | 9 | -141/+207 |
| * | | | - Make the JVM lib dynamically loaded | Olivier Bertrand | 2016-05-09 | 4 | -112/+171 |
| * | | | - Remove gcc compiling errors and warnings | Olivier Bertrand | 2016-05-06 | 2 | -15/+23 |
| * | | | - Try to fix MDEV-9950 (not tested yet) | Olivier Bertrand | 2016-05-05 | 9 | -81/+90 |
| * | | | - Add the JdbcInterface.java to the project | Olivier Bertrand | 2016-04-27 | 1 | -0/+639 |
| * | | | - Add the JDBC table type compilation for CMAKE. | Olivier Bertrand | 2016-04-27 | 2 | -55/+86 |
* | | | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2016-06-28 | 32 | -152/+4024 |
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| | |||||
| * | | remove incorrect .gitattributes | Sergei Golubchik | 2016-06-28 | 1 | -25/+0 |
| * | | compilation failures | Sergei Golubchik | 2016-06-22 | 1 | -2/+2 |
| * | | Merge branch 'bb-10.0-serg' into 10.0 | Sergei Golubchik | 2016-06-22 | 41 | -239/+8787 |
| |\ \ | |||||
| | * | | - Possibly fix MDEV-10179 Reset remote tables when re-opening | Olivier Bertrand | 2016-06-13 | 18 | -11/+1144 |
| | * | | git90.msg + git91.msg | Olivier Bertrand | 2016-06-02 | 13 | -74/+2039 |
| | * | | - New version of the java JdbcInterface | Olivier Bertrand | 2016-05-23 | 2 | -78/+151 |
| | * | | Merge branch '10.0' of https://github.com/MariaDB/server into 10.0 | Olivier Bertrand | 2016-05-22 | 25 | -87/+1653 |
| | |\ \ | |||||
| | * | | | - Fix wrong return from ExecuteQuery | Olivier Bertrand | 2016-05-21 | 2 | -2/+2 |
| | * | | | Commit changes made from 10.1 | Olivier Bertrand | 2016-05-21 | 5 | -332/+453 |
| | * | | | Add forgotten changes made on 10.1 | Olivier Bertrand | 2016-05-12 | 4 | -12/+26 |
| | * | | | Add all changes made on 10.1 | Olivier Bertrand | 2016-05-12 | 14 | -159/+5398 |
| * | | | | Replace dynamic loading of mysqld.exe data for plugins, replace with MYSQL_PL... | Vladislav Vaintroub | 2016-06-21 | 1 | -13/+1 |
| * | | | | MDEV-9993 - connect.json_udf_bin valgrind warnings | Sergey Vojtovich | 2016-06-21 | 1 | -15/+12 |
| | |/ / | |/| | | |||||
* | | | | MDEV-9949 Connect Engine: long SRCDEF leads to broken table | Sergei Golubchik | 2016-05-05 | 5 | -7/+48 |
* | | | | Merge branch 'connect/10.1' into 10.1 | Sergei Golubchik | 2016-05-05 | 15 | -108/+4614 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | - Add the use of prepared statement in the JDBC table type. | Olivier Bertrand | 2016-04-26 | 4 | -131/+200 |
| * | | | - Fix an error causing MYSQL table to fail saying "no result set" | Olivier Bertrand | 2016-04-24 | 9 | -27/+509 |
| * | | | - Fix and error causing remote indexing to fail when for not unique index. | Olivier Bertrand | 2016-04-23 | 14 | -94/+4444 |
| * | | | - Fix MDEV-9779. Avoid buffer overflow when setting partname. | Olivier Bertrand | 2016-03-25 | 2 | -11/+13 |
| * | | | - Fix MDEV-9779. Connection was not recognized in the option list. | Olivier Bertrand | 2016-03-24 | 3 | -2/+44 |
* | | | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2016-05-04 | 17 | -78/+516 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Fix msxml6 search in Connect engine on Windows, | Vladislav Vaintroub | 2016-04-27 | 1 | -31/+4 |
| * | | | Merge branch 'connect/10.0' into 10.0 | Sergei Golubchik | 2016-04-26 | 17 | -95/+582 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | - Fix an error causing MYSQL table to fail saying "no result set" | Olivier Bertrand | 2016-04-25 | 7 | -8/+403 |
| | * | | - Fix MDEV-9779. Avoid buffer overflow when setting partname. | Olivier Bertrand | 2016-03-25 | 2 | -11/+13 |
| | * | | Bigger partname to avoid MDEV-9779 | Olivier Bertrand | 2016-03-25 | 1 | -1/+1 |
| | * | | - Fix MDEV-9779. Connection was not recognized in the option list. | Olivier Bertrand | 2016-03-24 | 3 | -2/+44 |