~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/db.h

First pass through data dictionary.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#ifndef DRIZZLED_DB_H
22
22
#define DRIZZLED_DB_H
23
23
 
 
24
#define DATA_DICTIONARY "data_dictionary"
 
25
 
24
26
namespace drizzled { namespace message { class Schema; } }
25
27
 
26
28
bool mysql_create_db(Session *session, const char *db, drizzled::message::Schema *schema_message, bool is_if_not_exists);