~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/message/master_list_writer.cc

  • Committer: Brian Aker
  • Date: 2009-07-09 19:49:32 UTC
  • mfrom: (1085.1.10 mordred)
  • Revision ID: brian@gaz-20090709194932-o90qfzgk9xem5di1
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
  Example script for reader a Drizzle master replication list.
9
9
*/
10
10
 
11
 
void fill_master_record(drizzle::MasterList_Record *record, const char *hostname)
 
11
static void fill_master_record(drizzle::MasterList_Record *record, const char *hostname)
12
12
{
13
13
  using namespace drizzle;
14
14
  record->set_hostname(hostname);