~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/json_server/json_server.cc

  • Committer: Olaf van der Spek
  • Date: 2011-08-05 12:55:59 UTC
  • mto: This revision was merged to the branch mainline in revision 2395.
  • Revision ID: olafvdspek@gmail.com-20110805125559-fip89v61zimhde1b
Rename set_db to set_schema

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