~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_lex.cc

  • Committer: Monty Taylor
  • Date: 2009-07-08 23:56:09 UTC
  • mto: (1093.1.9 captain)
  • mto: This revision was merged to the branch mainline in revision 1097.
  • Revision ID: mordred@inaugust.com-20090708235609-l2kn0pp8a1vt7rpo
Removed mentions of MB_IDENT - it's always true.

Show diffs side-by-side

added added

removed removed

Lines of Context:
712
712
      }
713
713
    case MY_LEX_IDENT:
714
714
      const char *start;
715
 
#if defined(USE_MB) && defined(USE_MB_IDENT)
 
715
#if defined(USE_MB)
716
716
      if (use_mb(cs))
717
717
      {
718
718
        result_state= IDENT_QUOTED;
842
842
      // fall through
843
843
    case MY_LEX_IDENT_START:                    // We come here after '.'
844
844
      result_state= IDENT;
845
 
#if defined(USE_MB) && defined(USE_MB_IDENT)
 
845
#if defined(USE_MB)
846
846
      if (use_mb(cs))
847
847
      {
848
848
        result_state= IDENT_QUOTED;