~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table/instance/singular.h

  • Committer: Mark Atwood
  • Date: 2011-08-04 16:21:21 UTC
  • mfrom: (2318.9.14 refactor3)
  • Revision ID: me@mark.atwood.name-20110804162121-6b9ay1b1de3yfgvl
mergeĀ lp:~olafvdspek/drizzle/refactor3

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 
34
34
  Singular(const identifier::Table::Type type_arg,
35
35
           const identifier::Table &identifier,
36
 
           char *path_arg= NULL, uint32_t path_length_arg= 0);
 
36
           const char *path_arg= NULL, uint32_t path_length_arg= 0);
37
37
 
38
38
  ~Singular();
39
39
};