- 09 Dec, 2005 2 commits
-
-
marko authored
index in the parent table rather than the index in the child table. (Bug #15550) innodb.test, innodb.result: Add test cases for foreign key errors.
-
marko authored
In row_ins_set_detailed(), truncate the tmpfile by os_file_set_eof(), because trx_set_detailed_error_from_file() does not call ftell() to determine the actual length of the file. This bug resulted in trash being appended to foreign key error messages.
-
- 08 Dec, 2005 1 commit
-
-
osku authored
Work around Bug #12071: Do not call os_file_create_tmpfile() at runtime. Instead, create all tempfiles at startup and guard access to them with mutexes.
-
- 02 Dec, 2005 1 commit
-
-
osku authored
-
- 01 Dec, 2005 1 commit
-
-
osku authored
-
- 30 Nov, 2005 3 commits
- 29 Nov, 2005 1 commit
-
-
osku authored
#12701. Synced from MySQL.
-
- 17 Nov, 2005 1 commit
-
-
marko authored
Make comments about buf_block_t::index more accurate.
-
- 16 Nov, 2005 2 commits
-
-
marko authored
Note that buf_block_t::index should be protected by btr_search_latch or an s-latch or x-latch on the index page. btr_search_drop_page_hash_index(): Read block->index while holding btr_search_latch and use the cached value in the loop. Remove some redundant assertions.
-
osku authored
Mostly fix bug #13778, when FOREIGN_KEY_CHECKS=0 we still need to check that datatypes between foreign key references are compatible. Add test cases (also for bug #9802).
-
- 07 Nov, 2005 1 commit
-
-
osku authored
to avoid warnings.
-
- 04 Nov, 2005 4 commits
- 03 Nov, 2005 1 commit
-
-
marko authored
-
- 27 Oct, 2005 4 commits