~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/handler/ha_innodb.cc

  • Committer: Monty Taylor
  • Date: 2009-08-05 09:29:04 UTC
  • mto: (1093.1.57 captain)
  • mto: This revision was merged to the branch mainline in revision 1115.
  • Revision ID: mordred@inaugust.com-20090805092904-a26m53g5b345dtql
Renamed PluginRegistry to plugin::Registry.

Show diffs side-by-side

added added

removed removed

Lines of Context:
416
416
Closes an InnoDB database. */
417
417
static
418
418
int
419
 
innobase_deinit(PluginRegistry &registry);
 
419
innobase_deinit(drizzled::plugin::Registry &registry);
420
420
 
421
421
 
422
422
/*********************************************************************
1619
1619
innobase_init(
1620
1620
/*==========*/
1621
1621
                        /* out: 0 on success, error code on failure */
1622
 
        PluginRegistry &registry)       /* in: Drizzle Plugin Registry */
 
1622
        drizzled::plugin::Registry &registry)   /* in: Drizzle Plugin Registry */
1623
1623
{
1624
1624
        static char     current_dir[3];         /* Set if using current lib */
1625
1625
        int             err;
1908
1908
Closes an InnoDB database. */
1909
1909
static
1910
1910
int
1911
 
innobase_deinit(PluginRegistry &registry)
 
1911
innobase_deinit(drizzled::plugin::Registry &registry)
1912
1912
/*==============*/
1913
1913
                                /* out: TRUE if error */
1914
1914
{