~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

  • Committer: Olaf van der Spek
  • Date: 2011-06-22 21:57:14 UTC
  • mto: This revision was merged to the branch mainline in revision 2348.
  • Revision ID: olafvdspek@gmail.com-20110622215714-0wmhwrx6of27etov
Refactor

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