An error occurred fetching the project authors.
- 27 Apr, 2005 1 commit
-
-
brian@zim.(none) authored
-
- 26 Apr, 2005 1 commit
-
-
ramil@mysql.com authored
-
- 25 Feb, 2005 1 commit
-
-
monty@mysql.com authored
(Found during build process)
-
- 31 Dec, 2004 1 commit
-
-
monty@mysql.com authored
Cleanup of mi_print_error() handling Deleted 'merge' directory
-
- 23 Dec, 2004 1 commit
-
-
ingo@mysql.com authored
Changed my_error() to print error messages, which come from arbitrary registered ranges of error messages. Messages can be unregistered (and should be at end of the program). Added registration of handler error messages. Added a new mi_print_error() macro and a new mi_report_error() function, which supply error messages with a table name. Added calls to mi_print_error() or mi_report_error() at all places in MyISAM, where table corruption is detected.
-
- 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)
-
- 17 Dec, 2004 1 commit
-
-
ram@gw.mysql.r18.ru authored
-
- 06 Dec, 2004 1 commit
-
-
monty@mysql.com authored
Renamed HA_VAR_LENGTH to HA_VAR_LENGTH_PART Renamed in all files FIELD_TYPE_STRING and FIELD_TYPE_VAR_STRING to MYSQL_TYPE_STRING and MYSQL_TYPE_VAR_STRING to make it easy to catch all possible errors Added support for VARCHAR KEYS to heap Removed support for ISAM Now only long VARCHAR columns are changed to TEXT on demand (not CHAR) Internal temporary files can now use fixed length tables if the used VARCHAR columns are short
-
- 26 Aug, 2004 1 commit
-
-
monty@mysql.com authored
Fixed bug in end space handle for WHERE text_column="constant"
-
- 24 Aug, 2004 1 commit
-
-
serg@serg.mylan authored
Bug#4594 column index make = failed for gbk
-
- 20 Aug, 2004 1 commit
-
-
bar@mysql.com authored
Fix for MyISAM. Tests for MyISAM and HASH+BTREE.
-
- 13 Aug, 2004 2 commits
-
-
serg@serg.mylan authored
only MyISAM is fixed
-
bar@mysql.com authored
bug 4521: unique key prefix interacts poorly with utf8: fixed length key fix.
-
- 12 Aug, 2004 1 commit
-
-
bar@mysql.com authored
Fix for MyISAM with prefix compressed keys.
-
- 01 Aug, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 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>
-
- 03 Jun, 2004 1 commit
-
-
paul@kite-hub.kitebird.com authored
(Note: This affects only comments, not variable names.)
-
- 15 Mar, 2004 1 commit
-
-
hf@deer.(none) authored
a couple of lines added to make code easier to read
-
- 12 Mar, 2004 1 commit
-
-
hf@deer.(none) authored
myisam spatial code isolated
-
- 22 Jan, 2004 1 commit
-
-
ram@gw.mysql.r18.ru authored
<monty> ramil, in MySQL/MyISAM we should only strip end space, not 'space-like' characters. <monty> This is according to SQL; When doing a comparision end space and only end space are ignored.
-
- 16 Jan, 2004 1 commit
-
-
ram@gw.mysql.r18.ru authored
-
- 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
-
- 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
-
- 21 May, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Added initialization of all important global variables
-
- 27 Apr, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Use 0x.... as strings if 'new' mode. (bug 152) Don't report -max on windows when InnoDB is enabled. (bug 332) Reset current_linfo; This could cause a hang when doing PURGE LOGS. Fix for row numbers in EXPLAIN (bug 322) Fix that USE_FRM works for all table types (bug 97)
-
- 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.
-
- 25 Apr, 2002 1 commit
-
-
ram@gw.udmsearch.izhnet.ru authored
_mi_key_cmp -> ha_key_cmp
-
- 20 Feb, 2002 1 commit
-
-
bar@gw.udmsearch.izhnet.ru authored
RTREEs will be used for GIS extension in MySQL
-
- 25 Jan, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Update for autoconf 2.52
-
- 06 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
-
- 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
-
- 31 Jan, 2001 1 commit
-
-
monty@donna.mysql.com authored
Allow delete of crashed MyISAM tables Fixed bug when BLOB was first part of key Fixed bug when using result from CASE in GROUP BY Fixed core-dump bug in monthname() Optimized calling of check_db_name()
-
- 18 Nov, 2000 1 commit
-
-
monty@donna.mysql.com authored
-
- 07 Sep, 2000 1 commit
-
-
monty@donna.mysql.com authored
-
- 31 Jul, 2000 1 commit
-
-
bk@work.mysql.com authored
-