~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/db.h

  • Committer: Brian Aker
  • Date: 2009-10-15 18:32:22 UTC
  • mfrom: (1130.3.47 memory-file-moves)
  • Revision ID: brian@gaz-20091015183222-n79fjde41epz9u6g
Merge memory

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 */
19
19
 
20
20
 
21
 
#ifndef DRIZZLE_SERVER_DB_H
22
 
#define DRIZZLE_SERVER_DB_H
 
21
#ifndef DRIZZLED_DB_H
 
22
#define DRIZZLED_DB_H
23
23
 
24
24
namespace drizzled { namespace message { class Schema; } }
25
25
 
37
37
extern int creating_database; // How many database locks are made
38
38
extern int creating_table;    // How many mysql_create_table() are running
39
39
 
40
 
#endif
 
40
#endif /* DRIZZLED_DB_H */