~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/key.cc

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
using namespace std;
29
29
 
 
30
namespace drizzled
 
31
{
 
32
 
30
33
/*
31
34
  Search after a key that starts with 'field'
32
35
 
544
547
  } while (!result && ++i < key_parts);
545
548
  return(result);
546
549
}
 
550
 
 
551
} /* namespace drizzled */