~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_parse.cc

  • Committer: Brian Aker
  • Date: 2008-11-29 20:14:39 UTC
  • mfrom: (629.2.8 devel)
  • Revision ID: brian@tangent.org-20081129201439-mi0x46vwo2kdd406
Merge of Monty's work

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
  @{
43
43
*/
44
44
 
 
45
extern size_t my_thread_stack_size;
45
46
extern const CHARSET_INFO *character_set_filesystem;
46
47
const char *any_db="*any*";     // Special symbol for check_access
47
48