An error occurred fetching the project authors.
- 24 Mar, 2003 1 commit
-
-
serg@sergbook.mysql.com authored
-
- 02 Mar, 2003 1 commit
-
-
serg@serg.mysql.com authored
-
- 30 Jan, 2003 1 commit
-
-
serg@serg.mysql.com authored
-
- 26 Jan, 2003 1 commit
-
-
serg@serg.mysql.com authored
-
- 09 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Free row buffer cache after each query for MyISAM tables. Added table join option FORCE INDEX Fixed core dump bug when connecting with hostname that could not be resolved.
-
- 05 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Added rename table for BDB. This fixes a bug in ALTER TABLE with BDB tables.
-
- 14 Dec, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Don't enable any bulk insert or record caching code if inserting less than MIN_ROWS_TO_USE_BULK_INSERT rows (100)
-
- 29 Nov, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
New (simpler) internal timestamp handling. More debuging to heap tables. Small cleanups to multi-table-delete false -> 0 and true -> 1 (We should use TRUE and FALSE)
-
- 09 Oct, 2002 1 commit
-
-
serg@serg.mysql.com authored
-
- 25 Sep, 2002 1 commit
-
-
serg@serg.mysql.com authored
-
- 04 Sep, 2002 1 commit
-
-
serg@sergbook.mysql.com authored
-
- 08 Aug, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Lots of code fixes to the replication code (especially the binary logging and index log file handling) Fixed bugs in my last changeset that made MySQL hard to compile. Added mutex around some data that could cause table cache corruptions when using OPTIMIZE TABLE / REPAIR TABLE or automatic repair of MyISAM tables. Added mutex around some data in the slave start/stop code that could cause THD linked list corruptions Extended my_chsize() to allow one to specify a filler character. Extend vio_blocking to return the old state (This made some usage of this function much simpler) Added testing for some functions that they caller have got the required mutexes before calling the function. Use setrlimit() to ensure that we can write core file if one specifies --core-file. Added --slave-compressed-protocol Made 2 the minimum length for ft_min_word_len Added variables foreign_key_checks & unique_checks. Less logging from replication code (if not started with --log-warnings) Changed that SHOW INNODB STATUS requre the SUPER privilege More DBUG statements and a lot of new code comments
-
- 07 Aug, 2002 1 commit
-
-
serg@sergbook.mysql.com authored
-
- 06 Aug, 2002 1 commit
-
-
serg@sergbook.mysql.com authored
fixed bug, that caused suboptimal memory usage during REPAIR when ft_max_word_len was decreased by user
-
- 26 Jul, 2002 3 commits
-
-
serg@sergbook.mysql.com authored
-
serg@sergbook.mysql.com authored
-
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.
-
- 23 Jul, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Made a some new buffers thread specific and changeable. Resize of key_buffer. AUTO_COMMIT -> AUTOCOMMIT Fixed mutex bug in DROP DATABASE Fixed bug when using auto_increment as second part of a key where first part could include NULL. Split handler->extra() to extra() and extra_opt() to be able to support thread specific buffers. Don't write message to error log when slave reconnects becasue of timeout. Fixed possible update problem when using DELETE/UPDATE on small tables (In some cases we used index even if table scanning would be better) A lot of minior code cleanups
-
- 21 Jul, 2002 1 commit
-
-
serg@sergbook.mysql.com authored
-
- 14 Jul, 2002 1 commit
-
-
serg@sergbook.mysql.com authored
-
- 30 Jun, 2002 3 commits
-
-
monty@hundin.mysql.fi authored
-
serg@serg.mysql.com authored
-
serg@serg.mysql.com authored
-
- 28 Jun, 2002 2 commits
-
-
monty@hundin.mysql.fi authored
Portability fixes. Removed compiler warnings.
-
monty@hundin.mysql.fi authored
-
- 24 Jun, 2002 1 commit
-
-
serg@sergbook.mysql.com authored
my_getopt-related style changes in myisamchk.c
-
- 19 Jun, 2002 1 commit
-
-
serg@serg.mysql.com authored
parallel read access to IO_CACHE
-
- 17 Jun, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
This fixes that mysamchk --sort-records works on windows.
-
- 24 May, 2002 1 commit
-
-
jani@rhols221.arenanet.fi authored
mysqlmanager from using GNU getopt to use my_getopt. Changed some files that just included old getopt.h to include my_getopt.h now. Fixed a bug in my_print_help() in my_getopt.c. Made better documentation for option -G in mysql client.
-
- 22 Apr, 2002 1 commit
-
-
serg@serg.mysql.com authored
-
- 13 Mar, 2002 1 commit
-
-
serg@serg.mysql.com authored
CHECK/REPAIR syntax cleanup REPAIR ... USE_FRM syntax
-
- 25 Jan, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Update for autoconf 2.52
-
- 19 Jan, 2002 1 commit
-
-
serg@serg.mysql.com authored
-
- 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)
-
- 22 Nov, 2001 2 commits
-
-
monty@hundin.mysql.fi authored
LOCATE() is now case sensitive
-
monty@hundin.mysql.fi authored
-
- 10 Nov, 2001 1 commit
-
-
serg@serg.mysql.com authored
-
- 02 Oct, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed some problems in SHOW CREATE TABLE Fixed calculation of checksums in myisamchk
-