An error occurred fetching the project authors.
- 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
-
- 11 Apr, 2001 2 commits
-
-
sasha@mysql.sashanet.com authored
start slave thread if master.info is present and server_id is set updates for rpl000015 and rpl000016 to remove master.info to make sure master info struct does not get auto-initialized
-
monty@work.mysql.com authored
PSTACK, libmysqld and MySQL filesystem UPDATE ... ORDER BY DELETE ... ORDER BY New faster fulltext handling Faster compressed keys
-
- 09 Apr, 2001 1 commit
-
-
monty@donna.mysql.fi authored
Fix for shutdown on NT Fixed bug when using wrong dates from blob field.
-
- 01 Apr, 2001 1 commit
-
-
monty@donna.mysql.fi authored
Fixed bug where FLUSH TABLES could make indexes unavailable for the next query Added --skip-safemalloc
-
- 28 Mar, 2001 1 commit
-
-
monty@donna.mysql.fi authored
Call init_signals before intializing table handlers. This should fix the signal problem in Innobase on Solaris
-
- 26 Mar, 2001 2 commits
-
-
monty@donna.mysql.fi authored
Removed all Attic directories.
-
monty@donna.mysql.fi authored
-
- 25 Mar, 2001 2 commits
-
-
monty@donna.mysql.fi authored
(For glibc 2.2)
-
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 1 commit
-
-
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()...
-
- 23 Mar, 2001 1 commit
-
-
monty@tik.mysql.fi authored
Fixed bug in CONCAT_WS() Print the default ISOLATION level. Change lock type for CREATE ... SELECT and INSERT/REPLACE ... SELECT
-
- 21 Mar, 2001 1 commit
-
-
mikef@nslinux.bedford.progress.com authored
Fix bug when read return error
-
- 20 Mar, 2001 1 commit
-
-
monty@tik.mysql.fi authored
Added SELECT .. FOR UPDATE and SELECT .. IN SHARE MODE
-
- 14 Mar, 2001 1 commit
-
-
monty@tik.mysql.fi authored
Fixed bug in SHOW VARIABLES when using innobase tables
-
- 11 Mar, 2001 1 commit
-
-
monty@donna.mysql.fi authored
-
- 09 Mar, 2001 1 commit
-
-
monty@donna.mysql.fi authored
Added delayed_user for delayed_threads Don't use record cache when doing deletes
-
- 08 Mar, 2001 1 commit
-
-
monty@donna.mysql.fi authored
Updated manual about INNOBASE and BDB
-
- 07 Mar, 2001 1 commit
-
-
monty@donna.mysql.fi authored
Fixed bug introduced with last ORDER BY optimization Changed log position to longlong to avoid warnings.
-
- 06 Mar, 2001 1 commit
-
-
monty@donna.mysql.fi authored
Remember UNION for ALTER TABLE Added test for if we are supporting transactions. Don't allow REPLACE to replace a row when we have generated an auto_increment key Fixed bug when using BLOB keys Fixed bug in SET @variable=user.
-
- 03 Mar, 2001 1 commit
-
-
monty@donna.mysql.fi authored
Fixed bug when using TEXT columns with BDB tables Allow LOAD DATA INFILE to use numbers with ENUM and SET columns
-
- 21 Feb, 2001 1 commit
-
-
jcole@tetra.spaceapes.com authored
-
- 20 Feb, 2001 1 commit
-
-
monty@donna.mysql.com authored
Fixes for Innobase Don't reset whole to-buffer in strxnmov
-
- 15 Feb, 2001 2 commits
-
-
monty@donna.mysql.com authored
Removed a ' that casued 'make paper' to fail
-
monty@donna.mysql.com authored
Changed errmsg -> my_errmsg (portability issue) Fixed that mysqlbinlog writes SET TIMESTAMP before all queries Fixed comments in default my.cnf files
-
- 07 Feb, 2001 1 commit
-
-
monty@donna.mysql.com authored
Changed BITMAP to MY_BITMAP to avoid type conflict on windows
-