~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/message/schema_writer.cc

  • Committer: lbieber at stabletransit
  • Date: 2010-10-19 14:03:27 UTC
  • mfrom: (1861.1.2 build)
  • Revision ID: lbieber@drizzle-build-n02.wc1.dfw1.stabletransit.com-20101019140327-2jvt5j2wi4pzhm1z
Merge Brian - Small collection of cleanups/refactor'ing around locks
Merge Monty - fix a few things in the tarball

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");
48
47
  schema.mutable_engine()->set_name("filesystem");
49
48
  schema.set_creation_timestamp(time(NULL));
50
49
  schema.set_update_timestamp(time(NULL));