~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.cc

Namespace cleanup for Protocol and Listen.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
#include <algorithm>
40
40
 
41
41
using namespace std;
 
42
using namespace drizzled;
42
43
 
43
44
extern "C"
44
45
{
168
169
  session->row_count++;
169
170
}
170
171
 
171
 
Session::Session(Protocol *protocol_arg)
 
172
Session::Session(plugin::Protocol *protocol_arg)
172
173
  :
173
174
  Statement(&main_lex, &main_mem_root, /* statement id */ 0),
174
175
  Open_tables_state(refresh_version),