An error occurred fetching the project authors.
- 31 Oct, 2006 1 commit
-
-
thek@kpdesk.mysql.com authored
- Because my_seek actually is capable of returning an error code we should exploit that in the best possible way. - There might be kernel errors or other errors we can't predict and capturing the return value of all system calls gives us better understanding of possible errors.
-
- 04 Sep, 2006 1 commit
-
-
holyfoot/hf@mysql.com/deer.(none) authored
The problem is that on some Mac OS X-es the file writing/reading call with zero bytes to read/write returns error. So here i try to eliminate that kinds of calls.
-
- 15 May, 2005 1 commit
-
-
petr@mysql.com authored
-
- 04 Nov, 2004 1 commit
-
-
serg@serg.mylan authored
new macro: thread_safe_decrement, thread_safe_dec_and_test, statistic_decrement
-
- 24 May, 2004 1 commit
-
-
konstantin@mysql.com authored
after Monty's review. - Item_param was rewritten. - it turns out that we can't convert string data to character set of connection on the fly, because they first should be written to the binary log. To support efficient conversion we need to rewrite prepared statements binlogging code first.
-
- 15 Oct, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Fixed chsize() problem on windows Extend default timeout on windows clients to 1 year (to avoid timeout problems)
-
- 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
-
- 15 Aug, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Fix packet error when using wrong GRANT command
-
- 12 Aug, 2003 1 commit
-
-
wax@mysql.com authored
-
- 09 Aug, 2003 1 commit
-
-
wax@mysql.com authored
replace HAVE_SETFILEPOINTER with __WIN__
-
- 30 Jul, 2003 1 commit
-
-
wax@mysql.com authored
Add functions SetFilePointerEx and SetEndOfFile for huge tables instead of chsize Move chsize to right place
-
- 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
-
- 09 Jul, 2002 1 commit
-
-
salle@geopard.(none) authored
-
- 06 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
-
- 15 Jan, 2001 2 commits
-
-
monty@donna.mysql.com authored
-
monty@donna.mysql.com authored
Sanity checks when opening MyISAM files
-
- 31 Jul, 2000 1 commit
-
-
bk@work.mysql.com authored
-