summaryrefslogtreecommitdiff
path: root/storage/spider
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-1136-36/+36
* cmake: re-enable -Werror in the maintainer modeSergei Golubchik2019-03-271-3/+3
* MDEV-16912: Spider Order By column[datatime] limit 5 returns 3 rowsJacob Mathew2018-09-134-0/+175
* MDEV-12900: spider tests failed in buildbot with valgrindJacob Mathew2018-05-213-83/+7
* MDEV-7914: spider/bg.ha, spider/bg.ha_part crash server sporadically in buildbotJacob Mathew2018-05-184-36/+76
* MDEV-10991: Server crashes in spider_udf_direct_sql_create_conn - tests in sp...Jacob Mathew2018-03-192-1/+21
* Merge branch '10.0' into 10.1Marko Mäkelä2017-08-301-0/+2
|\
| * Add missing {} to silence a compiler warningMarko Mäkelä2017-08-301-0/+2
* | Merge branch '10.0' into 10.1Sergei Golubchik2017-07-071-12/+17
|\ \ | |/
| * Merge branch '5.5' into 10.0Sergei Golubchik2017-07-061-12/+17
| * Run spider mtr suites in 10.0 only on demand.Jacob Mathew2017-06-302-2/+2
* | Run spider mtr suites in 10.1 only on demand.Jacob Mathew2017-06-302-2/+2
* | Merge 10.0 into 10.1Marko Mäkelä2017-05-191-1/+0
|\ \ | |/
| * Silence bogus GCC 7 warnings -Wimplicit-fallthroughMarko Mäkelä2017-05-171-1/+1
| * MDEV-9998 Fix issues caught by Clang's -Wpointer-bool-conversion warningSergei Golubchik2017-05-151-1/+0
| * revert part of 69f1a32Sergei Golubchik2016-06-221-0/+38
| * Replace dynamic loading of mysqld.exe data for plugins, replace with MYSQL_PL...Vladislav Vaintroub2016-06-211-38/+0
* | Silence bogus GCC 7 warnings -Wimplicit-fallthroughMarko Mäkelä2017-05-171-1/+1
* | Correct FSF addressiangilfillan2017-03-1035-35/+35
* | Merge branch '10.0' into 10.1Sergei Golubchik2016-05-048-58/+36
|\ \ | |/
| * MDEV-9617 solaris sparc build fails on 10.0Sergei Golubchik2016-04-245-35/+35
| * MDEV-9281 - Debian: the Lintian complains about "shlib-calls-exit" in handler...Sergey Vojtovich2016-04-203-23/+1
* | Merge branch '10.0' into 10.1Sergei Golubchik2016-03-213-37/+37
|\ \ | |/
| * MDEV-9527 build FAILs with GCC 5.1 with release supported "-std=c+11"Sergei Golubchik2016-03-213-37/+37
* | A clean-up patch for Item_func_conv_charset (needed for MDEV-9181)Alexander Barkov2016-01-261-1/+1
* | Merge branch '10.0' into 10.1Sergei Golubchik2015-12-2123-327/+1463
|\ \ | |/
| * MDEV-9088 Server crashes on shutdown after the second post of feedback reportSergei Golubchik2015-12-191-30/+0
| * Merge branch 'kentoku/10.0' into 10.0Sergei Golubchik2015-12-1323-286/+1462
| |\
| | * merge spider-3.2.37Kentoku SHIBA2015-10-2923-286/+1462
* | | Merge branch '10.0' into 10.1Sergei Golubchik2015-11-191-1/+1
|\ \ \ | |/ /
| * | fix mdev-8140root2015-11-111-1/+1
* | | Merge branch '10.1' into pull-request-97Sergei Golubchik2015-09-251-1/+1
|\ \ \
| * | | Moving Item_args::arg_count from "public" to "protected".Alexander Barkov2015-09-211-1/+1
* | | | Merge branch '10.1' of https://github.com/MariaDB/server into ok-debpkg-10.1Otto Kekäläinen2015-09-051-4/+1
|\ \ \ \ | |/ / /
| * | | cmake: always use the same function to test for compiler flagsSergei Golubchik2015-09-041-4/+1
* | | | Merge branch '10.1' of https://github.com/MariaDB/server into ok-debpkgOtto Kekäläinen2015-08-311-6/+6
|\ \ \ \ | |/ / /
| * | | Stage 2 of MDEV-6152:Monty2015-08-211-6/+6
| * | | MDEV-8010 - Avoid sql_alloc() in Items (Patch #1)Sergey Vojtovich2015-08-211-4/+4
* | | | Fix spelling errorsOtto Kekäläinen2015-08-271-1/+1
|/ / /
* | | Merge tag 'mariadb-10.0.19' into 10.1Sergei Golubchik2015-06-01134-9039/+9149
|\ \ \ | |/ /
| * | convert files from CRLF to LF line endingsSergei Golubchik2015-05-08127-8987/+8987
| |/
| * update Spider to 3.2.21Kentoku SHIBA2015-05-057-52/+162
* | MDEV-7793 - Race condition between XA COMMIT/ROLLBACK and disconnectSergey Vojtovich2015-05-071-1/+0
* | MDEV-7728 - Improve xid cache scalability by using lock-free hashSergey Vojtovich2015-03-162-2/+19
* | Merge branch '10.0' into 10.1Sergei Golubchik2015-03-0720-65/+275
|\ \ | |/
| * Merge Spider 3.2.18Kentoku SHIBA2015-02-2020-65/+275
* | Merge branch '10.0' into bb-10.1-mergeSergei Golubchik2014-12-0223-2/+23
|\ \ | |/
| * MDEV-7071 Spider tests fail due to an unknown option --skip-performance-schem...Elena Stepanova2014-11-122-2/+2
| * MDEV-5120 Test suite test maria-no-logging failsMichael Widenius2014-09-3021-0/+21
* | Merge 10.0.14 into 10.1Sergei Golubchik2014-10-1513-109/+508
|\ \ | |/