~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/error.cc

  • Committer: Brian Aker
  • Date: 2010-02-25 07:52:23 UTC
  • mto: (1273.13.101 build)
  • mto: This revision was merged to the branch mainline in revision 1309.
  • Revision ID: brian@gaz-20100225075223-125dkr0n8kpmobkj
Fix dropSchema().

Show diffs side-by-side

added added

removed removed

Lines of Context:
1424
1424
/* ER_SCHEMA_DOES_NOT_EXIST */
1425
1425
N_("Schema does not exist: %s"),
1426
1426
/* ER_ALTER_SCHEMA */
1427
 
N_("Error altering schema: %s")
 
1427
N_("Error altering schema: %s"),
 
1428
/* ER_DROP_SCHEMA*/
 
1429
N_("Error droppping Schema : %s")
1428
1430
};
1429
1431
 
1430
1432
const char * error_message(unsigned int code)