summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* Merge Spider updates. FixesSergey Vojtovich2013-09-17133-15753/+21706
|\
| * fix build errorsKentoku SHIBA2013-09-171-12/+12
| * add debug logs.Kentoku SHIBA2013-09-171-0/+18
| * fix MDEV-4949 Spider engine causes compilation errors if compiled without par...Kentoku SHIBA2013-09-17120-15646/+19040
| * add some direct aggregate feature.Kentoku SHIBA2013-09-1713-37/+1181
| * fix a case of different linked table name for mrr.Kentoku SHIBA2013-09-1710-17/+308
| * fix mrr duplicate keyKentoku SHIBA2013-09-173-1/+75
| * add spider_bka_mode=2Kentoku SHIBA2013-09-1713-55/+1087
* | Merge Spider updates. FixesSergey Vojtovich2013-09-0423-330/+905
|\ \ | |/
| * Change for mearging MariaDB 10.0.4.Kentoku SHIBA2013-08-2410-169/+187
| * Add mysql.spider_xa_failed_log table.Kentoku SHIBA2013-08-244-1/+120
| * Fix for xa transaction restart when disconnection data node connection.Kentoku SHIBA2013-08-243-72/+37
| * Fix for crash bug #4733.Kentoku SHIBA2013-08-241-0/+4
| * Fix for crash bug #4732.Kentoku SHIBA2013-08-241-4/+4
| * Fix for parallel search. #1129074Kentoku SHIBA2013-08-242-8/+20
| * Add spider_general_log and spider_log_result_errors feature.Kentoku SHIBA2013-08-249-2/+167
| * Fix valgrind warnings.Kentoku SHIBA2013-08-242-2/+19
| * Add flugs function parameter to start_bulk_insertKentoku SHIBA2013-08-242-1/+20
| * Fulltext search optimization. Discard match fields.Kentoku SHIBA2013-08-2413-79/+342
| * Revert change for 10.0.4. It's remerge later.Kentoku SHIBA2013-08-247-72/+65
* | MDEV-4133: Review InnoDB tablespace allocation patch by Toshikuni Fukaya. If ...Jan Lindström2013-08-235-10/+73
|/
* Fixing a compilation failure in ConnectSE caused by revno 3803.Alexander Barkov2013-08-221-0/+1
* Fixed compiler warningsMichael Widenius2013-08-2142-42/+46
* Merge with 10.0-connectAlexander Barkov2013-08-1533-1112/+1311
|\
| * - Change the Blanks parameter from true to false in catalog gettingOlivier Bertrand2013-08-145-10/+10
| * - FIX MDEV-4853 + another bug causing the whole section to be deletedOlivier Bertrand2013-08-132-24/+62
| * -Fix MDEV-4878. Table locking is now supported.Olivier Bertrand2013-08-124-113/+184
| * - Fix MDEV-4494. Suppress the flag HA_NULL_IN_KEY.Olivier Bertrand2013-08-111-1/+1
| * - Fix MDEV-4881. SQL_TYPE_DECIMAL was not recognized in ha_connect::GetColumn...Olivier Bertrand2013-08-112-25/+13
| * - Better message for CONNECT unspported commandsOlivier Bertrand2013-08-091-2/+4
| * - Implement the SERVID special columns. This imply modifying the wayOlivier Bertrand2013-08-0921-121/+200
| * - Issue a warning instead of an error when inserting in release built a valueOlivier Bertrand2013-08-061-6/+6
| * - Just update the version number and dateOlivier Bertrand2013-07-292-2/+2
| * - Restore comment handling commented out in R3772.Olivier Bertrand2013-07-261-4/+4
| * - Restrict memcpy length in CHRBLK::SetValueOlivier Bertrand2013-07-261-1/+1
| * - Fix length when TYPVAL::SetValue_char is called from MYSQLCOL::ReadColumn.Olivier Bertrand2013-07-262-5/+5
| * - Restore test results to the discovery old way.Olivier Bertrand2013-07-254-13/+13
| * - Restore tests to handle the cases that were giving Valgrind warnings.Olivier Bertrand2013-07-259-156/+343
| * - Fix a few test in TYPVAL<PSZ> that cause Valgrind warningsOlivier Bertrand2013-07-252-12/+26
| * - Modify discovery to test a new way of adding columns. Currently theOlivier Bertrand2013-07-251-111/+330
| * - Fix bug causing connect_assisted_discovery to failOlivier Bertrand2013-07-201-1/+1
| * - CONNECT not should use query cache because working onOlivier Bertrand2013-07-121-0/+15
| * - Fix "Result content mismatch"Olivier Bertrand2013-07-122-4/+2
| * - Applying temporary restrictions to test files.Olivier Bertrand2013-07-117-736/+565
| * - cleaning code and show some functions return codeOlivier Bertrand2013-07-111-261/+20
* | MDEV-4702 - Reduce usage of LOCK_openSergey Vojtovich2013-08-142-6/+7
* | MDEV-4492 InnoDB generates non-existing link to manual based on the server ve...Sergei Golubchik2013-08-131-3/+1
* | MDEV-4786 merge 10.0-monty -> 10.0Sergei Golubchik2013-08-121-1/+1
* | Merge fixes for:Sergey Vojtovich2013-08-083-2/+351
|\ \
| * | fix for MDEV-4797Kentoku SHIBA2013-07-311-1/+1