~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/filesystem_engine/filesystem_engine.h

  • Committer: Lee Bieber
  • Date: 2010-10-30 02:15:22 UTC
  • mfrom: (1891.2.1 clang)
  • mto: This revision was merged to the branch mainline in revision 1893.
  • Revision ID: kalebral@gmail.com-20101030021522-tel18euhugpao68b
Merge Monty - Fix a bunch of warnings and errors from clang build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
  virtual void get_auto_increment(uint64_t offset, uint64_t increment,
102
102
                                  uint64_t nb_desired_values,
103
103
                                  uint64_t *first_value,
104
 
                                  uint64_t *nb_reserved_values) { (void)offset; (void)increment; (void)nb_desired_values; (void)first_value; (void)nb_reserved_values; };
 
104
                                  uint64_t *nb_reserved_values) { (void)offset; (void)increment; (void)nb_desired_values; (void)first_value; (void)nb_reserved_values; }
105
105
  FilesystemTableShare *get_share(const char *table_name);
106
106
  void free_share();
107
107
  void critical_section_enter();