~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item.cc

  • Committer: Brian Aker
  • Date: 2009-01-28 08:27:13 UTC
  • mfrom: (813.1.7 new-temporal)
  • Revision ID: brian@tangent.org-20090128082713-13yfi46omee0wbpx
Import work from Jay

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
** Item functions
64
64
*****************************************************************************/
65
65
 
66
 
/**
67
 
  Init all special items.
68
 
*/
69
 
 
70
 
void item_init(void)
71
 
{
72
 
}
73
 
 
74
 
 
75
66
bool Item::is_expensive_processor(unsigned char *)
76
67
{
77
68
  return false;