720
719
ulint innodb_rows_inserted; /*!< srv_n_rows_inserted */
721
720
ulint innodb_rows_updated; /*!< srv_n_rows_updated */
722
721
ulint innodb_rows_deleted; /*!< srv_n_rows_deleted */
726
724
/** Thread slot in the thread table */
727
725
typedef struct srv_slot_struct srv_slot_t;
729
727
/** Thread table is an array of slots */
730
728
typedef srv_slot_t srv_table_t;