~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/sql_select.cc

  • Committer: mark
  • Date: 2008-07-15 06:32:36 UTC
  • mto: This revision was merged to the branch mainline in revision 169.
  • Revision ID: mark@piggy.tangent.org-20080715063236-v5016hb1z1oyi7lj
remove FTPARSER and last remains of full text search

Show diffs side-by-side

added added

removed removed

Lines of Context:
4691
4691
    - keyparts without previous keyparts
4692
4692
      (e.g. if there is a key(a,b,c) but only b < 5 (or a=2 and c < 3) is
4693
4693
      used in the query, we drop the partial key parts from consideration).
4694
 
    Special treatment for ft-keys.
4695
4694
  */
4696
4695
  if (keyuse->elements)
4697
4696
  {