summaryrefslogtreecommitdiff
path: root/storage/connect
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.0' into 10.1Sergei Golubchik2016-05-0417-78/+516
|\
| * Fix msxml6 search in Connect engine on Windows,Vladislav Vaintroub2016-04-271-31/+4
| * Merge branch 'connect/10.0' into 10.0Sergei Golubchik2016-04-2617-95/+582
| |\
| | * - Fix an error causing MYSQL table to fail saying "no result set"Olivier Bertrand2016-04-257-8/+403
| | * - Fix MDEV-9779. Avoid buffer overflow when setting partname.Olivier Bertrand2016-03-252-11/+13
| | * Bigger partname to avoid MDEV-9779Olivier Bertrand2016-03-251-1/+1
| | * - Fix MDEV-9779. Connection was not recognized in the option list.Olivier Bertrand2016-03-243-2/+44
| | * - Fix compile error when copying a string on itself.Olivier Bertrand2016-03-192-16/+15
| | * - Fix crash when sorting a TBL table with thread=yes.Olivier Bertrand2016-03-163-4/+4
| | * - Fix MDEV-9603 compiler error.Olivier Bertrand2016-03-166-40/+93
| | * - Fix to MDEV-9579 be testing for void result.Olivier Bertrand2016-02-201-11/+13
| * | MDEV-9610 Trigger on normal table can't insert into CONNECT engine table - Ac...Sergei Golubchik2016-04-264-4/+27
| * | Fixed failing test cases and compiler warningsMonty2016-04-251-5/+6
| * | MDEV-9617 solaris sparc build fails on 10.0Sergei Golubchik2016-04-244-17/+19
* | | Merge branch 'connect/10.1' into 10.1Sergei Golubchik2016-03-219-64/+110
|\ \ \
| * | | - Fix compile error when copying a string on itself.Olivier Bertrand2016-03-192-16/+15
| * | | - Fix crash when sorting a TBL table with thread=yes.Olivier Bertrand2016-03-173-4/+4
| * | | - Fix MDEV-9603 compiler error.Olivier Bertrand2016-03-167-41/+94
* | | | Merge branch '10.0' into 10.1Sergei Golubchik2016-03-215-8/+14
|\ \ \ \ | | |/ / | |/| |
| * | | ASAN error in CONNECT engineSergei Golubchik2016-03-211-2/+8
| * | | Fix spelling: occurred, execute, which etcOtto Kekäläinen2016-03-045-6/+6
* | | | MDEV-9739 Assertion `m_status == DA_ERROR || m_status == DA_OK' failed in Dia...Sergei Golubchik2016-03-192-0/+21
* | | | update plugins' maturity levelsSergei Golubchik2016-03-181-1/+1
* | | | Merge tracking branch 'connect/10.1' into 10.1Sergei Golubchik2016-02-231-10/+12
|\ \ \ \ | | |/ / | |/| |
| * | | - Fix to MDEV-9579 be testing for void result.Olivier Bertrand2016-02-201-10/+12
| * | | - Fix to MDEV-9542 Connect was not handling NULLs in the answerOlivier Bertrand2016-02-159-2489/+2519
| * | | - Fix to MDEV-9446 (using Json UDFs when CONNECT is not installed)Olivier Bertrand2016-01-257-15/+80
| * | | - Change SQL_NTS to 0 when the string is NULLOlivier Bertrand2016-01-181-2/+2
* | | | Merge branch '10.0' into 10.1Sergei Golubchik2016-02-2316-2507/+2602
|\ \ \ \ | | |/ / | |/| |
| * | | connect engine compiler warningsSergei Golubchik2016-02-182-4/+4
| * | | Merge branch 'connect/10.0' into 10.0Sergei Golubchik2016-02-1627-2557/+2678
| |\ \ \ | | | |/ | | |/|
| | * | - Fix to MDEV-9542 Connect was not handling NULLs in the answerOlivier Bertrand2016-02-1510-2490/+2520
| | * | - Change SQL_NTS to 0 when the string is NULLOlivier Bertrand2016-01-258-17/+82
| | * | - Fix MDEV-9239. Meanwhile, make all references to the database in XTAB SchemaOlivier Bertrand2016-01-098-42/+61
| | * | - Fix MDEV-9322.Olivier Bertrand2015-12-271-2/+2
| | * | - Fix MDEV-9279. Replacing exit(1) in yy_fatal_error by a longjmp.Olivier Bertrand2015-12-142-6/+13
* | | | after merge fixesSergei Golubchik2016-01-252-4/+4
* | | | Merge branch 'connect/10.1' into 10.1Sergei Golubchik2016-01-259-43/+62
|\ \ \ \ | | |_|/ | |/| |
| * | | - Fix MDEV-9239. Meanwhile, make all references to the database in XTAB SchemaOlivier Bertrand2016-01-098-42/+61
| * | | - Fix MDEV-9322.Olivier Bertrand2015-12-271-1/+1
* | | | Merge branch '10.0' into 10.1Sergei Golubchik2016-01-252-2/+2
|\ \ \ \ | | |/ / | |/| |
| * | | Backported fix for ccacheMonty2016-01-032-2/+2
* | | | update disabled.def for connect engineSergei Golubchik2015-12-211-1/+1
* | | | Merge branch '10.0' into 10.1Sergei Golubchik2015-12-212-2/+2
|\ \ \ \ | |/ / /
| * | | Merge branch 'connect/10.0' into 10.0Sergei Golubchik2015-12-1348-1100/+7783
| |\ \ \ | | | |/ | | |/|
| | * | - Copy error message from G to g when using temporary storage for parsing.Olivier Bertrand2015-12-131-1/+9
| | * | Update version numberOlivier Bertrand2015-12-111-2/+2
| | * | - Serialize: Protect again eventual longjmp's.Olivier Bertrand2015-12-084-84/+140
| | * | Fix memory error when a plain string argument is parsed.Olivier Bertrand2015-12-051-3/+4
| | * | Fix memory error when a plain string argument is parsed.Olivier Bertrand2015-12-051-6/+12