~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_lex.h

  • Committer: Olaf van der Spek
  • Date: 2011-07-05 15:59:49 UTC
  • mto: This revision was merged to the branch mainline in revision 2384.
  • Revision ID: olafvdspek@gmail.com-20110705155949-7cojlehrjxt2ck95
Add const
Remove unused vars

Show diffs side-by-side

added added

removed removed

Lines of Context:
786
786
  Select_Lex *all_selects_list;
787
787
 
788
788
  /* This is the "scale" for DECIMAL (S,P) notation */
789
 
  char *length;
 
789
  const char *length;
790
790
  /* This is the decimal precision in DECIMAL(S,P) notation */
791
 
  char *dec;
 
791
  const char *dec;
792
792
 
793
793
  /**
794
794
   * This is used kind of like the "ident" member variable below, as