| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed bug in ALTER TABLE ... DISABLE/ENABLE KEYS | unknown | 2003-07-08 | 1 | -0/+4 |
* | Fixed memory allocation in Unique to not allocate too much memory | unknown | 2003-06-26 | 1 | -5/+7 |
* | reverting Monty's "fix" that turned a warning into an error. | unknown | 2003-06-16 | 1 | -5/+2 |
* | Added option --read-only (Thanks to Markus Benning) | unknown | 2003-05-19 | 1 | -1/+2 |
* | Fix for MacOSX and symlinks | unknown | 2003-05-14 | 1 | -1/+6 |
* | Safety fix to enable RAID in max binaries | unknown | 2003-05-13 | 3 | -24/+25 |
* | parallel-repair available in mysqld | unknown | 2003-05-04 | 1 | -1/+11 |
* | mising reset_tree() in ft_reinit_search() added | unknown | 2003-05-03 | 1 | -2/+2 |
* | Fix reference to not initialized memory | unknown | 2003-04-30 | 1 | -3/+6 |
* | Fix to remove compiler warnings | unknown | 2003-04-28 | 1 | -0/+2 |
* | Fixed problem when comparing a key for a multi-byte-character set. (bug 152) | unknown | 2003-04-27 | 7 | -24/+88 |
* | Fix for -fbranch-probabilites (bug 268) | unknown | 2003-04-26 | 1 | -2/+5 |
* | Merge bk-internal:/home/bk/mysql-4.0 | unknown | 2003-04-25 | 1 | -1/+1 |
|\ |
|
| * | Fixes for valgrind | unknown | 2003-04-23 | 1 | -1/+1 |
* | | warning when a 4.1 MYI file is opened in 4.0 | unknown | 2003-04-23 | 2 | -1/+5 |
* | | do not mark the table as analyzed unless all the key parts are REALLY analyzed. | unknown | 2003-04-23 | 1 | -4/+6 |
|/ |
|
* | Merge with 3.23 to get fixes for: | unknown | 2003-04-03 | 1 | -1/+1 |
|\ |
|
| * | A fix for a bug in MyISAM with large number of NULL columns and at | unknown | 2003-03-25 | 1 | -2/+2 |
* | | make myisam usable without threads (and even w/o pthread_t) | unknown | 2003-03-24 | 2 | -2/+8 |
* | | merge with 3.23 to get: | unknown | 2003-03-11 | 1 | -2/+16 |
|\ \
| |/ |
|
| * | Cleaned up disk_pos_assert() to be more general. | unknown | 2003-03-11 | 1 | -14/+13 |
| * | more propection in mi_open against badly corrupted MYI headers | unknown | 2003-03-10 | 1 | -2/+17 |
| * | Fixed typo | unknown | 2003-01-17 | 1 | -1/+1 |
* | | fix auto-increment in sub-key and insert ... select | unknown | 2003-03-02 | 2 | -3/+3 |
* | | make myisamchk -R to work, if the table contains fulltext indexes | unknown | 2003-02-22 | 1 | -2/+2 |
* | | do not accept -R (sort by index) for FULLTEXT indexes | unknown | 2003-02-22 | 1 | -0/+7 |
* | | fixed crash with blobs in compressed table | unknown | 2003-01-30 | 3 | -11/+8 |
* | | low-level error messages cleanup | unknown | 2003-01-28 | 2 | -2/+2 |
* | | merge | unknown | 2003-01-28 | 1 | -0/+14 |
|\ \ |
|
| * | | Fixes for Netware | unknown | 2003-01-28 | 1 | -0/+14 |
* | | | remove warnings | unknown | 2003-01-27 | 1 | -11/+8 |
* | | | fixes for SHOW VARIABLES and --ft-stopword-list | unknown | 2003-01-27 | 1 | -2/+5 |
* | | | enadling out-of-cache reads for shared IO_CACHE | unknown | 2003-01-26 | 1 | -3/+4 |
* | | | fixed bug in parallel repair | unknown | 2003-01-26 | 1 | -4/+5 |
* | | | --ft_stopword_file command-line option | unknown | 2003-01-23 | 3 | -15/+63 |
|/ / |
|
* | | After merge fix | unknown | 2003-01-17 | 1 | -1/+1 |
* | | Merge with 3.23 | unknown | 2003-01-16 | 2 | -3/+12 |
|\ \
| |/ |
|
| * | Fixed max_key_length when using UNIQUE keys. | unknown | 2002-12-27 | 2 | -2/+11 |
| * | - Applied required modifications for automake 1.5 | unknown | 2002-11-17 | 1 | -11/+0 |
| * | fixed MyISAM crash on dynamic-row tables with huge number of to-be-packed fields | unknown | 2002-10-28 | 1 | -1/+2 |
* | | Text fixes: ISAM -> MyISAM for myisamchk (found by Jocelyn Fournier). | unknown | 2003-01-14 | 1 | -3/+3 |
* | | Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0 | unknown | 2003-01-09 | 5 | -16/+57 |
|\ \ |
|
| * | | Don't count NULL values in cardinalty for MyISAM tables. | unknown | 2003-01-09 | 5 | -16/+57 |
* | | | Merge work:/home/bk/mysql-4.0 | unknown | 2003-01-08 | 1 | -0/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | ft_nlq_search.c: | unknown | 2003-01-08 | 1 | -0/+1 |
* | | | A lot of portability fixes. | unknown | 2003-01-05 | 2 | -2/+2 |
|/ / |
|
* | | Transactions in AUTOCOMMIT=0 mode didn't rotate binary log | unknown | 2002-12-14 | 1 | -7/+7 |
* | | bulk insert code optimized | unknown | 2002-12-07 | 3 | -36/+41 |
* | | post-merge fix | unknown | 2002-12-04 | 1 | -3/+2 |
* | | New multi-table-update code | unknown | 2002-11-29 | 3 | -16/+22 |