~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_list.cc

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#include "drizzled/sql_select.h"
27
27
#include "drizzled/strfunc.h"
28
28
 
29
 
using namespace drizzled;
30
29
using namespace std;
31
30
 
 
31
namespace drizzled
 
32
{
 
33
 
32
34
class Item;
33
35
class Item_field;
34
36
 
326
328
    }
327
329
  }
328
330
}
 
331
 
 
332
} /* namespace drizzled */