vasil
7736c6fe08
branches/zip:
...
* Remove old Innobase copyright lines from C source files
* Add a reference to the GPLv2 license as recommended by the lawyers
at Oracle Legal
[Step 4/28]
2009-02-17 08:55:41 +00:00
marko
788650088b
branches/zip: Add a UNIV_INTERN qualifier to every global function declaration
...
in *.h files, so that the function signatures in the *.h and *.c files fully
match each other.
ut_dulint_sort(): Add a UNIV_INTERN qualifier also to the function definition.
2008-02-18 18:38:33 +00:00
marko
8ab05ab1d2
branches/zip: Minor cleanup of B-tree cursor operations.
...
btr_pcur_get_rel_pos(): Add a const qualifier.
btr_pcur_get_btr_cur(), btr_pcur_get_page_cur(): btr_cur_get_page_cur():
Define as const-preserving macros.
btr_pcur_is_on_user_rec(), btr_pcur_is_after_last_on_page(),
btr_pcur_is_before_first_on_page(): Remove the unused parameter mtr.
Add a const qualifier.
btr_pcur_move_to_next_on_page(), btr_pcur_move_to_prev_on_page():
Remove the unused parameter mtr.
page_cur_search(): Add const qualifiers.
page_cur_get_page(), page_cur_is_before_first(), page_cur_is_after_last():
Add debug assertions.
2007-10-22 08:16:35 +00:00
marko
5e9d893508
branches/zip: Replace ib_ulonglong with ib_uint64_t, since we want exactly
...
64 bits. "long long" might be longer than 64 bits on some systems.
2006-11-29 14:52:16 +00:00
marko
109570b94a
branches/zip: Introduce the unsigned 64-bit data type ib_ulonglong
...
for log sequence numbers, to replace dulint.
2006-11-24 13:05:01 +00:00
marko
69fc883be2
branches/zip: Remove support for AWE (Intel PAE on Win32).
...
Removal of the variable innobase_buffer_pool_awe_mem_mb requires
coordination with MySQL AB.
2006-10-30 13:48:08 +00:00
marko
98a829723c
branches/zip: Add const qualifiers to function parameters, mostly dtuple_t.
2006-10-20 08:30:07 +00:00
marko
c659b59a5d
branches/zip: Eliminate many buf_block_align() calls.
...
Replace page_t* or page_zip_des_t* parameters in some functions with
buf_block_t*.
buf_frame_get_page_zip(): Disable unless #ifdef UNIV_DEBUG || UNIV_ZIP_DEBUG.
btr_cur_t: Add buf_block_t* page_block.
btr_pcur_get_block(), btr_cur_get_block(), btr_cur_get_page_zip():
New functions.
btr_cur_position(): Add the parameter block.
2006-10-18 11:39:31 +00:00
marko
9a16aac783
branches/zip: Merge revisions 804:838 from trunk.
2006-09-19 10:14:07 +00:00
marko
f40121415d
branches/zip: Merge revisions 200:236 from trunk.
2006-02-23 19:25:29 +00:00
osku
c307820962
Import 5.0 code.
2005-10-27 07:29:40 +00:00