lp://staging/~stewart/haildb/embedded-innodb-1.0.6.6750-branch-point
- Get this branch:
- bzr branch lp://staging/~stewart/haildb/embedded-innodb-1.0.6.6750-branch-point
Branch merges
Branch information
Recent revisions
- 2028. By marko
-
branches/zip: Allocate the merge sort buffers from a heap, not stack.
The merge sort can use up to 48KiB of buffers when merging blocks.
That can cause a stack overflow, especially on 64-bit systems when not
building with inlined functions. This was reported as Issue #462.row_merge_
dup_report( ): Allocate buf and offsets from a heap. row_merge_
heap_create( ): Allocate space for buf[3] too. Fix bogus
sizeof arithmetics that happened to work, because
sizeof(ulint)= =sizeof( void*). row_merge_blocks(), row_merge_
blocks_ copy(): Allocate buf[3] from heap. row_merge_
insert_ index_tuples( ): Allocate buf from graph_heap. rb://258 approved and tested by Sunny Bains
- 2027. By marko
-
branches/zip: row_fetch_
store_uint4( ): Remove unused function.
This was added to trunk in r435. - 2026. By vasil
-
Non-functional change: update copyright year to 2010 of the files
that have been modified after 2010-01-01 according to svn.for f in $(svn log -v -r{2010-01-01}:HEAD |grep "^ M " |cut -b 16- |sort -u) ; do sed -i "" -E 's/(Copyright \(c\) [0-9]{4},) [0-9]{4}, (.*Innobase Oy.+All Rights Reserved)/\1 2010, \2/' $f ; done
- 2025. By sunny
-
branches/zip: Don't print the entire lock bit set if the block was not
found in the buffer pool. Only print the bits that are set and that
information is in the lock and not in the block.See rb://256 approved by Marko.
- 2024. By marko
-
branches/zip: Remove UNIV_BASIC_
LOG_DEBUG.
This fixes the FILE_FLUSH_LSN printouts mentioned in Issue #341.
Suggested by Heikki. - 2022. By marko
-
branches/zip: FIL_PAGE_
FILE_FLUSH_ LSN: Note that the field is only valid
for the first page of each ibdata* file, not *.ibd files.
Suggested by Heikki, in connection with the LSN warning noted in Issue #341. - 2021. By marko
-
branches/zip: Merge revisions 6613:6669 from branches/5.1:
------------ ------- ------- ------- ------- ------- ------- ------- ------- ----
r6669 | jyang | 2010-02-11 12:24:19 +0200 (Thu, 11 Feb 2010) | 7 linesbranches/5.1: Fix bug #50691, AIX implementation of readdir_r
causes InnoDB errors. readdir_r() returns an non-NULL value
in the case of reaching the end of a directory. It should
not be treated as an error return.rb://238 approved by Marko
------------ ------- ------- ------- ------- ------- ------- ------- ------- ---- - 2020. By marko
-
branches/zip: lock_table_
other_has_ incompatible( ):
Return an incompatible lock or NULL instead of TRUE or FALSE.
Approved by Sunny over IM.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/haildb