~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_parse.cc

  • Committer: Brian Aker
  • Date: 2009-11-26 18:48:20 UTC
  • mfrom: (1226.1.3 push)
  • Revision ID: brian@gaz-20091126184820-hltr0upee0ahopsj
Bundle Brian + Monty  (been through staging, just collecting it as want
overall patch as seen by staging).

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
 
61
61
extern size_t my_thread_stack_size;
62
62
extern const CHARSET_INFO *character_set_filesystem;
63
 
const char *any_db="*any*";     // Special symbol for check_access
64
63
 
65
64
const LEX_STRING command_name[COM_END+1]={
66
65
  { C_STRING_WITH_LEN("Sleep") },
137
136
    The following admin table operations are allowed
138
137
    on log tables.
139
138
  */
140
 
  sql_command_flags[SQLCOM_OPTIMIZE]=         CF_WRITE_LOGS_COMMAND;
141
139
  sql_command_flags[SQLCOM_ANALYZE]=          CF_WRITE_LOGS_COMMAND;
142
140
}
143
141