~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/unlock_tables.h

Merge in additional test case fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
  }
43
43
 
44
44
  bool execute();
45
 
  bool isTransactional()
46
 
  {
47
 
    return true;
48
 
  }
49
45
};
50
46
 
51
47
} /* namespace statement */