~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/serialize/master_list_reader.cc

  • Committer: Brian Aker
  • Date: 2008-10-08 05:38:00 UTC
  • Revision ID: brian@tangent.org-20081008053800-r577df6jq9q725mf
Simple update to what is written to the master.info file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
  drizzle::MasterList list;
47
47
 
48
48
  {
49
 
    // Read the existing address book.
 
49
    // Read the existing master.info file
50
50
    fstream input(argv[1], ios::in | ios::binary);
51
51
    if (!list.ParseFromIstream(&input)) 
52
52
    {