~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/storage_engine.cc

  • Committer: Jay Pipes
  • Date: 2009-04-10 05:31:39 UTC
  • mto: (971.1.47 mordred)
  • mto: This revision was merged to the branch mainline in revision 990.
  • Revision ID: jpipes@serialcoder-20090410053139-beat1rbcopkcgc4n
Changes libserialize to libdrizzledmessage per ML discussion.  All GPB messages are now in the drizzled::message namespace.

Show diffs side-by-side

added added

removed removed

Lines of Context:
453
453
                         db, name, "", 0);
454
454
    if (table_proto_exists(path)==EEXIST)
455
455
    {
456
 
      drizzle::Table table;
 
456
      drizzled::message::Table table;
457
457
      build_table_filename(path, sizeof(path),
458
458
                           db, name, ".dfe", 0);
459
459
      if(drizzle_read_table_proto(path, &table)==0)