An error occurred fetching the project authors.
- 24 May, 2004 1 commit
-
-
monty@mysql.com authored
Remove compiler warnings Update windows project files
-
- 17 May, 2004 1 commit
-
-
marko@hundin.mysql.fi authored
-
- 05 May, 2004 2 commits
-
-
marko@hundin.mysql.fi authored
-
marko@hundin.mysql.fi authored
(Bug #3596)
-
- 06 Apr, 2004 1 commit
-
-
marko@hundin.mysql.fi authored
instead of stdout or fixed-size memory buffers
-
- 01 Apr, 2004 2 commits
-
-
marko@hundin.mysql.fi authored
-
heikki@hundin.mysql.fi authored
Add an accessor function to set srv_io_thread_op_info, change the type to const char*, also change the type of srv_io_thread_function to const char*
-
- 13 Mar, 2004 1 commit
-
-
marko@hundin.mysql.fi authored
-
- 12 Mar, 2004 1 commit
-
-
marko@hundin.mysql.fi authored
-
- 11 Mar, 2004 2 commits
-
-
marko@hundin.mysql.fi authored
-
marko@hundin.mysql.fi authored
-
- 04 Mar, 2004 1 commit
-
-
heikki@hundin.mysql.fi authored
Protect the reading of the latest foreign key error explantion buffer with a mutex; in theory, a race condition could cause SHOW INNODB STATUS print garbage characters after the error info; remove the sprintf of the latest UNIQUE KEY error, since the buffer really was always empty
-
- 20 Feb, 2004 1 commit
-
-
marko@hundin.mysql.fi authored
Removed unused code .del-os0trash.c~8cae5c1695501117: Delete: innobase/os/os0trash.c dict0crea.c: Protect all sprintf(%s) with assertions
-
- 19 Feb, 2004 1 commit
-
-
marko@hundin.mysql.fi authored
-
- 16 Feb, 2004 1 commit
-
-
heikki@hundin.mysql.fi authored
Add a missing space to the output format of SHOW INNODB STATUS; reported by Jocelyn Fournier
-
- 13 Jan, 2004 1 commit
-
-
heikki@hundin.mysql.fi authored
If UNIV_SYNC_DEBUG was switched on, the error monitor thread could reserve a mutex BEFORE the sync debug system was initialized, and that caused a sync debug assertion in startup: move the 2 sec. sleep to a safer place; note that this is only heuristics, and in theory it can assert still
-
- 20 Dec, 2003 2 commits
-
-
heikki@hundin.mysql.fi authored
Define macro ULINTPF which can be used in printf statements as the print format of ulint both on Win64 and other platforms
-
monty@mysql.com authored
A after merge fix for last merge
-
- 28 Nov, 2003 1 commit
-
-
monty@mysql.com authored
Fixed compiler warnings (a lot of hidden variables detected by the Forte compiler) Added a lot of 'version_xxx' strings to 'show variables' Prevent copying of TMP_TABLE_PARAM (This caused core dump bug on Solaris) Fixed problem with printing sub selects to debug log
-
- 03 Nov, 2003 1 commit
-
-
heikki@hundin.mysql.fi authored
Merge with ibbackup; bug fix: .ibd files were extended 2 x the required amount; InnoDB does not create the small file inno_arch_log... any more at database creation
-
- 17 Oct, 2003 2 commits
-
-
heikki@hundin.mysql.fi authored
Backport from 4.1: reduce InnoDB memory consumption if buf pool < 8 MB
-
heikki@hundin.mysql.fi authored
Reduce InnoDB memory allocation if buffer pool < 8 MB
-
- 07 Oct, 2003 1 commit
-
-
heikki@hundin.mysql.fi authored
Multiple tablespaces for InnoDB sql_table.cc: Tell explicitly that InnoDB should retrieve all columns in CHECKSUM TABLE sql_update.cc, sql_select.cc, my_base.h: More descriptive flag name HA_EXTRA_RETRIEVE_ALL_COLS
-
- 25 Jul, 2003 1 commit
-
-
heikki@hundin.mysql.fi authored
Merge trx0trx.c: Print more info about a trx in SHOW INNODB status; try to find the bug reported by Plaxo buf0buf.c: Check that page log sequence numbers are not in the future log0recv.c, log0log.c: Fixed a bug: if you used big BLOBs, and your log files were relatively small, InnoDB could in a big BLOB operation temporarily write over the log produced AFTER the latest checkpoint. If InnoDB would crash at that moment, then the crash recovery would fail, because InnoDB would not be able to scan the log even up to the latest checkpoint. Starting from this version, InnoDB tries to ensure the latest checkpoint is young enough. If that is not possible, InnoDB prints a warning to the .err log
-
- 13 Jul, 2003 2 commits
-
-
heikki@hundin.mysql.fi authored
Put back a 50 millisecond sleep in too high concurrency situations which I removed in the previous push; count also such sleeping threads to the InnoDB queue in SHOW INNODB STATUS
-
heikki@hundin.mysql.fi authored
Fix a benign bug introduced in 4.0.14: InnoDB could complain 'Error: trying to declare trx to enter InnoDB' if several threads tried to init the auto-inc counter for the same table at the same time; in theory, the bug could even lead to a hang of the server, but that shuld be extremely improbable
-
- 06 Jul, 2003 1 commit
-
-
heikki@hundin.mysql.fi authored
In background loop run purge to completion before doing other background operations: it does not make sense to flush buffer pool pages if they are soon modified again by purge trx0purge.c: Increase purge_sys->n_pages_handled for every undo log we purge, even if that log would be only a hundred bytes: that way we get the purge batches of 20 pages to set a fresh purge view (limit) more often, and we can reduce the number of old row versions purge has to look at when it decides if it can remove some delete-marked index record
-
- 03 Jul, 2003 1 commit
-
-
heikki@hundin.mysql.fi authored
Remove potential starvation of a full log buffer flush: only flush up to the lsn which was the largest at the time when we requested the full log buffer flush os0sync.h, os0sync.c: Fix a bug in os_event on Unix: even though we signaled the event, some threads could continue waiting if the event became nonsignaled quickly again; this made group commit less efficient than it should be
-
- 14 Jun, 2003 1 commit
-
-
heikki@hundin.mysql.fi authored
Merge InnoDB-4.0.14: SAVEPOINT now implemented; InnoDB now accepts also column prefix keys; crashing bug in ON UPDATE CASCADE fixed; page checksum formula fixed
-
- 02 Jun, 2003 1 commit
-
-
heikki@hundin.mysql.fi authored
Release all event semaphores at shutdown also in Windows srv0start.c, srv0srv.c: make test sometimes failed because lock timeout thread exited without decrementing the InnoDB thread counter
-
- 31 May, 2003 1 commit
-
-
heikki@hundin.mysql.fi authored
Free all OS sync primitives and allocated memory in InnoDB shutdown
-
- 30 May, 2003 1 commit
-
-
heikki@hundin.mysql.fi authored
Exit all threads created by innoDB at shutdown
-
- 28 May, 2003 1 commit
-
-
heikki@hundin.mysql.fi authored
Prevent the InnoDB main thread from hogging CPU if a table lingers in the background drop queue (though it is essentially a bug if a table end up there at all)
-
- 04 May, 2003 2 commits
-
-
heikki@hundin.mysql.fi authored
Let SHOW INNODB STATUS print detailed info of the latest unique key violation, note that REPLACE and INSERT IGNORE mask the error from the user
-
heikki@hundin.mysql.fi authored
Do not let the main thread sleep the 1 second if we had to do a bug pool flush batch trying to establish srv_max_buf_pool_modified_pct
-
- 03 May, 2003 2 commits
-
-
heikki@hundin.mysql.fi authored
Clean up the working of the main thread; add a tunable parameter srv_max_buf_pool_modified_pct which can be used to make the flush phase in shutdown quicker
-
heikki@hundin.mysql.fi authored
Clean up the working of the main thread; add a tunable parameter srv_max_buf_pool_modified_pct which can be used to make the flush phase in shutdown quicker
-
- 02 May, 2003 1 commit
-
-
heikki@hundin.mysql.fi authored
Eliminate the LOCK_log bottleneck in group commit in binlogging: flush InnoDB log files only after it has been released
-
- 24 Apr, 2003 2 commits
-
-
heikki@hundin.mysql.fi authored
Make sure we do not do insert buffer merge in fast shutdown even if there is some buglet which increments srv_activity_counter during a shutdown
-
heikki@hundin.mysql.fi authored
Make buffer pool flush batches bigger as that may save some time if fsync is very inefficient
-