~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/db.cc

  • Committer: Jay Pipes
  • Date: 2010-02-25 20:20:08 UTC
  • mto: (1309.2.14 build)
  • mto: This revision was merged to the branch mainline in revision 1319.
  • Revision ID: jpipes@serialcoder-20100225202008-i2debe8qphdw2tms
Fixes transaction log/replication for multi-column primary keys.  Changes CREATE SCHEMA to not use statement-base RAW_SQL and instead use a derived message::Statement subclass.

Show diffs side-by-side

added added

removed removed

Lines of Context:
133
133
  }
134
134
  else // Created !
135
135
  {
136
 
    replication_services.rawStatement(session, session->query);
 
136
    replication_services.createSchema(session, schema_message);
137
137
    session->my_ok(1);
138
138
  }
139
139