summaryrefslogtreecommitdiff
path: root/storage/myisam
Commit message (Expand)AuthorAgeFilesLines
* MDEV-12756 rpl.rpl_killed_ddl fails in buildbot with 'Can't find record'Monty2017-05-172-1/+15
* Merge branch '10.1' into 10.2Sergei Golubchik2017-05-091-2/+0
|\
| * 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.1' into 10.2Sergei Golubchik2017-03-3010-226/+273
|\ \ \ \ | |/ / /
| * | | 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
* | | | MDEV-11605 Assertion `(longlong) thd->status_var.local_memory_used >= 0 || !d...Sergei Golubchik2017-03-292-20/+21
* | | | Fix several compile warnings on WindowsVladislav Vaintroub2017-03-101-2/+2
* | | | Fix many -Wconversion warnings.Marko Mäkelä2017-03-071-37/+38
* | | | MDEV-11750 Assertion `vfield' failed in TABLE::update_virtual_fields after cr...Sergei Golubchik2017-02-131-0/+2
* | | | MDEV-11836 vcol.vcol_keys_myisam fails in buildbot and outsideSergei Golubchik2017-02-131-2/+2
* | | | MDEV-7635: Part 1Nirbhay Choubey2017-02-101-1/+1
* | | | MDEV-11606 Server crashes in mi_make_key / sort_key_readMonty2017-01-112-1/+2
* | | | New simpler bugfix for UPDATE and virtual BLOBsMonty2017-01-111-2/+6
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-12-296-15/+4
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2016-12-112-9/+1
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.0Sergei Golubchik2016-12-091-6/+1
| | |\ \ | | | |/
| | | * MDEV-11241 Certain combining marks cause MariaDB to crash when doing Full-Tex...Sergei Golubchik2016-12-031-6/+1
| | * | Remove labs() warning from maria and myisam storage enginesVicențiu Ciorbaru2016-12-011-3/+0
| * | | MDEV-10759 Fix Aria to support 2-byte collation IDsMonty2016-12-024-6/+3
* | | | MDEV-5800 MyISAM support for indexed vcolsSergei Golubchik2016-12-125-13/+93
* | | | make myisamchk -d ignore HA_CREATE_RELIES_ON_SQL_LAYERSergei Golubchik2016-12-121-1/+1
* | | | cleanup: minor issues in MyISAMSergei Golubchik2016-12-124-47/+44
* | | | cleanup: T_REP/T_REP_BY_SORT/T_REP_PARALLEL in MyISAMSergei Golubchik2016-12-123-10/+9
* | | | cleanup: spatial indexes in MyISAMSergei Golubchik2016-12-122-4/+6
* | | | MDEV-11451: isinf || isnan -> !isfiniteDaniel Black2016-12-051-2/+2
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-09-091-1/+2
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2016-08-251-1/+2
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.0Sergei Golubchik2016-08-101-1/+2
| | |\ \ | | | |/
| | | * MDEV-10506 Protocol::end_statement(): Assertion `0' failed upon ALTER TABLESergei Golubchik2016-08-071-1/+2
* | | | MDEV-10216: Assertion `strcmp(share->unique_file_name,filename) ||Nirbhay Choubey2016-08-081-0/+1
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-06-303-195/+163
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2016-06-282-191/+160
| |\ \ \ | | |/ /