~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

Rolled back innodb status var change.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6706
6706
 
6707
6707
/****************************************************************************
6708
6708
Here we export InnoDB status variables to MySQL.  */
6709
 
/* TODO: FIX the case below:
 
6709
/* TODO: FIX the case below: */
6710
6710
static
6711
6711
int
6712
6712
innodb_export_status()
6713
 
*==================*
 
6713
/*==================*/
6714
6714
{
6715
6715
        if (innodb_inited) {
6716
6716
                srv_export_innodb_status();
7909
7909
        return COMPATIBLE_DATA_YES;
7910
7910
}
7911
7911
 
7912
 
/* TODO: Fix the cast below!!!
 
7912
/* TODO: Fix the cast below!!! */
7913
7913
 
7914
7914
static char * show_innodb_vars(THD *thd __attribute__((__unused__)),
7915
7915
                            SHOW_VAR *var, char *buff __attribute__((__unused__)))
7925
7925
  {NullS, NullS, SHOW_LONG}
7926
7926
};
7927
7927
 
7928
 
*/
 
7928
/*/
 
7929
 
7929
7930
 
7930
7931
static struct st_mysql_storage_engine innobase_storage_engine=
7931
7932
{ MYSQL_HANDLERTON_INTERFACE_VERSION };