~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

Merged in some icc warning fixes that also had something to do with the plugin header.

Show diffs side-by-side

added added

removed removed

Lines of Context:
751
751
/*=======*/
752
752
        Session*        session)        /*!< in: Drizzle Session */
753
753
{
754
 
        return(*(trx_t**) session_ha_data(session, innodb_engine_ptr));
 
754
        return *(trx_t**) session->getEngineData(innodb_engine_ptr);
755
755
}
756
756
 
757
757
/********************************************************************//**