~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/catalog.cc

  • Committer: Brian Aker
  • Date: 2011-01-13 05:06:32 UTC
  • mto: (2079.1.1 drizzle)
  • mto: This revision was merged to the branch mainline in revision 2080.
  • Revision ID: brian@tangent.org-20110113050632-92b0129n2urv5v0w
Fix for test on drop (error message change).

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
#include "config.h"
22
22
 
 
23
#include <drizzled/session.h>
23
24
#include <drizzled/statement/catalog.h>
24
25
 
25
26
namespace drizzled
32
33
  Statement(in_session),
33
34
  _identifier(arg)
34
35
{
 
36
  in_session->getLex()->sql_command= SQLCOM_END;
35
37
}
36
38
 
37
39
bool Catalog::execute()