~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_class.h

  • Committer: Brian Aker
  • Date: 2008-10-30 05:49:59 UTC
  • mfrom: (520.4.29 devel)
  • Revision ID: brian@tangent.org-20081030054959-7tlt3rxzbtl1lyin
Merge Monty's work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 */
19
19
 
20
20
 
 
21
#ifndef DRIZZLED_SQL_CLASS_H
 
22
#define DRIZZLED_SQL_CLASS_H
 
23
 
21
24
/* Classes in mysql */
22
25
 
23
26
#include <drizzled/global.h>
25
28
#include "rpl_tblmap.h"
26
29
#include <libdrizzle/password.h>     // rand_struct
27
30
#include <drizzled/sql_locale.h>
 
31
#include <drizzled/scheduler.h>
28
32
 
29
33
class Relay_log_info;
30
34
 
360
364
 
361
365
};
362
366
 
 
367
extern struct system_variables global_system_variables;
 
368
 
363
369
#include "sql_lex.h"  /* only for SQLCOM_END */
364
370
 
365
371
/* per thread status variables */
2448
2454
                        STATUS_VAR *dec_var);
2449
2455
 
2450
2456
#endif /* DRIZZLE_SERVER */
 
2457
 
 
2458
#endif /* DRIZZLED_SQL_CLASS_H */