Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge with 4.0 | monty@mysql.com | 2004-03-16 | 1 | -2/+2 |
|\ | |||||
| * | --set-character-set and --character-sets-dir in myisamchk now work | serg@serg.mylan | 2004-02-24 | 1 | -2/+2 |
| | | |||||
* | | make a clear distinction between max_word_length in *characters* and in *bytes* | serg@serg.mylan | 2003-12-04 | 1 | -3/+3 |
| | | |||||
* | | Fixed compiler warnings from Intel compiler in Win64 | monty@mysql.com | 2003-11-23 | 1 | -3/+12 |
| | | | | | | | | | | | | Added option --max-record-length=# to myisamchk Don't try repair twice if doing myisamchk --repair --force Shared memory handler didn't clean up things on errors or shutdown | ||||
* | | Merge key cache structures to one | monty@mysql.com | 2003-11-20 | 1 | -7/+7 |
| | | | | | | | | Fixed compiler warnings (IRIX C compiler and VC++) | ||||
* | | Delete duplicate error message names | monty@mashka.mysql.fi | 2003-11-18 | 1 | -1/+0 |
| | | |||||
* | | merge | monty@mashka.mysql.fi | 2003-11-18 | 1 | -3/+5 |
|\ \ | |||||
| * | | CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTS | monty@mashka.mysql.fi | 2003-11-18 | 1 | -3/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New multi-key-cache handling. This was needed becasue the old one didn't work reliable with MERGE tables. ALTER TABLE table_name ... CHARACTER SET ... now changes all char/varchar/text columns to the given character set (One must use ALTER TABLE ... DEFAULT CHARACTER SET ... to change the default character set) Fixed that have_compress is detected properly (fixes problems with func_compress.test on platforms without zlib) New syntax for CACHE INDEX ('keys' is optional if no index name is given and one mentions the key cache name only ones) Removed compiler warnings Added mysql_set_server_option() to allow clients like PHP to easaily set/reset the multi-statement flag. | ||||
* | | | multiple keycache fixes | serg@serg.mylan | 2003-11-13 | 1 | -0/+1 |
|/ / | |||||
* | | Merge with 4.0 | monty@narttu.mysql.fi | 2003-11-04 | 1 | -1/+3 |
|\ \ | |/ | |||||
| * | Change back service name to MySQL | monty@narttu.mysql.fi | 2003-10-30 | 1 | -2/+4 |
| | | | | | | | | | | Don't add service name to read config file segments if it's "MySQL" Fixed possible memory leak when CHANGE USER failed. | ||||
* | | Merge bk-internal:/home/bk/mysql-4.1/ | serg@serg.mylan | 2003-10-31 | 1 | -3/+12 |
|\ \ | | | | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.1 | ||||
| * \ | Merge | igor@rurik.mysql.com | 2003-10-30 | 1 | -3/+12 |
| |\ \ | |||||
| | * \ | Manual merge after improving concurrency for key cache reassignment | igor@rurik.mysql.com | 2003-10-01 | 1 | -3/+12 |
| | |\ \ | |||||
| | | * \ | Manual merge | igor@rurik.mysql.com | 2003-08-26 | 1 | -3/+12 |
| | | |\ \ | |||||
| | | | * | | Many files: | igor@rurik.mysql.com | 2003-08-02 | 1 | -4/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added key cache assignment mi_locking.c: Added key cache assignment: correction my_sys.h: Added key cache variable structure | ||||
| | | | * | | Merge rurik.mysql.com:/home/igor/mysql-4.1 | igor@rurik.mysql.com | 2003-06-30 | 1 | -2/+3 |
| | | | |\ \ | | | | | | | | | | | | | | | | | | | | | | into rurik.mysql.com:/home/igor/dev/mysql-4.1-0 | ||||
| | | | | * | | Many files: | igor@rurik.mysql.com | 2003-06-30 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added multiple key cache | ||||
* | | | | | | | query expansion for fulltext search | serg@serg.mylan | 2003-10-23 | 1 | -3/+0 |
|/ / / / / / | |||||
* | | | | | | merge with 4.0 | monty@mashka.mysql.fi | 2003-10-16 | 1 | -1/+1 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | | | |||||
| * | | | | enum options renamed to avoid possible name conflicts | serg@serg.mylan | 2003-09-29 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | merge with 4.0.15 | monty@narttu.mysql.fi | 2003-08-29 | 1 | -16/+25 |
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | | | |||||
| * | | | do not try to "analyze" or "sort index" in the table that has no indexes or ↵ | serg@serg.mylan | 2003-08-27 | 1 | -9/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | no records if --check-only-changed option is used. It's because such a table is never marked as "analyzed" or "sorted", so --check-only-changed doesn't work | ||||
| * | | | Update of VC++ project files (to remove link warnings) | monty@narttu.mysql.fi | 2003-08-25 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | Fix unlock error in myisamchk on windows when doing --sort-index Use SetFilePointer instead of SetFilePointerEx | ||||
| * | | | Fix mutex handling in SHOW_VARIABLES (key_buffer_size was not properly ↵ | monty@narttu.mysql.fi | 2003-08-17 | 1 | -4/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | protected) Changed some non fatal myisamchk error messages to warnings | ||||
| * | | | myisamchk - don't mark table as crashed if --sort-records=<key> failed ↵ | serg@serg.mylan | 2003-08-12 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | because of unappropriate key or read-only table | ||||
* | | | | Merge with 4.0.14 | monty@mashka.mysql.fi | 2003-08-11 | 1 | -8/+10 |
|\ \ \ \ | |/ / / | | / / | |/ / |/| | | |||||
| * | | Bug#937 | serg@serg.mylan | 2003-07-30 | 1 | -3/+7 |
| | | | | | | | | | | | | | | | | | | | | | myisamchk.c: help text clarified mi_check.c: allow one to "analyze" empty table :) | ||||
| * | | myisamchk --sort-records crash on compressed tables fixed. | serg@serg.mylan | 2003-07-21 | 1 | -0/+6 |
| | | | |||||
| * | | Fix for #712 with Serg's suggestions | hf@deer.(none) | 2003-07-19 | 1 | -6/+2 |
| | | | |||||
* | | | fixed a bug that made 4.0 MYI+FT files unreadable in 4.1 | serg@serg.mylan | 2003-06-28 | 1 | -1/+1 |
| |/ |/| | |||||
* | | consistency fix - all help texts for command-line options should end with a dot. | serg@serg.mylan | 2003-06-13 | 1 | -26/+25 |
| | | |||||
* | | Merge with 4.0.13 | monty@narttu.mysql.fi | 2003-05-19 | 1 | -8/+11 |
|\ \ | |/ | |||||
| * | Added option --read-only (Thanks to Markus Benning) | monty@narttu.mysql.fi | 2003-05-19 | 1 | -1/+2 |
| | | |||||
| * | Safety fix to enable RAID in max binaries | monty@mashka.mysql.fi | 2003-05-13 | 1 | -7/+9 |
| | | | | | | | | | | Better fix for format('nan') Fix for HAVING COUNT(DISTINCT...) | ||||
* | | Merge with 4.0.11 | monty@narttu.mysql.fi | 2003-02-26 | 1 | -2/+9 |
|\ \ | |/ | |||||
| * | make myisamchk -R to work, if the table contains fulltext indexes | serg@serg.mysql.com | 2003-02-22 | 1 | -2/+2 |
| | | |||||
| * | do not accept -R (sort by index) for FULLTEXT indexes | serg@serg.mysql.com | 2003-02-22 | 1 | -0/+7 |
| | | |||||
* | | Merge with 4.0.11 | monty@mashka.mysql.fi | 2003-02-04 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | low-level error messages cleanup | serg@serg.mysql.com | 2003-01-28 | 1 | -1/+1 |
| | | |||||
| * | --ft_stopword_file command-line option | serg@serg.mysql.com | 2003-01-23 | 1 | -1/+1 |
| | | |||||
* | | merged | serg@serg.mysql.com | 2003-01-21 | 1 | -2/+2 |
|\ \ | |||||
| * | | Two-level index structure for FULLTEXT indexes | serg@serg.mysql.com | 2003-01-21 | 1 | -2/+2 |
| | | | |||||
* | | | Merge with 4.0.9 | monty@mashka.mysql.fi | 2003-01-18 | 1 | -3/+3 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | Text fixes: ISAM -> MyISAM for myisamchk (found by Jocelyn Fournier). | arjen@george.bitbike.com | 2003-01-14 | 1 | -3/+3 |
| | | |||||
* | | memory leak closed | serg@serg.mysql.com | 2002-11-12 | 1 | -0/+1 |
| | | |||||
* | | typo fixed | serg@serg.mysql.com | 2002-11-09 | 1 | -1/+1 |
| | | |||||
* | | make REPAIR killable | serg@serg.mysql.com | 2002-10-22 | 1 | -0/+4 |
| | | |||||
* | | --tmpdir=dir1:dir2... uses (is_windows ? ";" : ":") as a delimiter | serg@serg.mysql.com | 2002-10-12 | 1 | -1/+7 |
| | | |||||
* | | --tmpdir=dir1:dir2:... support in myisamchk | serg@serg.mysql.com | 2002-10-08 | 1 | -3/+11 |
| | |