~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_derived.cc

  • Committer: Brian Aker
  • Date: 2011-02-12 10:48:53 UTC
  • mto: This revision was merged to the branch mainline in revision 2167.
  • Revision ID: brian@tangent.org-20110212104853-sm79wbyxl3fuprp2
Additional removal of session

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
  These were introduced by Sinisa <sinisa@mysql.com>
19
19
*/
20
20
#include "config.h"
 
21
 
21
22
#include "drizzled/sql_select.h"
 
23
#include <drizzled/select_union.h>
22
24
 
23
25
namespace drizzled
24
26
{