~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/definitions.h

  • Committer: Stewart Smith
  • Date: 2010-01-09 01:36:26 UTC
  • mto: This revision was merged to the branch mainline in revision 1266.
  • Revision ID: stewart@flamingspork.com-20100109013626-key4dtpi0igm9c9o
remove (not ever checked) OPEN_TABLE_ONLY which was part of old I_S and FRM related things.

Show diffs side-by-side

added added

removed removed

Lines of Context:
107
107
#define DONT_GIVE_ERROR         256     /* Don't do frm_error on openfrm  */
108
108
#define DELAYED_OPEN            4096    /* Open table later */
109
109
 
110
 
/**
111
 
  This flag is used in function get_all_tables() which fills
112
 
  I_S tables with data which are retrieved from frm files and storage engine
113
 
  The flag means that we need to process tables only to get necessary data.
114
 
  Views are not processed.
115
 
*/
116
 
#define OPEN_TABLE_ONLY        32768*2
117
 
 
118
110
/*
119
111
  Minimum length pattern before Turbo Boyer-Moore is used
120
112
  for SELECT "text" LIKE "%pattern%", excluding the two