summaryrefslogtreecommitdiff
path: root/storage/maria
Commit message (Expand)AuthorAgeFilesLines
* compiler warningSergei Golubchik2016-09-121-1/+1
* MDEV-10216: Assertion `strcmp(share->unique_file_name,filename) ||Nirbhay Choubey2016-08-081-0/+1
* Merge branch '10.1' into 10.2Sergei Golubchik2016-06-308-259/+225
|\
| * Merge branch '10.0' into 10.1Sergei Golubchik2016-06-288-257/+225
| |\
| | * Merge branch '5.5' into bb-10.0Sergei Golubchik2016-06-218-290/+248
| | |\
| | | * Fix typo bug that cause myisam repair to failmariadb-5.5.50Vicențiu Ciorbaru2016-06-161-1/+1
| | | * Fix compilation failure when compiling with std=c90Vicențiu Ciorbaru2016-06-161-3/+2
| | | * MDEV-9256 : Crashes on Windows x64 with aria_pagecache_buffer_size > 4GBVladislav Vaintroub2016-06-143-37/+37
| | | * MDEV-10162: Update repair testcaseVicențiu Ciorbaru2016-06-141-6/+2
| | | * Fixed compilation failure using clangVicențiu Ciorbaru2016-06-142-137/+155
| | | * [Code cleanup] Refactor duplicate code within myisam and maria sort.ccVicențiu Ciorbaru2016-06-141-36/+26
| | | * MDEV-9994 - Aria service threads are not "joined"Sergey Vojtovich2016-06-104-61/+26
* | | | Fixed compiler warnings and test failures found by buildbotMonty2016-06-244-19/+24
* | | | General spell fixing in comments and stringsOtto Kekäläinen2016-06-084-4/+4
* | | | MDEV-8360 Clean-up CHARSET_INFO: strnncollsp: diff_if_only_endspace_differenceAlexander Barkov2016-03-317-11/+11
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-03-231-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2016-03-211-1/+1
| |\ \ \ | | |/ /
| | * | Fix spelling: occurred, execute, which etcOtto Kekäläinen2016-03-041-1/+1
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-02-251-36/+26
|\ \ \ \ | |/ / /
| * | | [Code cleanup] Refactor duplicate code within myisam and maria sort.ccVicențiu Ciorbaru2016-02-231-36/+26
* | | | MDEV-6150 Speed up connection speed by moving creation of THD to new threadMonty2016-02-071-17/+24
* | | | Merge branch '10.1' into 10.2Monty2016-02-064-42/+59
|\ \ \ \ | |/ / /
| * | | Fixed warnings and one memory loss found by valgrindMonty2016-02-022-13/+4
| * | | MDEV-8724 Assertion `rc == 0' failed in ma_decrypt on reading an Aria tablemariadb-10.1.11Monty2016-01-281-28/+38
| * | | Fixed MDEV-9347 Not all rows returned by the C APIMonty2016-01-272-1/+17
| * | | Revert "[Code cleanup] Refactor duplicate code within myisam and maria sort.cc"Vicențiu Ciorbaru2016-01-171-26/+36
| * | | Revert "Fixed compilation failure on MacOSX"Vicențiu Ciorbaru2016-01-172-178/+158
| * | | Fixed compilation failure on MacOSXVicențiu Ciorbaru2016-01-172-158/+178
| * | | [Code cleanup] Refactor duplicate code within myisam and maria sort.ccVicențiu Ciorbaru2016-01-171-36/+26
* | | | Merge remote-tracking branch 'origin/10.1' into 10.2Alexander Barkov2015-12-2913-4/+45
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2015-12-2112-4/+43
| |\ \ \ | | |/ /
| | * | fix a few spelling mistakesSergei Golubchik2015-12-111-1/+1
| | * | MDEV-8571 - After mysqloptimize sometimes one of the tables is marked as crashedSergey Vojtovich2015-12-111-1/+1
| | * | Fixes to get all test to run on MacosX Lion 10.7Monty2015-11-2910-2/+41
| * | | aria_read_log: silence expected safemalloc warningsSergei Golubchik2015-12-191-0/+2
* | | | MDEV-8542 - The "aria_recover" variable should be renamed "aria_recover_options"Sergey Vojtovich2015-11-261-3/+3
* | | | MDEV-8715 - Obsolete sql_alloc() in favor of THD::alloc() and thd_alloc()Sergey Vojtovich2015-11-261-2/+2
|/ / /
* | | Don't delete non existing .TMD and .OLD files for Aria internal temporary tablesMonty2015-11-103-8/+12
* | | Use MEM_CHECK_DEFINED to check if blocks contain uninitialized dataMonty2015-11-104-11/+6
* | | MDEV-9010 Encryption preset file contains different configuration preset then...Sergei Golubchik2015-10-291-1/+1
* | | Merge branch '10.0' into 10.1Sergei Golubchik2015-10-121-1/+1
|\ \ \ | |/ /
| * | MDEV-8450: PATCH] Wrong macro expansion in Query_cache::send_result_to_client()Oleksandr Byelkin2015-09-061-1/+1
* | | New encryption API. Piece-wise encryption.Sergei Golubchik2015-09-041-1/+1
* | | simplify and unify my_safe_alloca usageSergei Golubchik2015-09-043-23/+14
* | | Merge branch '10.0' into 10.1Sergei Golubchik2015-09-031-11/+17
|\ \ \ | |/ /
| * | Fixed overrun in key cache if one tried to allocate a key cacheMonty2015-08-131-11/+17
* | | Fixed failing tests and compiler warningsMonty2015-08-181-4/+3
* | | MDEV-8475 stale .TMM file causes MyiSAM and Aria engine to stop serving the t...Monty2015-08-181-2/+2
* | | Cleanups, fixed warnings from valgrind, fixed failing tests (because on chang...Monty2015-07-101-0/+4
* | | - Renaming variables so that they don't shadow others (After this patch one c...Monty2015-07-061-1/+1