~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/typelib.h

Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
  TYPELIB* copy_typelib(memory::Root&) const;
36
36
  int find_type_or_exit(const char*, const char* option) const;
37
37
  int find_type(const char*, e_find_options) const;
38
 
  int find_type(char*, e_find_options) const;
39
38
  const char *get_type(unsigned int nr) const;
40
39
 
41
 
  uint64_t find_set(const char *x, uint32_t length, const charset_info_st *cs,
 
40
  uint64_t find_set(const char *x, uint32_t length, const charset_info_st*,
42
41
                    char **err_pos, uint32_t *err_len, bool *set_warning) const;
43
42
  uint32_t find_type(const char *find, uint32_t length, bool part_match) const;
44
 
  uint32_t find_type2(const char *find, uint32_t length, const charset_info_st *cs) const;
 
43
  uint32_t find_type2(const char *find, uint32_t length, const charset_info_st*) const;
45
44
 
46
45
  unsigned int count;
47
46
  const char *name;