~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/check_stack_overrun.h

Added the testsuite location finding code to support in-plugin-dir test suites.

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 */