~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/handler.cc

  • Committer: Brian Aker
  • Date: 2008-07-10 19:37:55 UTC
  • mfrom: (51.1.67 remove-dbug)
  • Revision ID: brian@tangent.org-20080710193755-f5g761uieqa3wxmt
Merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
154
154
  {
155
155
    st_plugin_int **plugin= hton2plugin + hton->slot;
156
156
    
157
 
#ifdef DBUG_OFF
158
 
    return my_plugin_lock(thd, plugin);
159
 
#else
160
157
    return my_plugin_lock(thd, &plugin);
161
 
#endif
162
158
  }
163
159
  return NULL;
164
160
}