~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_list.h

  • Committer: Mark Atwood
  • Date: 2011-08-13 14:57:16 UTC
  • mfrom: (2385.3.6 rf)
  • Revision ID: me@mark.atwood.name-20110813145716-u4om752lt4gdpfc7
mergeĀ lp:~olafvdspek/drizzle/refactor6

Show diffs side-by-side

added added

removed removed

Lines of Context:
234
234
 
235
235
  bool check_list(const char *name)
236
236
  {
237
 
    base_list *list= this;
238
237
    list_node *node= first;
239
238
    uint32_t cnt= 0;
240
239