summaryrefslogtreecommitdiff
path: root/storage/spider
Commit message (Expand)AuthorAgeFilesLines
* MDEV-13384 - misc Windows warnings fixedVladislav Vaintroub2017-09-285-9/+9
* Merge 10.1 into 10.2Marko Mäkelä2017-08-311-0/+2
|\
| * 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.1' into 10.2Sergei Golubchik2017-07-081-12/+17
|\ \ \ | |/ /
| * | 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
* | | cleanup: generate_partition_syntax()Sergei Golubchik2017-07-051-2/+1
* | | Updated spider/bg and spider/handler mtr suites.Jacob Mathew2017-06-3017-743/+1419
* | | Merge 10.1 into 10.2Marko Mäkelä2017-05-222-2/+1
|\ \ \ | |/ /
| * | 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
* | | MDEV-8954 unnecessary fetch of entire tableJacob Mathew2017-05-019-0/+221
* | | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-3035-35/+35
|\ \ \ | |/ /
| * | Correct FSF addressiangilfillan2017-03-1035-35/+35
* | | Fix many -Wconversion warnings.Marko Mäkelä2017-03-071-20/+20
* | | Mark spider tests bigSergey Vojtovich2016-11-172-0/+2
* | | Merge pull request #251 from ottok/ok-debpkg-10.2Otto Kekäläinen2016-11-011-1/+0
|\ \ \
| * | | MDEV-6284: Remove CMakeLists.txt hack that mangled the server install fileOtto Kekäläinen2016-10-271-1/+0
* | | | MDEV-8791 - AIX: Unresolved Symbols during linkingSergey Vojtovich2016-10-311-1/+1
|/ / /
* | | misc after-merge changes:Sergei Golubchik2016-09-101-3/+0
* | | Merge branch '10.1' into 10.2Sergei Golubchik2016-06-308-58/+36
|\ \ \ | |/ /
| * | 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
* | | MDEV-5535: Cannot reopen temporary tableNirbhay Choubey2016-06-101-1/+1
* | | Code cleanupsSergey Vojtovich2016-06-101-1/+2
* | | Reuse THD for new user connectionsMonty2016-06-042-10/+5
* | | MDEV-6353 my_ismbchar() and my_mbcharlen() refactoringAlexander Barkov2016-05-171-1/+1
* | | Merge branch '10.2' into bb-10.2-mdev9543Sergei Petrunia2016-04-0728-0/+660
|\ \ \
| * | | MDEV-6720 - enable connection log in mysqltest by defaultSergey Vojtovich2016-03-3128-0/+660
* | | | Merge branch '10.2' into bb-10.2-mdev9543Sergei Petrunia2016-03-287-65/+54
|\ \ \ \ | |/ / /
| * | | Merge branch '10.1' into 10.2Sergei Golubchik2016-03-233-37/+37
| |\ \ \ | | |/ /
| | * | 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
| * | | Removed TABLE->sort to make it possible to have multiple active calls toMonty2016-03-221-1/+2
| * | | MDEV-6150 Speed up connection speed by moving creation of THD to new threadMonty2016-02-074-26/+14
| * | | Merge branch '10.1' into 10.2Monty2016-02-061-1/+1
| |\ \ \ | | |/ /
| | * | A clean-up patch for Item_func_conv_charset (needed for MDEV-9181)Alexander Barkov2016-01-261-1/+1
* | | | This is the consolidated patch for mdev-8646:bb-10.2-mdev8646Igor Babaev2016-02-091-1/+1
|/ / /
* | | Merge remote-tracking branch 'origin/10.1' into 10.2Alexander Barkov2015-12-2923-327/+1463
|\ \ \ | |/ /
| * | 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
| | |\