summaryrefslogtreecommitdiff
path: root/storage/myisam/ha_myisam.cc
Commit message (Expand)AuthorAgeFilesLines
* BUG#51307 - widespread corruption with partitions andSergey Vojtovich2010-03-021-3/+11
* A follow-up to fix forSergey Vojtovich2009-10-271-0/+8
* Bug #40877: multi statement execution fails in 5.1.30Georgi Kodinov2009-10-161-2/+2
* BUG#47073 - valgrind errs, corruption,failed repair of partition,Sergey Vojtovich2009-10-091-16/+0
* Merge from 5.0Gleb Shchepa2009-07-241-8/+3
* Bug#35111 - Truncate a MyISAM partitioned table does not resetSatya B2009-07-081-0/+6
* Merge from 5.0Staale Smedseng2009-06-291-1/+1
* auto-mergeTatiana A. Nurnberg2009-06-051-0/+3
* 5.0-bugteam->5.1-bugteam mergeSergey Glukhov2009-05-271-1/+1
* Bug #39802 On Windows, 32-bit time_t should be enforcedAnurag Shekhar2009-05-131-3/+3
* merging with mysql-5.1-bugteamNarayanan V2009-04-301-2/+2
|\
| * BUG#37631 - Incorrect key file for table after upgrading from 5.0 to 5.1Narayanan V2009-04-301-2/+2
* | BUG#40827 - Killing insert-select to MyISAM can cause table corruptionSatya B2009-04-161-4/+49
|/
* Bug#37631 Incorrect key file for table after upgrading from 5.0 to 5.1Narayanan V2009-04-081-6/+15
* auto-mergeIgnacio Galarza2009-03-171-1/+12
|\
| * merging.Alexey Botchkov2009-02-241-0/+2
| |\
| | * Bug#40634 table scan temporary table is 4x slower due to mmap instead instead...Alexey Botchkov2008-11-201-0/+2
| * | merging with changes in bugteam branch.Anurag Shekhar2009-02-231-0/+9
| |\ \
| | * | Bug#41098: Query Cache returns wrong result with concurrent insertDavi Arnaut2009-02-191-0/+9
| * | | Bug#40321 ha_myisam::info could update rec_per_key incorrectlyAnurag Shekhar2009-02-131-1/+1
| |/ /
* | | Bug#29125 Windows Server X64: so many compiler warningsIgnacio Galarza2009-02-131-2/+2
|/ /
* | Bug#37995 Error message truncation in test "innodb" in embedded mode.Alexey Botchkov2009-02-051-2/+2
|/
* Merge a88-113-38-195.elisa-laajakaista.fi:/home/my/bk/mysql-5.1-mainjani@a88-113-38-195.elisa-laajakaista.fi2008-03-281-0/+1
|\
| * Merge a88-113-38-195.elisa-laajakaista.fi:/home/my/bk/mysql-5.1-mainjani@a88-113-38-195.elisa-laajakaista.fi2008-02-081-0/+1
| |\
| | * Merge a88-113-38-195.elisa-laajakaista.fi:/home/my/bk/mysql-5.1-mainjani@a88-113-38-195.elisa-laajakaista.fi2007-12-071-0/+1
| | |\
| | | * Moved a lot of old bug fixes and safe cleanups from Maria 5.1 tree to 5.1monty@mysql.com/narttu.mysql.fi2007-10-111-0/+1
* | | | Merge stella.local:/home2/mydev/mysql-5.0-axmrgistruewing@stella.local2008-03-141-27/+37
* | | | Bug#31331 - MyISAM or Merge Table upgrade incompatibility with 5.1istruewing@stella.local2008-03-101-2/+2
* | | | Bug#31331 - MyISAM or Merge Table upgrade incompatibility with 5.1istruewing@stella.local2008-02-061-1/+20
* | | | Merge stella.local:/home2/mydev/mysql-5.1-amainistruewing@stella.local2008-01-291-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Bug#29182 - MyISAMCHK reports wrong character setistruewing@stella.local2008-01-241-0/+1
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1-maintserg@janus.mylan2007-12-201-3/+5
|\ \ \ \ | |/ / /
| * | | Merge station.:/mnt/raid/alik/MySQL/devel/5.1anozdrin/alik@station.2007-12-141-1/+5
| |\ \ \
| | * \ \ Merge mysql.com:/home/gluh/MySQL/Merge/5.1gluh@eagle.(none)2007-12-131-1/+5
| | |\ \ \
| | | * | | Merge polly.(none):/home/kaa/src/opt/bug28837/my50-bug29131kaa@polly.(none)2007-11-261-1/+5
| | | | |/ | | | |/|
| * | | | Fix broken embedded build (broken by the patch for Bug#12713, first part).kostja@bodhi.(none)2007-12-131-2/+0
| |/ / /
* | | | Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-forcollapseandmergecmiller@zippy.cornsilk.net2007-12-141-1/+5
|\ \ \ \ | |/ / /
| * | | Merge ramayana.hindu.god:/home/tsmith/m/bk/51tsmith@ramayana.hindu.god2007-12-051-1/+1
| |\ \ \ | | |_|/ | |/| |
| | * | Merge mysql.com:/home/ram/work/mysql-5.0-maintramil/ram@ramil.myoffice.izhnet.ru2007-11-101-1/+1
| | |/
| * | Bug#26379 - Combination of FLUSH TABLE and REPAIR TABLEistruewing@stella.local2007-11-151-0/+4
| |/
* | Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-comeng-unificationcmiller@zippy.cornsilk.net2007-10-171-108/+144
|\ \ | |/
| * fixed type conversion warnings revealed by bug 30639gkodinov/kgeorge@macbook.local2007-09-211-1/+1
| * Fixed a lot of compiler warnings and errors detected by Forte C++ on Solarismonty@mysql.com/nosik.monty.fi2007-08-131-7/+8
| * WL#3984 (Revise locking of mysql.general_log and mysql.slow_log)malff/marcsql@weblab.(none)2007-07-271-35/+1
| * Merge gleb.loc:/home/uchum/work/bk/5.1gshchepa/uchum@gleb.loc2007-07-191-0/+75
| |\
| | * Merge bodhi.(none):/opt/local/work/mysql-5.0-runtimekostja@bodhi.(none)2007-07-161-0/+75
| * | Merge magare.gmz:/home/kgeorge/mysql/work/B29325-5.0-optgkodinov/kgeorge@magare.gmz2007-07-111-0/+2
| |/
| * Merge mysql.com:/nfsdisk1/lars/bkroot/mysql-5.1-new-rpllars/lthalmann@dl145h.mysql.com2007-06-181-0/+1
| |\
| | * Merge mysql.com:/nfsdisk1/lars/bkroot/mysql-5.1-new-rpllars/lthalmann@dl145j.mysql.com2007-06-181-0/+1
| | |\
| | | * Merge kindahl-laptop.dnsalias.net:/home/bkroot/mysql-5.1-rplmats@kindahl-laptop.dnsalias.net2007-06-121-0/+1
| | | |\