码迷,mamicode.com
首页 > 其他好文 > 详细

rebuild过程

时间:2015-11-12 20:10:24      阅读:254      评论:0      收藏:0      [点我收藏+]

标签:

 

/** The class defining a handle to an Innodb table */
class ha_innobase: public handler
{
    row_prebuilt_t*    prebuilt;    /*!< prebuilt struct in InnoDB, used
                    to save CPU time with prebuilt data
                    structures*/
        。。。。。
}

ha_innobase::open
    prebuilt = row_create_prebuilt(ib_table, table->s->reclength);
        //成员变量赋值,跟php不一样,php的还需要$this

 

rebuild过程

标签:

原文地址:http://www.cnblogs.com/taek/p/4959974.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!