~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/select_send.h

Use List::begin()

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
    */
101
101
    plugin::TransactionalStorageEngine::releaseTemporaryLatches(session);
102
102
 
103
 
    List<Item>::iterator li(items);
 
103
    List<Item>::iterator li(items.begin());
104
104
    char buff[MAX_FIELD_WIDTH];
105
105
    String buffer(buff, sizeof(buff), &my_charset_bin);
106
106