~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_parse.cc

  • Committer: Brian Aker
  • Date: 2011-01-17 23:44:48 UTC
  • mfrom: (2088.1.5 drizzle-build)
  • Revision ID: brian@tangent.org-20110117234448-0tt6rd6fxa3csdaf
Rollup of all changes for identifier/error

Show diffs side-by-side

added added

removed removed

Lines of Context:
209
209
 
210
210
    string tmp(packet, packet_length);
211
211
 
212
 
    SchemaIdentifier identifier(tmp);
 
212
    identifier::Schema identifier(tmp);
213
213
 
214
214
    if (not change_db(session, identifier))
215
215
    {
921
921
  {
922
922
    my_casedn_str(files_charset_info, table->db.str);
923
923
 
924
 
    SchemaIdentifier schema_identifier(string(table->db.str));
 
924
    identifier::Schema schema_identifier(string(table->db.str));
925
925
    if (not check_db_name(session, schema_identifier))
926
926
    {
927
927