An error occurred fetching the project authors.
- 25 Oct, 2006 1 commit
-
-
svoj@mysql.com/april.(none) authored
really damaged MyISAM tables When unpacking a blob column from broken row server crash could happen. This could rather happen when trying to repair a table using either REPAIR TABLE or myisamchk, though it also could happend when trying to access broken row using other SQL statements like SELECT if table is not marked as crashed. Fixed ulong overflow when trying to extract blob from broken row. Affects MyISAM only.
-
- 27 Sep, 2006 1 commit
-
-
istruewing@chilla.local authored
After merge fix.
-
- 30 Jul, 2006 1 commit
-
-
ingo/mydev@chilla.local authored
After merge fix
-
- 29 Jul, 2006 1 commit
-
-
ingo/mydev@chilla.local authored
After merge fix
-
- 21 Jul, 2006 1 commit
-
-
ingo/mydev@chilla.local authored
Fixed a possible problem with reading of dynamic records when a write cache is active. The cache must be flushed whenever a part of the file in the write cache is to be read. Added a read optimization to _mi_read_dynamic_record(). No test case. This was a hypothetical but existing problem.
-
- 28 Jun, 2006 1 commit
-
-
ingo@mysql.com authored
A corrupt table with dynamic record format can crash the server when trying to select from it. I fixed the crash that resulted from the particular type of corruption that has been reported for this bug. No test case. To test it, one needs a table with a very special corruption. The bug report contains a file with such a table.
-
- 13 May, 2005 1 commit
-
-
monty@mishka.local authored
myisam_max_extra_sort_file_size is depricated Ensure that myisam_data_pointer_size is honoured when creating new MyISAM files Changed default value of myisam_data_pointer_size from 4 to 6 to get rid of 'table-is-full' errors
-
- 11 Apr, 2005 1 commit
-
-
serg@serg.mylan authored
-
- 18 Dec, 2004 1 commit
-
-
monty@mysql.com authored
Add support for VARCHAR with 1 or 2 length bytes Enable VARCHAR packing in MyISAM files (previous patch didn't pack data properly) Give error if we got problems in temporary tables during a SELECT Don't use new table generated by ALTER TABLE if index generation fails Fixed wrong call by range_end() (Could cause an ASSERT in debug mode)
-
- 10 Jun, 2004 1 commit
-
-
konstantin@mysql.com authored
some reason wasn't included before. A lot of files cleaned up from #include <assert.h>
-
- 06 May, 2004 1 commit
-
-
guilhem@mysql.com authored
-
- 02 Feb, 2004 1 commit
-
-
ram@gw.mysql.r18.ru authored
-
- 20 Jan, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 15 Jan, 2004 1 commit
-
-
monty@mysql.com authored
-
- 16 Sep, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
-
- 28 Aug, 2003 4 commits
-
-
monty@narttu.mysql.fi authored
-
serg@serg.mylan authored
-
monty@narttu.mysql.fi authored
-
monty@narttu.mysql.fi authored
Add pack_bits to pack_reclength for dynamic rows. This solves buffer a possible buffer overflow on update. (This will probably solve bug #563) Fix test for available file descriptors in mysqltest Fixed core dump bug in replication tests when running without transactional table support
-
- 13 May, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Better fix for format('nan') Fix for HAVING COUNT(DISTINCT...)
-
- 25 Mar, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
least one BLOB column.
-
- 20 Mar, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
many NULL columns. It could be ported back to 3.23 too ....
-
- 07 Nov, 2002 1 commit
-
-
monty@butch. authored
-
- 12 Aug, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed some windows portability problems and removed some compiler warnings Cleaned up QUOTE() function and fixed bug in \0 and \Z handling.
-
- 26 Jul, 2002 1 commit
-
-
serg@sergbook.mysql.com authored
-
- 24 Jul, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Fixed bugfix of INSERT ... SET db_name.table_name.column_name Changed locking to external-locking Fix client hangup for some invalid SQL queries.
-
- 14 Jul, 2002 2 commits
-
-
serg@sergbook.mysql.com authored
-
serg@sergbook.mysql.com authored
-
- 09 Jul, 2002 1 commit
-
-
serg@sergbook.mysql.com authored
-
- 17 Jun, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
This fixes that mysamchk --sort-records works on windows.
-
- 11 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 06 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
-
- 06 Nov, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Cleanup typos (like SKIPP -> SKIP)
-
- 29 Oct, 2001 1 commit
-
-
monty@tramp.mysql.fi authored
Extended MODIFY and CHANGE in ALTER TABLE to accept the AFTER keyword. Extended MyISAM to handle records > 16M.
-
- 02 Oct, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixes for embedded server Made key_cache more configurable Fixed that one can change key blocksize in MyISAM A lot of optimizations to make MyISAM slightly faster
-
- 03 Sep, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fix problem with MyISAM and rows of length 65517-65520
-
- 11 Jun, 2001 1 commit
-
-
monty@tik.mysql.fi authored
Fixed that @VAR shows all decimals Fixed problem with FLUSH TABLES and LOCK TABLE CREATE ... SELECT now creates keys later Reset AUTO_INCREMENT order if droping AUTO_INCREMENT key
-
- 15 Feb, 2001 1 commit
-
-
monty@donna.mysql.com authored
Changed errmsg -> my_errmsg (portability issue) Fixed that mysqlbinlog writes SET TIMESTAMP before all queries Fixed comments in default my.cnf files
-
- 31 Jul, 2000 1 commit
-
-
bk@work.mysql.com authored
-