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