~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-10-14 10:40:47 UTC
  • mto: This revision was merged to the branch mainline in revision 2438.
  • Revision ID: olafvdspek@gmail.com-20111014104047-gnubuxpobzese9t9
Add const

Show diffs side-by-side

added added

removed removed

Lines of Context:
434
434
  }
435
435
 
436
436
  Name_resolution_context context;
437
 
  char *db;
 
437
  const char *db;
438
438
  /* An Item representing the WHERE clause */
439
439
  Item *where;
440
440
  /* An Item representing the HAVING clause */