An error occurred fetching the project authors.
- 04 Jun, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 03 Jun, 2004 1 commit
-
-
paul@kite-hub.kitebird.com authored
(Note: This affects only comments, not variable names.)
-
- 23 May, 2004 1 commit
-
-
serg@serg.mylan authored
(as of mi_compare_text) words with different lengths. bug #3835
-
- 02 Apr, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 25 Mar, 2004 1 commit
-
-
monty@mysql.com authored
Don't read character set files if we are using only the default charset. In most cases the user will not anymore get a warning about missing character set files Compare strings with space extend instead of space strip. Now the following comparisons holds: "a" == "a " and "a\t" < "a". (Bug #3152). Note: Because of the above fix, one has to do a REPAIR on any table that has an ascii character < 32 last in a CHAR/VARCHAR/TEXT columns.
-
- 24 Mar, 2004 1 commit
-
-
hf@deer.(none) authored
Shouldn't be moved to 4.1
-
- 22 Mar, 2004 1 commit
-
-
hf@deer.(none) authored
-
- 17 Mar, 2004 1 commit
-
-
paul@teton.kitebird.com authored
-
- 19 Feb, 2004 1 commit
-
-
hf@deer.(none) authored
Now checking of the RTree keys works without errors. Worklog entry about appropriate checkup's routine for the RTree added
-
- 16 Feb, 2004 1 commit
-
-
vva@eagle.mysql.r18.ru authored
-
- 20 Jan, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 12 Jan, 2004 1 commit
-
-
serg@serg.mylan authored
checking 2nd level of FT index destroyed info->lastkey and CHECK TABLE erroneously treated table as corrupted bug#2190
-
- 19 Dec, 2003 1 commit
-
-
monty@mysql.com authored
Cleaned up embedded library access and query cache handling Changed min stack size to 128K (to allow longer MyISAM keys) Fixed wrong priority for XOR (should be less than NEG to get -1^1 to work)
-
- 16 Dec, 2003 1 commit
-
-
monty@mysql.com authored
Make ENGINE= an alias for TYPE= (Compabiltiy with 4.1) Fix when using symlinked data files and realpath() is not working
-
- 12 Dec, 2003 1 commit
-
-
monty@mysql.com authored
Fixed problem with char > 128 in QUOTE() function. (Bug #1868) Disable creation of symlinks if my_disable_symlink is set Fixed searching of TEXT with end space. (Bug #1651) Fixed caching bug in multi-table-update where same table was used twice. (Bug #1711) Fixed problem with UNIX_TIMESTAMP() for timestamps close to 0. (Bug #1998) Fixed timestamp.test
-
- 11 Dec, 2003 1 commit
-
-
serg@serg.mylan authored
make a test for -inf more portable (-Inf)
-
- 07 Dec, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 04 Dec, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 28 Nov, 2003 1 commit
-
-
monty@mysql.com authored
Fixed compiler warnings (a lot of hidden variables detected by the Forte compiler) Added a lot of 'version_xxx' strings to 'show variables' Prevent copying of TMP_TABLE_PARAM (This caused core dump bug on Solaris) Fixed problem with printing sub selects to debug log
-
- 23 Nov, 2003 1 commit
-
-
monty@mysql.com authored
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
-
- 20 Nov, 2003 1 commit
-
-
monty@mysql.com authored
Fixed compiler warnings (IRIX C compiler and VC++)
-
- 19 Nov, 2003 1 commit
-
-
serg@serg.mylan authored
minor fixups: more verbose on "no memory" errors - report requested size, avoid flushing rec buffer to a file that is closed and deleted already (on got_error=1)
-
- 18 Nov, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
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.
-
- 14 Nov, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 23 Oct, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 15 Oct, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 16 Sep, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
-
- 26 Aug, 2003 1 commit
-
-
serg@serg.mylan authored
fix ANALYZE TBALE to never generate rec_per_key_part < 1, as it prevent the table from being marked as analyzed (and the value is meaningless anyway)
-
- 25 Aug, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Fix unlock error in myisamchk on windows when doing --sort-index Use SetFilePointer instead of SetFilePointerEx
-
- 09 Aug, 2003 1 commit
-
-
igor@rurik.mysql.com authored
Added key cache parameters for midpoint insertion strategy Many files: Added midpoint insertion strategy for key cache mi_test2.c: Added a parameter to resize_key_cache
-
- 07 Aug, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
(Mostly code cleanups)
-
- 02 Aug, 2003 1 commit
-
-
igor@rurik.mysql.com authored
Added key cache assignment mi_locking.c: Added key cache assignment: correction my_sys.h: Added key cache variable structure
-
- 30 Jul, 2003 1 commit
-
-
serg@serg.mylan authored
myisamchk.c: help text clarified mi_check.c: allow one to "analyze" empty table :)
-
- 18 Jul, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Fixed memory overrun when doing REPAIR on table with multi-part auto_increment key where one part was a packed CHAR
-
- 30 Jun, 2003 1 commit
-
-
igor@rurik.mysql.com authored
Added multiple key cache
-
- 13 May, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Better fix for format('nan') Fix for HAVING COUNT(DISTINCT...)
-
- 05 May, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Fixed memory leak in new filesort code Optimzed sub selects to use keys with outer references. Increased max tables in join to 62
-
- 04 May, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 22 Apr, 2003 1 commit
-
-
serg@sergbook.mysql.com authored
-
- 24 Mar, 2003 1 commit
-
-
serg@sergbook.mysql.com authored
-