~brianaker/drizzle/regression-622465

« back to all changes in this revision

Viewing changes to drizzled/message/schema_writer.cc

  • Committer: Brian Aker
  • Date: 2011-01-11 07:12:09 UTC
  • mfrom: (2068.5.6 catalogs)
  • Revision ID: brian@gir-3-20110111071209-ntbex8btgayoq00v
MergeĀ inĀ catalogs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
    file_name= argv[1];
45
45
 
46
46
  schema.set_name(argv[1]);
 
47
  schema.set_catalog("LOCAL");
47
48
  schema.mutable_engine()->set_name("filesystem");
48
49
  schema.set_creation_timestamp(time(NULL));
49
50
  schema.set_update_timestamp(time(NULL));