An error occurred fetching the project authors.
- 18 Jul, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
--low-priority-updates is used and the file has holes.
-
- 17 Jul, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
-
- 12 Jul, 2001 2 commits
-
-
sasha@mysql.sashanet.com authored
fixed race condition in binary log auto-rotation get rid of extention in binary log to avoid non-rotatable logs
-
sasha@mysql.sashanet.com authored
remove extension from binary log if the user specifies one to avoid non-rotatable logs fixed possible use of unitialized IO_CACHE in debug mode
-
- 06 Jul, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
-
- 02 Jul, 2001 1 commit
-
-
serg@serg.mysql.com authored
bulk inserts optimization: caching keys in binary tree
-
- 29 Jun, 2001 2 commits
-
-
sasha@mysql.sashanet.com authored
fixed bug in LOAD DATA FROM MASTER
-
sasha@mysql.sashanet.com authored
added debugging options to master to behave sporadically, and a test case to make sure the slave can deal with it
-
- 25 Jun, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Changed mysql-test to use --language Cleaned up parameters to filesort()
-
- 24 Jun, 2001 1 commit
-
-
heikki@donna.mysql.fi authored
-
- 21 Jun, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 20 Jun, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 13 Jun, 2001 1 commit
-
-
heikki@donna.mysql.fi authored
manual.texi Had to revert name back to innodb_unix_file_flush_method because one line in mysqld.cc was not changed in 3.23.39 mysqld.cc Had to revert name back to innodb_unix_file_flush_method because one line in mysqld.cc was not changed in 3.23.39
-
- 12 Jun, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 06 Jun, 2001 2 commits
-
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
Cleaned up error messages.
-
- 05 Jun, 2001 2 commits
-
-
monty@hundin.mysql.fi authored
Fixed option for symlinks
-
monty@hundin.mysql.fi authored
Fixed error number handling bug in mysqltest. Fixed that error number from insert delayed is reported correctly. merged new vio code with old violite code.
-
- 04 Jun, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 03 Jun, 2001 1 commit
-
-
serg@serg.mysql.com authored
-
- 02 Jun, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
cleanup of register_slave_on_master()
-
- 01 Jun, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Don't force repair of tables that are not closed properly.
-
- 31 May, 2001 2 commits
-
-
tonu@hundin.mysql.fi authored
-
sasha@mysql.sashanet.com authored
info on how to connect to the slave for the clients that connect to the master, but would like to know where the slaves are
-
- 27 May, 2001 1 commit
-
-
monty@tik.mysql.fi authored
Added print of --use-symbolic-links in mysqld
-
- 23 May, 2001 1 commit
-
-
heikki@donna.mysql.fi authored
srv0srv.c One can now specify innodb_unix_file_flush_method in my.cnf srv0start.c One can now specify innodb_unix_file_flush_method in my.cnf ha_innobase.cc One can now specify innodb_unix_file_flush_method in my.cnf ha_innobase.h One can now specify innodb_unix_file_flush_method in my.cnf mysqld.cc One can now specify innodb_unix_file_flush_method in my.cnf
-
- 22 May, 2001 1 commit
-
-
monty@tik.mysql.fi authored
Don't read MyISAM header when running without locking
-
- 20 May, 2001 1 commit
-
-
tonu@x3.internalnet authored
-
- 19 May, 2001 1 commit
-
-
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.
-
- 16 May, 2001 1 commit
-
-
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.
-
- 13 May, 2001 1 commit
-
-
monty@donna.mysql.fi authored
Updated qsort source from glibc. Add debugging of keycache when EXTRA_DEBUG is specified
-
- 12 May, 2001 1 commit
-
-
monty@donna.mysql.fi authored
-
- 11 May, 2001 1 commit
-
-
monty@donna.mysql.fi authored
-
- 10 May, 2001 2 commits
-
-
sasha@mysql.sashanet.com authored
put back the things that the merge removed
-
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 1 commit
-
-
monty@donna.mysql.fi authored
Fixes to InnoDB to compile on Windows Fix for temporary InnoDB tables Fixed bug in REPLACE() Fixed sub char keys for InnoDB
-
- 29 Apr, 2001 1 commit
-
-
monty@donna.mysql.fi authored
-
- 25 Apr, 2001 1 commit
-
-
monty@donna.mysql.fi authored
DROP DATABASE in mysqladmin asks for confirmation (again) Added examined_rows to slow query log SHOW CREATE for TEMPORARY table
-
- 17 Apr, 2001 1 commit
-
-
serg@serg.mysql.com authored
-
- 13 Apr, 2001 1 commit
-
-
monty@donna.mysql.fi authored
Deleted a lot of old benchmark runs
-