- 04 Apr, 2001 3 commits
-
-
jcole@abel.spaceapes.com authored
-
jcole@abel.spaceapes.com authored
into abel.spaceapes.com:/home/jcole/bk/mysql
-
mwagner@evoq.mwagner.org authored
-
- 03 Apr, 2001 4 commits
-
-
jcole@abel.spaceapes.com authored
-
sasha@mysql.sashanet.com authored
sometimes the server lags behind the client on startup - to fix, if the initial connect fails, sleep and try again before giving up
-
sasha@mysql.sashanet.com authored
into mysql.sashanet.com:/home/sasha/src/bk/mysql-fast
-
sasha@mysql.sashanet.com authored
-
- 02 Apr, 2001 2 commits
-
-
monty@donna.mysql.fi authored
-
monty@donna.mysql.fi authored
-
- 01 Apr, 2001 6 commits
-
-
monty@donna.mysql.fi authored
-
monty@donna.mysql.fi authored
-
monty@donna.mysql.fi authored
Fixed bug where FLUSH TABLES could make indexes unavailable for the next query Added --skip-safemalloc
-
jcole@abel.spaceapes.com authored
-
monty@donna.mysql.fi authored
Removed _mi_rkey() function New fork_big.pl multi-thread test
-
jcole@abel.spaceapes.com authored
-
- 31 Mar, 2001 1 commit
-
-
mwagner@evoq.mwagner.org authored
-
- 30 Mar, 2001 1 commit
-
-
jcole@abel.spaceapes.com authored
Reorganized and renamed the API chapter.
-
- 28 Mar, 2001 3 commits
-
-
monty@donna.mysql.fi authored
-
monty@donna.mysql.fi authored
-
monty@donna.mysql.fi authored
Call init_signals before intializing table handlers. This should fix the signal problem in Innobase on Solaris
-
- 27 Mar, 2001 9 commits
-
-
sasha@mysql.sashanet.com authored
into mysql.sashanet.com:/home/sasha/src/bk/mysql
-
sasha@mysql.sashanet.com authored
once after the lock. Now changed test case and added eval support to mysqltest to make it easier to debug
-
heikki@donna.mysql.fi authored
ut0dbg.h Innobase now prints the line and file of an assertion failure
-
heikki@donna.mysql.fi authored
-
heikki@donna.mysql.fi authored
into donna.mysql.fi:/home/heikki/mysqlt
-
-
heikki@donna.mysql.fi authored
data0type.c Small changes to eliminate some asserts in the debug version data0type.ic Small changes to eliminate some asserts in the debug version
-
monty@donna.mysql.fi authored
New lock test
-
sasha@mysql.sashanet.com authored
increase coverage for table.cc in mysql_rm_table() ingore temporary gcov files fixed bug in replication test case
-
- 26 Mar, 2001 3 commits
-
-
monty@donna.mysql.fi authored
Removed all Attic directories.
-
monty@donna.mysql.fi authored
-
monty@donna.mysql.fi authored
-
- 25 Mar, 2001 4 commits
-
-
monty@donna.mysql.fi authored
-
monty@donna.mysql.fi authored
(For glibc 2.2)
-
monty@donna.mysql.fi authored
-
sasha@mysql.sashanet.com authored
fixed concurrency bug with a very quickly disconnecting client - the client could disconnect and delete thd before pthread_create could write to &thd->real_id sql/sql_list.h while tracking down the bug, made new/delete go through my_malloc/my_free for ilink - did not help, but this is better anyway - cleaner exit with a message in out of memory codition at least.
-
- 24 Mar, 2001 4 commits
-
-
monty@donna.mysql.fi authored
Removed usage of @r/result as this made life hard when testing different table handlers. Allow concurrent inserts if no update/binary log. Don't remove key_cache at flush tables. Fixed bug in SELECT DISTINCT SUM()...
-
monty@donna.mysql.fi authored
-
monty@donna.mysql.fi authored
Fixed crash in SELECT DISTINCT SUM(...) Fix return value of mysortncmp() for innobase Fix join_crash bug
-
serg@serg.mysql.com authored
-