~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/json_server/json_server.cc

  • Committer: Mark Atwood
  • Date: 2011-08-11 03:05:03 UTC
  • mfrom: (2385.1.12 refactor4)
  • Revision ID: me@mark.atwood.name-20110811030503-rp9xjihc5x3y0x4q
mergeĀ lp:~olafvdspek/drizzle/refactor4

Show diffs side-by-side

added added

removed removed

Lines of Context:
185
185
  drizzled::identifier::user::mptr user_id= identifier::User::make_shared();
186
186
  user_id->setUser("");
187
187
  _session->setUser(user_id);
188
 
  _session->set_db("test");
 
188
  _session->set_schema("test");
189
189
 
190
190
  drizzled::Execute execute(*(_session.get()), true);
191
191