~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/savepoint.cc

Merge trunk and resolve all conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#include <drizzled/session.h>
24
24
#include <drizzled/statement/savepoint.h>
25
25
 
26
 
using namespace drizzled;
 
26
namespace drizzled
 
27
{
27
28
 
28
29
bool statement::Savepoint::execute()
29
30
{
77
78
  }
78
79
  return false;
79
80
}
 
81
 
 
82
} /* namespace drizzled */
 
83