- 19 May, 2001 3 commits
-
-
monty@donna.mysql.fi authored
-
monty@donna.mysql.fi authored
Support option lines longer than 256 chars. Close the slow log at shutdown. Always allow debug options to mysqld. Change some DBUG_PRINT tags.
-
paul@central.snake.net authored
manual.texi change "InnoDB consinsten read" to manual.texi "InnoDB consistent read" in @node lines manual.texi (to match section's actual title) manual.texi cleanups to "installing from development source manual.texi tree" section
-
- 18 May, 2001 6 commits
-
-
heikki@donna.mysql.fi authored
ibuf0ibuf.c Insert buffer calculated SQL NULL size wrong, causing overflow and assertion failure in some cases log0log.c Retrieve a dummy value from a function to prevent gcc crashing on HP-UX
-
tim@work.mysql.com authored
-
tim@work.mysql.com authored
ignore added Logs/* binary/*
-
tim@threads.polyesthetic.msg authored
into threads.polyesthetic.msg:/usr/local/src/my/3
-
tim@threads.polyesthetic.msg authored
-
tim@threads.polyesthetic.msg authored
to bdb/dist/s_rpc so that bk doesn't complain about the rpc_server/db_server_proc.c file that gets overwritten (but needs to be stored in BK). Add a bdb/dist/template directory which is needed by bdb/dist/s_recover.
-
- 17 May, 2001 1 commit
-
-
mwagner@evoq.mwagner.org authored
-
- 16 May, 2001 8 commits
-
-
monty@donna.mysql.fi authored
-
monty@donna.mysql.fi authored
Fixed bug in SELECT db1.table.* FROM db1.table,db2.table Fixed bug in INSERT DELAYED when doing shutdown and a table was locked Changed that tmp_table_size =4G-1 means unlimited.
-
serg@serg.mysql.com authored
-
serg@serg.mysql.com authored
-
sasha@mysql.sashanet.com authored
into mysql.sashanet.com:/home/sasha/src/bk/mysql
-
sasha@mysql.sashanet.com authored
forgot to add result
-
sasha@mysql.sashanet.com authored
added a test for updates on user table
-
heikki@donna.mysql.fi authored
os0file.c Fixed an extraneous error message at the start of db, changed from O_SYNC back to fdatasync because extremely slow on Sun
-
- 15 May, 2001 3 commits
-
-
heikki@donna.mysql.fi authored
ut0dbg.h Changed Innobase->InnoDB os0file.c InnoDB prints now the number of OS error in a file operation
-
tim@threads.polyesthetic.msg authored
into threads.polyesthetic.msg:/usr/local/src/my/3
-
tim@threads.polyesthetic.msg authored
Redhat's RPM's are looking for. Submitted by Florin Andrei <florin@sgi.com>.
-
- 14 May, 2001 5 commits
-
-
sasha@mysql.sashanet.com authored
into mysql.sashanet.com:/home/sasha/src/bk/mysql
-
sasha@mysql.sashanet.com authored
fixed frame depth since we now are a frame deeper on Alpha, use SP instead of FP
-
heikki@donna.mysql.fi authored
-
tim@threads.polyesthetic.msg authored
into threads.polyesthetic.msg:/usr/local/src/my/3
-
heikki@donna.mysql.fi authored
configure.in Check if fdatasync exists manual.texi Updated defragmenting doc manual.texi Corrected fillfactor contract threashold for a page to 1/2
-
- 13 May, 2001 3 commits
-
-
monty@donna.mysql.fi authored
-
monty@donna.mysql.fi authored
Updated qsort source from glibc. Add debugging of keycache when EXTRA_DEBUG is specified
-
paul@central.snake.net authored
manual.texi book errata.
-
- 12 May, 2001 1 commit
-
-
monty@donna.mysql.fi authored
-
- 11 May, 2001 4 commits
-
-
monty@donna.mysql.fi authored
-
monty@donna.mysql.fi authored
-
monty@work.mysql.com authored
-
heikki@donna.mysql.fi authored
-
- 10 May, 2001 3 commits
-
-
sasha@mysql.sashanet.com authored
put back the things that the merge removed
-
sasha@mysql.sashanet.com authored
-
sasha@mysql.sashanet.com authored
limited support on Alpha - in general case, even with frame pointer, stack trace on alpha is impossible without looking at the symbol table frame pointer does get saved on the stack, but you have no idea where and where the return address is saved. So the best we can do without the symbol table is look for magic opcodes and try to guess how big each frame is and where the return address was hidden from the instruction parameters. In practice, we can usually go up 3-4 frames before we hit some nasty frame that the current code cannot figure out. This is actually not too bad, especially when we already have the query Also cleaned up messages, print more variables, tell the user of how much memory mysqld could potentially use, and warn of what can happen with default STACK_SIZE and a lot of connections if coredump happens when there are more than 200 connections.
-
- 09 May, 2001 3 commits
-
-
heikki@donna.mysql.fi authored
into donna.mysql.fi:/home/heikki/mysqle
-
heikki@donna.mysql.fi authored
-
monty@donna.mysql.fi authored
-