~jlukas79/+junk/mysql-server

« back to all changes in this revision

Viewing changes to storage/falcon/CmdGen.cpp

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#define MIN(a,b)                        ((a < b) ? a : b)
26
26
#endif
27
27
 
28
 
#ifdef _WIN32
 
28
#if (defined _MSC_VER && _MSC_VER < 1400)
29
29
#define vsnprintf       _vsnprintf
30
30
#endif
31
31