~jlukas79/+junk/mysql-server

« back to all changes in this revision

Viewing changes to storage/innobase/include/mach0data.h

manual merge 6.0-main --> 6.0-bka-review

Show diffs side-by-side

added added

removed removed

Lines of Context:
331
331
Convert integral type from storage byte order (big endian) to
332
332
host byte order. */
333
333
UNIV_INLINE
334
 
void
 
334
ullint
335
335
mach_read_int_type(
336
336
/*===============*/
337
 
        byte*           dest,           /* out: where to write */
 
337
                                        /* out: integer value */
338
338
        const byte*     src,            /* in: where to read from */
339
339
        ulint           len,            /* in: length of src */
340
340
        ibool           unsigned_type); /* in: signed or unsigned flag */