~jlukas79/+junk/mysql-server

« back to all changes in this revision

Viewing changes to storage/falcon/Bitmap.cpp

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#include "Engine.h"
22
22
#include "Bitmap.h"
23
23
 
24
 
#ifndef ENGINE
 
24
#ifndef FALCONDB
25
25
#define ASSERT(n)
26
26
#endif
27
27