~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_class.h

  • Committer: Monty Taylor
  • Date: 2008-10-29 21:21:57 UTC
  • mto: (520.4.26 devel)
  • mto: This revision was merged to the branch mainline in revision 570.
  • Revision ID: monty@inaugust.com-20081029212157-y3127au8tj1jxfal
Moved a bunch of crap out of common_includes.
Killed innodb_plugin_extras.h.
Made kittens happy.

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>
361
364
 
362
365
};
363
366
 
 
367
extern struct system_variables global_system_variables;
 
368
 
364
369
#include "sql_lex.h"  /* only for SQLCOM_END */
365
370
 
366
371
/* per thread status variables */
2449
2454
                        STATUS_VAR *dec_var);
2450
2455
 
2451
2456
#endif /* DRIZZLE_SERVER */
 
2457
 
 
2458
#endif /* DRIZZLED_SQL_CLASS_H */