~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.cc

  • Committer: Brian Aker
  • Date: 2009-05-31 03:51:19 UTC
  • mto: This revision was merged to the branch mainline in revision 1045.
  • Revision ID: brian@gaz-20090531035119-nuud336qg1j9l27d
Factored out dead enum.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2173
2173
 
2174
2174
    if (open_table_from_share(session, share, "", 0, 0, 0, &tmp_table, OTM_OPEN))
2175
2175
    {
2176
 
      release_table_share(share, RELEASE_NORMAL);
 
2176
      release_table_share(share);
2177
2177
      pthread_mutex_unlock(&LOCK_open);
2178
2178
 
2179
2179
      return(0);                           // Out of memory