~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_list.cc

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
#include "drizzled/sql_list.h"
20
20
 
 
21
namespace drizzled
 
22
{
 
23
 
21
24
list_node end_of_list;
 
25
 
 
26
} /* namespace drizzled */