An error occurred fetching the project authors.
- 07 May, 2002 1 commit
-
-
serg@serg.mysql.com authored
-
- 19 Apr, 2002 1 commit
-
-
monty@tik.mysql.fi authored
-
- 18 Apr, 2002 1 commit
-
-
monty@tik.mysql.fi authored
Fixed stack overflow checking with crash-me with gcc 3.0.4 Using @@unknown_variable doesn't hang client anymore Added @@VERSION variable
-
- 16 Apr, 2002 1 commit
-
-
monty@tik.mysql.fi authored
Cleanup of LIBWRAP handling
-
- 02 Apr, 2002 1 commit
-
-
serg@serg.mysql.com authored
-
- 22 Mar, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 01 Mar, 2002 1 commit
-
-
serg@serg.mysql.com authored
-
- 31 Jan, 2002 1 commit
-
-
sasha@mysql.sashanet.com authored
-
- 30 Jan, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 20 Jan, 2002 1 commit
-
-
sasha@mysql.sashanet.com authored
first pull, merge,test, and get it to work. The main change is the new replication code - now we have two slave threads SQL thread and I/O thread. I have also re-written a lot of the code to prepare for multi-master implementation. I also documented IO_CACHE quite extensively and to some extend, THD class.
-
- 02 Jan, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Fixes for building MySQL with gcc 3.0 Added SIGNED / UNSIGNED casts Fixed core dump bug in net_clear() with libmysqld. Back to using semaphores in query cache. Added 'Null' and 'Index_type' to SHOW INDEX.
-
- 27 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 17 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 09 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Added new operators to be used with gcc 3.0.x Update of query cache code. Added semaphores for Windows (not yet in use) Added pthread_mutex_trylock for windows.
-
- 06 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
-
- 02 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Remove some warnings
-
- 28 Nov, 2001 1 commit
-
-
serg@serg.mysql.com authored
-
- 22 Nov, 2001 2 commits
-
-
monty@hundin.mysql.fi authored
First (incomplete) version of transaction and as3ap tests.
-
monty@hundin.mysql.fi authored
LOCATE() is now case sensitive
-
- 21 Nov, 2001 2 commits
-
-
serg@serg.mysql.com authored
-
serg@serg.mysql.com authored
it uses now thd->lex.ftfunc_list moved ft-initialization to a separate function re-disabled implicit ft initialization
-
- 18 Nov, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 22 Oct, 2001 1 commit
-
-
serg@serg.mysql.com authored
-
- 09 Oct, 2001 1 commit
-
-
serg@serg.mysql.com authored
-
- 08 Oct, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Speed up column-completion in 'mysql' Don't use ISAM if HAVE_ISAM is not defined A lot of fixes for the embedded version. All libraries are now included in libmysqld.a Changed arguments to convert_dirname() to make it more general. Renamed files in the 'merge' directory to all use a common prefix. Don't compile both assembler and C functions on x86
-
- 03 Oct, 2001 2 commits
-
-
monty@hundin.mysql.fi authored
Fix that compressed packets and normal packets looks indentical before calling net_real_write() (Needed for query cache) Optimize IS NULL handling
-
sasha@mysql.sashanet.com authored
instrumented the server with DBUG_SYNC_POINT() macro
-
- 27 Sep, 2001 1 commit
-
-
monty@tik.mysql.fi authored
Move MAX_BLOB_WIDTH to be global Added full support for unsigned BIGINT Fixed spelling errors
-
- 25 Sep, 2001 1 commit
-
-
serg@serg.mysql.com authored
-
- 21 Sep, 2001 1 commit
-
-
serg@serg.mysql.com authored
-
- 02 Sep, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Portability fixes
-
- 01 Sep, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 31 Aug, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
-
- 21 Aug, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fix bug in isamlog Add argument types to function declarations.
-
- 18 Aug, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 16 Aug, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
do val_int() on their arguments before starting the computation. Similar fixes are need for +-* and probably several other but I want to make sure Monty is fine with my fix approach before changing a lot of code. Amazingly, this bug is not as critical as you would expect since very few functions do val_int() on their arguments ( from_unixtime(), sec_to_time()), and those not very frequently perform a computation on their floating point arguments. which is probably why no one has yet reported this bug. Another possibility is that the result is usually wrong by no more than 5%, which makes it hard to catch it. I found it when trying to compute mile splits for 30:47 10K - it told me 5:07, and I knew it was wrong because 5:00 mile gives you 31:08. However, if I had not run as many 10K races, I would have easily believed that 30:47 10K is a 5:07 mile pace and would not have noticed the bug.
-
- 03 Aug, 2001 1 commit
-
-
monty@tik.mysql.fi authored
Added prototype for my_thread_end New error message for MATCH Give error when using myisamchk --force --readonly
-
- 02 Aug, 2001 1 commit
-
-
monty@tik.mysql.fi authored
New faster list iterators Change list code to be simpler and faster Optimize count(distinct) New error messages for UNION Make create_tmp_table more general to be usable by UNION
-
- 03 Jul, 2001 1 commit
-
-
serg@serg.mysql.com authored
-
- 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
-