~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/derror.cc

  • Committer: Brian Aker
  • Date: 2008-08-21 02:21:23 UTC
  • Revision ID: brian@tangent.org-20080821022123-pemld4axwk9qnhvg
No more dead special flags...

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
static void init_myfunc_errs()
66
66
{
67
67
  init_glob_errs();                     /* Initiate english errors */
68
 
  if (!(specialflag & SPECIAL_ENGLISH))
 
68
 
69
69
  {
70
70
    EE(EE_FILENOTFOUND)   = ER(ER_FILE_NOT_FOUND);
71
71
    EE(EE_CANTCREATEFILE) = ER(ER_CANT_CREATE_FILE);