summaryrefslogtreecommitdiff
path: root/storage/connect
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.0 into 10.1Marko Mäkelä2017-05-2328-71/+70
|\
| * compilation warnings in ConnectSergei Golubchik2017-05-1929-72/+71
* | Merge 10.0 into 10.1Marko Mäkelä2017-05-2098-4061/+3541
|\ \ | |/
| * Merge remote-tracking branch 'origin/10.0' into 10.0Vicențiu Ciorbaru2017-05-1815-22/+36
| |\
| * \ Merge remote-tracking branch 'connect/10.0' into 10.0Vicențiu Ciorbaru2017-05-16102-4083/+3563
| |\ \
| | * | MDEV-12651: change error code to ER_ILLEGAL_HA in rnd_pos (ha_connect.cc)Olivier Bertrand2017-05-121-1/+1
| | * | Fix failing test connect.json for MariaDB 10.0Olivier Bertrand2017-05-124-14/+8
| | * | Fix wrong value of JSON columnOlivier Bertrand2017-05-1199-3413/+2406
| | * | Fix MDEV-12603 Insert replaces values in ZIP fileOlivier Bertrand2017-05-064-21/+80
| | * | Fix MDEV-12653 Cannot add index for ZIP CONNECT tableOlivier Bertrand2017-05-046-11/+19
| | * | Disable json testsOlivier Bertrand2017-05-031-2/+2
| | * | Fix MDEV-12587 MariaDB CONNECT DIR TypeOlivier Bertrand2017-05-039-50/+82
| | * | Fix MDEV-12631 valgrind warning for zipped tablesOlivier Bertrand2017-04-291-4/+10
| | * | Fix MDEV-12520: Decimal values can be truncated for JDBC tablesOlivier Bertrand2017-04-222-2/+4
| | * | Fix crash when a line is not ended by \n.Olivier Bertrand2017-03-285-27/+64
| | * | Fix MDEV-12220: Crash when doing UPDATE or DELETE on an externalOlivier Bertrand2017-03-183-12/+37
| | * | Commit the 2 last commits merged from 10.1Olivier Bertrand2017-03-115-291/+455
| | * | Fix MDEV-12142 crash when creating CSV tableOlivier Bertrand2017-03-0638-1508/+1670
* | | | Merge 10.0 into 10.1Marko Mäkelä2017-05-194-4/+4
|\ \ \ \ | | |_|/ | |/| |
| * | | Silence bogus GCC 7 warnings -Wimplicit-fallthroughMarko Mäkelä2017-05-1715-13/+27
| |/ /
| * | MDEV-10936 CONNECT engine JDBC type can't find JdbcInterfaceSergei Golubchik2017-05-151-1/+1
| * | MDEV-9998 Fix issues caught by Clang's -Wpointer-bool-conversion warningSergei Golubchik2017-05-153-3/+3
* | | Silence bogus GCC 7 warnings -Wimplicit-fallthroughMarko Mäkelä2017-05-1715-13/+27
* | | MDEV-9566 prepare mysqltest for mariabackupVladislav Vaintroub2017-04-271-1/+1
* | | Correct FSF addressiangilfillan2017-03-109-9/+9
* | | compiler warningsSergei Golubchik2017-03-101-3/+3
* | | Merge 10.0 into 10.1Marko Mäkelä2017-03-0978-1671/+3966
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'connect/10.0' into 10.0Vicențiu Ciorbaru2017-03-0578-1671/+3966
| |\ \ | | |/
| | * Update version number and dateOlivier Bertrand2017-03-029-36/+91
| | * Fix crashing when joining two JDBC tables..Olivier Bertrand2017-02-241-0/+3
| | * All changes made on 10.1Olivier Bertrand2017-02-1656-1460/+2137
| | * Commit changes made for version 10.1Olivier Bertrand2017-01-1730-185/+1740
* | | Merge 10.0 into 10.1Marko Mäkelä2017-03-033-22/+19
|\ \ \ | |/ /
| * | Fixed compiler warningsMonty2017-02-283-22/+19
* | | Merge 10.0 into 10.1Marko Mäkelä2017-01-261-1/+1
|\ \ \ | |/ /
| * | connect zip bug fixSergei Golubchik2017-01-171-1/+1
* | | Merge branch '10.0' into 10.1mariadb-10.1.21Sergei Golubchik2017-01-172-6/+7
|\ \ \ | |/ /
| * | connect: compilation errors and few obvious bugsSergei Golubchik2017-01-172-6/+7
| |/
* | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-01-1655-1864/+8796
|\ \ | |/
| * Modified version numberOlivier Bertrand2016-12-251-1/+1
| * Fix some XML table type bugs:Olivier Bertrand2016-12-2317-278/+604
| * - MDEV-11295: developing handling files contained in ZIP file.Olivier Bertrand2016-12-1410-97/+64
| * - MDEV-11295: developing handling files contained in ZIP file.Olivier Bertrand2016-12-1222-125/+6579
| * - MDEV-11366 SIGBUS errors in Connect Storage Engine for ArmHF and MIPS.Olivier Bertrand2016-12-0212-151/+197
| * - Fix null pointer java error when connecting to jdbc:drill driver.Olivier Bertrand2016-11-273-0/+3
| * - MDEV-11051 place Java classes ApacheInterface and JdbcInterface into single...Olivier Bertrand2016-11-1410-71/+109
| * - Fix MDEV-11234. Escape quoting character. Should be doubled.Olivier Bertrand2016-11-0614-50/+147
* | Merge branch '10.0-galera' into 10.1Sergei Golubchik2016-11-028-270/+195
|\ \ | |/
| * - Fix MDEV-10950. Null values not retrieved for numeric types.Olivier Bertrand2016-10-143-15/+29
| * - Fix MDEV-10948. Syntax error on quoted JDBC tables.Olivier Bertrand2016-10-053-4/+42