~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

  • Committer: Mark Atwood
  • Date: 2011-06-24 11:45:17 UTC
  • mfrom: (2318.6.64 rf)
  • Revision ID: me@mark.atwood.name-20110624114517-1mq8no6jlp2nrg7m
mergeĀ lp:~olafvdspek/drizzle/refactor15

Show diffs side-by-side

added added

removed removed

Lines of Context:
1479
1479
}
1480
1480
 
1481
1481
 
1482
 
int init_server_components(module::Registry &plugins)
 
1482
void init_server_components(module::Registry &plugins)
1483
1483
{
1484
1484
  /*
1485
1485
    We need to call each of these following functions to ensure that
1538
1538
  }
1539
1539
 
1540
1540
  init_update_queries();
1541
 
 
1542
 
  return(0);
1543
1541
}
1544
1542
 
1545
1543