~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_base.cc

  • Committer: Olaf van der Spek
  • Date: 2011-08-05 13:53:37 UTC
  • mto: This revision was merged to the branch mainline in revision 2395.
  • Revision ID: olafvdspek@gmail.com-20110805135337-lztw7l70lfro7ttn
Update .yy

Show diffs side-by-side

added added

removed removed

Lines of Context:
1218
1218
    }
1219
1219
  }
1220
1220
 
1221
 
  delete [] tables;
 
1221
  delete[] tables;
1222
1222
 
1223
1223
  locking::broadcast_refresh();
1224
1224