~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_lex.cc

  • Committer: Brian Aker
  • Date: 2008-08-20 15:38:22 UTC
  • Revision ID: brian@tangent.org-20080820153822-x6nak78f04fq0n52
More MODE removal.

Show diffs side-by-side

added added

removed removed

Lines of Context:
553
553
              continue;
554
554
          }
555
555
#endif
556
 
          if (!(lip->m_thd->variables.sql_mode & MODE_NO_BACKSLASH_ESCAPES) &&
557
 
              *str == '\\' && str+1 != end)
 
556
          if (*str == '\\' && str+1 != end)
558
557
          {
559
558
            switch(*++str) {
560
559
            case 'n':