marko
bde9d122ad
branches/zip: Minor cleanup.
...
log_block_calc_checksum(), log_block_get_checksum(): Add const qualifiers.
log_block_calc_checksum(): Split a long expression to more readable chunks.
Some compilers might optimize this better.
2007-10-25 07:07:25 +00:00
marko
0106316096
branches/zip: Add explicit type casts to *.ic, because C++ does not allow
...
implicit type conversion from void*. Inlining is enabled in ha_innodb.cc
since r1587.
2007-08-01 10:38:07 +00:00
marko
d8536b0de8
branches/zip: Make mutex_own() work with UNIV_DEBUG, without UNIV_SYNC_DEBUG.
2007-01-18 18:29:12 +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
64f3cee67f
branches/zip: Merge revisions 720:765 from trunk and reindent the code
...
as per revisions r763:765.
2006-08-29 09:30:31 +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