~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_lex.cc

  • Committer: Monty Taylor
  • Date: 2008-10-16 07:14:16 UTC
  • mto: (511.1.6 codestyle)
  • mto: This revision was merged to the branch mainline in revision 521.
  • Revision ID: monty@inaugust.com-20081016071416-92x6no8641uy9hi7
Fixed warnings before we got to sql_yacc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
*/
34
34
const LEX_STRING null_lex_str= {NULL, 0};
35
35
 
36
 
/* Longest standard keyword name */
37
 
 
38
 
#define TOCK_NAME_LENGTH 24
39
36
 
40
37
/*
41
38
  The following data is based on the latin1 character set, and is only