~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzledump_mysql.h

  • Committer: Monty Taylor
  • Date: 2010-10-06 07:31:04 UTC
  • mfrom: (1815 staging)
  • mto: (1819.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 1820.
  • Revision ID: mordred@inaugust.com-20101006073104-77vv196h2r664or0
Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
    std::string convertDate(const char* oldDate) const;
101
101
    /* For xx:xx:xx -> INT conversion */
102
102
    long convertTime(const char* oldTime) const;
103
 
    std::ostream& checkDateTime(std::ostream &os, const char* item, uint32_t field) const;
 
103
    std::string checkDateTime(const char* item, uint32_t field) const;
104
104
};
105
105
 
106
106
#endif /* CLIENT_DRIZZLEDUMP_MYSQL_H */