~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/check_stack_overrun.h

  • Committer: Padraig O'Sullivan
  • Date: 2009-03-30 18:27:35 UTC
  • mto: (968.2.5 mordred)
  • mto: This revision was merged to the branch mainline in revision 971.
  • Revision ID: osullivan.padraig@gmail.com-20090330182735-8tor89czwodcv77s
Removing the last of LIST from the MyISAM storage engine.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef DRIZZLED_CHECK_STACK_OVERRUN_H
21
21
#define DRIZZLED_CHECK_STACK_OVERRUN_H
22
22
 
23
 
namespace drizzled
24
 
{
25
 
 
26
23
/**
27
24
  @note
28
25
  Note: The 'buf' parameter is necessary, even if it is unused here.
32
29
*/
33
30
bool check_stack_overrun(Session *session, long margin, void *buff);
34
31
 
35
 
} /* namespace drizzled */
36
 
 
37
32
#endif /* DRIZZLED_CHECK_STACK_OVERRUN_H */