~jlukas79/+junk/mysql-server

« back to all changes in this revision

Viewing changes to storage/falcon/SerialLogRecord.cpp

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#include "SerialLogTransaction.h"
28
28
 
29
29
 
30
 
#ifdef _WIN32
31
 
#define vsnprintf       _vsnprintf
32
 
#endif
33
30
 
34
31
#define GET_BYTE        ((control->input < control->inputEnd) ? *control->input++ : control->getByte())
35
32