summaryrefslogtreecommitdiff
path: root/storage/myisam
Commit message (Expand)AuthorAgeFilesLines
* MDEV-14265 - RPMLint warning: shared-lib-calls-exitSergey Vojtovich2018-03-162-6/+2
* Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-021-2/+6
|\
| * Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2018-01-241-2/+6
| |\
| | * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2018-01-181-2/+6
| | |\
| | | * Bug #26880757: MYISAM_USE_MMAP=1 ON WINDOWS FREQUENTLY DOESArun Kuruvila2017-10-261-1/+5
| | | * BUG#25451091:CREATE TABLE DATA DIRECTORY / INDEX DIRECTORYNisha Gopalakrishnan2017-05-122-14/+42
| | | * Bug #25447551: HANDLE_FATAL_SIGNAL (SIG=11) INKailasnath Nagarkar2017-03-151-2/+3
| | | * Bug#24388746: PRIVILEGE ESCALATION AND RACE CONDITION USING CREATE TABLEJon Olav Hauglid2016-08-193-23/+60
* | | | Merge 10.0 into 10.1Marko Mäkelä2018-01-031-7/+7
|\ \ \ \ | |/ / /
| * | | Merge 5.5 into 10.0Marko Mäkelä2018-01-031-7/+7
| |\ \ \ | | |/ /
| | * | Silence some -Wimplicit-fallthrough by proper spellingMarko Mäkelä2018-01-031-7/+7
* | | | cleanup: ha_myisam::data_file_name and index_file_nameSergei Golubchik2017-12-251-22/+25
* | | | Merge branch '10.0' into 10.1Sergei Golubchik2017-10-221-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch '5.5' into 10.0Sergei Golubchik2017-10-181-1/+1
| |\ \ \ | | |/ /
| | * | MDEV-13459 Warnings, when compiling with gcc-7.xSergei Golubchik2017-10-171-1/+2
* | | | MDEV-13636 ALTER TABLE ... DELAY_KEY_WRITE=1 creates table copy for MyISAM ta...Sergei Golubchik2017-09-181-2/+13
* | | | Merge branch '10.0' into 10.1Sergei Golubchik2017-08-082-1/+3
|\ \ \ \ | |/ / /
| * | | Merge remote-tracking branch 'origin/5.5' into 10.0Vicențiu Ciorbaru2017-07-252-1/+3
| |\ \ \ | | |/ /
| | * | ma_check/mi_check: maria_repair_parallel initialization for !quickDaniel Black2017-07-181-1/+3
| | * | Add storage_engine/parts overlay for MyISAMElena Stepanova2017-07-181-0/+0
* | | | MDEV-13097 Online alter of a partitioned MyISAM table with auto_incrementSergei Golubchik2017-06-221-1/+2
* | | | MDEV-11335 Changing delay_key_write option for MyISAM table should not copy rowsSergei Golubchik2017-05-241-4/+6
* | | | Merge 10.0 into 10.1Marko Mäkelä2017-05-232-2/+2
|\ \ \ \ | |/ / /
| * | | MDEV-6262 analyze the coverity report on mariadbSergei Golubchik2017-05-192-2/+2
* | | | Merge 10.0 into 10.1Marko Mäkelä2017-05-191-11/+9
|\ \ \ \ | |/ / /
| * | | Silence bogus GCC 7 warnings -Wimplicit-fallthroughMarko Mäkelä2017-05-171-1/+2
| * | | MDEV-12761 Error return from external_lock make the server crashSergei Golubchik2017-05-151-11/+9
* | | | Silence bogus GCC 7 warnings -Wimplicit-fallthroughMarko Mäkelä2017-05-171-1/+2
* | | | Merge branch '10.0' 10.1Sergei Golubchik2017-04-281-2/+0
|\ \ \ \ | |/ / /
| * | | Merge branch '5.5' into 10.0Sergei Golubchik2017-04-211-2/+0
| |\ \ \ | | |/ /
| | * | MDEV-12230 include/my_sys.h:600:43: error: unknown type name ‘PSI_file_keyâ...Sergei Golubchik2017-04-201-2/+2
* | | | Merge branch '10.0' into 10.1Sergei Golubchik2017-03-211-4/+4
|\ \ \ \ | |/ / /
| * | | MDEV-12261 build failure without P_SSergei Golubchik2017-03-151-4/+4
| * | | Remove unused variables.Marko Mäkelä2017-03-091-1/+0
* | | | Correct FSF addressiangilfillan2017-03-101-1/+1
* | | | Merge 10.0 into 10.1Marko Mäkelä2017-03-098-220/+194
|\ \ \ \ | |/ / /
| * | | Merge 5.5 into 10.0Marko Mäkelä2017-03-081-102/+102
| |\ \ \ | | |/ /
| | * | Fix some GCC 6.3.0 warnings in MyISAM and Maria.Marko Mäkelä2017-03-081-100/+100
| * | | Post MDEV-11902 Fix test failures in maria and myisam storage enginesVicențiu Ciorbaru2017-03-031-0/+5
| * | | Merge branch '5.5' into 10.0Vicențiu Ciorbaru2017-03-038-116/+85
| |\ \ \ | | |/ /
| | * | bugfix: remove my_delete_with_symlink()Sergei Golubchik2017-02-271-25/+28
| | * | race-condition safe implementation of mi_delete_table/maria_delete_tableSergei Golubchik2017-02-271-31/+3
| | * | cleanup: remove now-unused argumentSergei Golubchik2017-02-274-15/+13
| | * | MDEV-11902 mi_open race conditionSergei Golubchik2017-02-272-32/+37
| | * | cleanup: remove 16-year-old "TODO"Sergei Golubchik2017-02-274-13/+8
| | * | cleanup: mysys_test_invalid_symlinkSergei Golubchik2017-02-273-12/+4
* | | | Merge 10.0 into 10.1Marko Mäkelä2017-03-032-0/+70
|\ \ \ \ | |/ / /
| * | | MDEV-11757 KEY_BLOCK_SIZE strangeness when UNCOMPRESSing COMPRESSed InnoDB ta...Sergei Golubchik2017-02-282-0/+70
* | | | Merge branch '10.0' into 10.1Sergei Golubchik2016-12-112-9/+1
|\ \ \ \ | |/ / /
| * | | Merge branch '5.5' into 10.0Sergei Golubchik2016-12-091-6/+1
| |\ \ \ | | |/ /