summaryrefslogtreecommitdiff
path: root/myisam/myisamchk.c
Commit message (Collapse)AuthorAgeFilesLines
* merge with 4.0monty@mysql.com2004-03-161-2/+2
|\
| * --set-character-set and --character-sets-dir in myisamchk now workserg@serg.mylan2004-02-241-2/+2
| |
* | make a clear distinction between max_word_length in *characters* and in *bytes*serg@serg.mylan2003-12-041-3/+3
| |
* | Fixed compiler warnings from Intel compiler in Win64monty@mysql.com2003-11-231-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 onemonty@mysql.com2003-11-201-7/+7
| | | | | | | | Fixed compiler warnings (IRIX C compiler and VC++)
* | Delete duplicate error message namesmonty@mashka.mysql.fi2003-11-181-1/+0
| |
* | mergemonty@mashka.mysql.fi2003-11-181-3/+5
|\ \
| * | CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTSmonty@mashka.mysql.fi2003-11-181-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 fixesserg@serg.mylan2003-11-131-0/+1
|/ /
* | Merge with 4.0monty@narttu.mysql.fi2003-11-041-1/+3
|\ \ | |/
| * Change back service name to MySQLmonty@narttu.mysql.fi2003-10-301-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.mylan2003-10-311-3/+12
|\ \ | | | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.1
| * \ Mergeigor@rurik.mysql.com2003-10-301-3/+12
| |\ \
| | * \ Manual merge after improving concurrency for key cache reassignmentigor@rurik.mysql.com2003-10-011-3/+12
| | |\ \
| | | * \ Manual mergeigor@rurik.mysql.com2003-08-261-3/+12
| | | |\ \
| | | | * | Many files:igor@rurik.mysql.com2003-08-021-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.1igor@rurik.mysql.com2003-06-301-2/+3
| | | | |\ \ | | | | | | | | | | | | | | | | | | | | | into rurik.mysql.com:/home/igor/dev/mysql-4.1-0
| | | | | * | Many files:igor@rurik.mysql.com2003-06-301-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Added multiple key cache
* | | | | | | query expansion for fulltext searchserg@serg.mylan2003-10-231-3/+0
|/ / / / / /
* | | | | | merge with 4.0monty@mashka.mysql.fi2003-10-161-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | enum options renamed to avoid possible name conflictsserg@serg.mylan2003-09-291-1/+1
| | | | |
* | | | | merge with 4.0.15monty@narttu.mysql.fi2003-08-291-16/+25
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | do not try to "analyze" or "sort index" in the table that has no indexes or ↵serg@serg.mylan2003-08-271-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.fi2003-08-251-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.fi2003-08-171-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.mylan2003-08-121-3/+3
| | | | | | | | | | | | | | | | because of unappropriate key or read-only table
* | | | Merge with 4.0.14monty@mashka.mysql.fi2003-08-111-8/+10
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Bug#937serg@serg.mylan2003-07-301-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.mylan2003-07-211-0/+6
| | |
| * | Fix for #712 with Serg's suggestionshf@deer.(none)2003-07-191-6/+2
| | |
* | | fixed a bug that made 4.0 MYI+FT files unreadable in 4.1serg@serg.mylan2003-06-281-1/+1
| |/ |/|
* | consistency fix - all help texts for command-line options should end with a dot.serg@serg.mylan2003-06-131-26/+25
| |
* | Merge with 4.0.13monty@narttu.mysql.fi2003-05-191-8/+11
|\ \ | |/
| * Added option --read-only (Thanks to Markus Benning)monty@narttu.mysql.fi2003-05-191-1/+2
| |
| * Safety fix to enable RAID in max binariesmonty@mashka.mysql.fi2003-05-131-7/+9
| | | | | | | | | | Better fix for format('nan') Fix for HAVING COUNT(DISTINCT...)
* | Merge with 4.0.11monty@narttu.mysql.fi2003-02-261-2/+9
|\ \ | |/
| * make myisamchk -R to work, if the table contains fulltext indexesserg@serg.mysql.com2003-02-221-2/+2
| |
| * do not accept -R (sort by index) for FULLTEXT indexesserg@serg.mysql.com2003-02-221-0/+7
| |
* | Merge with 4.0.11monty@mashka.mysql.fi2003-02-041-3/+3
|\ \ | |/
| * low-level error messages cleanupserg@serg.mysql.com2003-01-281-1/+1
| |
| * --ft_stopword_file command-line optionserg@serg.mysql.com2003-01-231-1/+1
| |
* | mergedserg@serg.mysql.com2003-01-211-2/+2
|\ \
| * | Two-level index structure for FULLTEXT indexesserg@serg.mysql.com2003-01-211-2/+2
| | |
* | | Merge with 4.0.9monty@mashka.mysql.fi2003-01-181-3/+3
|\ \ \ | |/ / |/| / | |/
| * Text fixes: ISAM -> MyISAM for myisamchk (found by Jocelyn Fournier).arjen@george.bitbike.com2003-01-141-3/+3
| |
* | memory leak closedserg@serg.mysql.com2002-11-121-0/+1
| |
* | typo fixedserg@serg.mysql.com2002-11-091-1/+1
| |
* | make REPAIR killableserg@serg.mysql.com2002-10-221-0/+4
| |
* | --tmpdir=dir1:dir2... uses (is_windows ? ";" : ":") as a delimiterserg@serg.mysql.com2002-10-121-1/+7
| |
* | --tmpdir=dir1:dir2:... support in myisamchkserg@serg.mysql.com2002-10-081-3/+11
| |