-
Committer:
Padraig O'Sullivan
-
Date:
2009-04-08 20:42:29 UTC
-
mto:
(971.1.63 mordred)
-
mto:
This revision was merged to the branch mainline in
revision
990.
-
Revision ID:
osullivan.padraig@gmail.com-20090408204229-okmeoxsqw21eav2o
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.