~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/select_send.h

  • Committer: Brian Aker
  • Date: 2009-10-02 19:38:12 UTC
  • mfrom: (1152.1.7 merge)
  • Revision ID: brian@gaz-20091002193812-mpd61oecep74t6gd
Merge Monty + Brian for plugins.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
      InnoDB adaptive hash S-latch to avoid thread deadlocks if it was reserved
40
40
      by session
41
41
    */
42
 
    ha_release_temporary_latches(session);
 
42
    drizzled::plugin::StorageEngine::releaseTemporaryLatches(session);
43
43
 
44
44
    /* Unlock tables before sending packet to gain some speed */
45
45
    if (session->lock)
92
92
      InnoDB adaptive hash S-latch to avoid thread deadlocks if it was reserved
93
93
      by session
94
94
    */
95
 
    ha_release_temporary_latches(session);
 
95
    drizzled::plugin::StorageEngine::releaseTemporaryLatches(session);
96
96
 
97
97
    List_iterator_fast<Item> li(items);
98
98
    char buff[MAX_FIELD_WIDTH];