~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_base.cc

  • Committer: Monty Taylor
  • Date: 2008-10-16 20:02:16 UTC
  • mfrom: (511.1.9 codestyle)
  • Revision ID: monty@inaugust.com-20081016200216-dvp7f7xx6k5wppkl
MergedĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
# endif
33
33
#endif
34
34
 
35
 
#define FLAGSTR(S,F) ((S) & (F) ? #F " " : "")
36
 
 
37
35
/**
38
36
  return true if the table was created explicitly.
39
37
*/