summaryrefslogtreecommitdiff
path: root/myisam
Commit message (Expand)AuthorAgeFilesLines
* code cleanup after some reasoningunknown2003-12-091-2/+9
* yet another trunc* bugunknown2003-11-201-20/+33
* Merge bk-internal:/home/bk/mysql-4.0/unknown2003-11-191-2/+2
|\
| * Merge service name codeunknown2003-11-171-2/+2
| |\
| | * Fix for service names on windows; Now we always put the service name last wh...unknown2003-11-171-2/+2
* | | minor fixups: more verbose on "no memory" errors - report requested size, avo...unknown2003-11-191-2/+3
* | | obligatory update checksum on repair, if it is obligatory verified on check.unknown2003-11-141-0/+9
|/ /
* | Merge bk-internal:/home/bk/mysql-4.0/unknown2003-11-031-1/+1
|\ \
| * | fixed a bug in boolean fts where a word queue was created based on min_word_l...unknown2003-11-031-1/+1
| |/
* | Call my_sync() after all data is written to .frm fileunknown2003-11-022-32/+8
* | Change back service name to MySQLunknown2003-10-301-2/+4
|/
* Merge bk-internal:/home/bk/mysql-4.0/unknown2003-10-061-1/+1
|\
| * enum options renamed to avoid possible name conflictsunknown2003-09-291-1/+1
* | Correct fix for buffer overruns for compressed blobs.unknown2003-09-242-2/+4
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-09-231-2/+2
|\ \
| * | - fixed several typos ("uppdate"->"update" and "tryed"->"tried")unknown2003-09-191-2/+2
| |/
* | More explicit error messages from myisamchkunknown2003-09-162-12/+41
|/
* Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-09-053-13/+34
|\
| * Fixed rare bug in MYISAM introduced in 4.0.3 where the index file header was ...unknown2003-09-053-13/+34
* | more sanity checks for compressed files, BUG#770unknown2003-09-021-0/+6
* | s/\t/ / in command-line help textunknown2003-09-021-1/+1
|/
* post-merge fixesunknown2003-08-281-0/+1
* Add detection of in_addr_tunknown2003-08-283-6/+13
* do not try to "analyze" or "sort index" in the table that has no indexes or n...unknown2003-08-271-9/+12
* Merge bk-internal:/home/bk/mysql-4.0/unknown2003-08-261-1/+4
|\
| * fix ANALYZE TBALE to never generate rec_per_key_part < 1, as it prevent the t...unknown2003-08-261-1/+4
* | Fixed a very rarge memory overrun bug in the myisamlog program.unknown2003-08-261-1/+9
* | Better fix for myisamchk --sort-index on windowsunknown2003-08-251-16/+17
* | Update of VC++ project files (to remove link warnings)unknown2003-08-253-7/+21
|/
* Fixed some varnings from valgrindunknown2003-08-203-4/+9
* FT-NL bugfix - ignore words that appear more than in 2mio rows to avoid tree ...unknown2003-08-191-31/+8
* Fix mutex handling in SHOW_VARIABLES (key_buffer_size was not properly protec...unknown2003-08-171-4/+5
* myisamchk - don't mark table as crashed if --sort-records=<key> failed becaus...unknown2003-08-121-3/+3
* Merge bk-internal:/home/bk/mysql-4.0/unknown2003-08-122-1/+7
|\
| * MyISAM was erroneously using max_ref_length when estimating min_pack_length.unknown2003-08-121-1/+3
| * snprintf compatibility fixunknown2003-08-121-0/+4
* | Review of changesets since last pull.unknown2003-08-071-0/+2
|/
* bug #942. docid == ftb->lastpos in join on looping over nested tableunknown2003-07-311-2/+2
* Bug#937unknown2003-07-302-8/+13
* myisamchk --sort-records crash on compressed tables fixed.unknown2003-07-211-0/+6
* Fix for #712 with Serg's suggestionsunknown2003-07-193-8/+3
* Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-07-192-0/+9
|\
| * Proposed bugfix for #712unknown2003-07-142-0/+9
* | Fixed memory overrun when doing REPAIR on table with multi-part auto_incremen...unknown2003-07-182-5/+19
|/
* Fixed bug in ALTER TABLE ... DISABLE/ENABLE KEYSunknown2003-07-081-0/+4
* Fixed memory allocation in Unique to not allocate too much memoryunknown2003-06-261-5/+7
* reverting Monty's "fix" that turned a warning into an error.unknown2003-06-161-5/+2
* Added option --read-only (Thanks to Markus Benning)unknown2003-05-191-1/+2
* Fix for MacOSX and symlinksunknown2003-05-141-1/+6
* Safety fix to enable RAID in max binariesunknown2003-05-133-24/+25