-
Committer:
Padraig O'Sullivan
-
Date:
2009-06-27 16:01:28 UTC
-
mto:
This revision was merged to the branch mainline in
revision
1079.
-
Revision ID:
osullivan.padraig@gmail.com-20090627160128-3svk0atoda85tg2t
Converted the const char * members of InfoSchemaTable to be std::string
instead. Updated any client code based on this change and also removed the
calls to memset in the InnoDB handler on the InfoSchemaTable objects
created. No need for a memset now that InfoSchemaTable is a proper class
with a default constructor.