Initial work on removing MY_BITMAP from the Drizzle code base. For a start, I'm concentrating on removing the MY_BITMAP structures from the table structure defined in drizzled/table.h
I'm replacing it with std::bitset for the moment unless I can think of a better replacement. Still need to work on re-factoring the rest of the code to work correctly with these changes that I have made.