~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/rpl_reporting.h

  • Committer: Monty Taylor
  • Date: 2008-10-22 21:31:15 UTC
  • Revision ID: monty@inaugust.com-20081022213115-xuxc80r939tl88p1
Renamed drizzle_common again. Removed sql_common. (empty) 
Now all we need to do is merge/disect base.h, common.h, common_includes.h, server_includes.h and globa.h (good grief)

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
18
18
 */
19
19
 
20
 
#ifndef RPL_REPORTING_H
21
 
#define RPL_REPORTING_H
 
20
#ifndef DRIZZLED_RPL_REPORTING_H
 
21
#define DRIZZLED_RPL_REPORTING_H
22
22
 
23
23
/**
24
24
   Maximum size of an error message from a slave thread.
100
100
  char const *const m_thread_name;
101
101
};
102
102
 
103
 
#endif // RPL_REPORTING_H
104
 
 
 
103
#endif /* DRIZZLED_RPL_REPORTING_H */