-
Kevin Lewis authored
* Add (deprecated) to innodb-undo-logs description and mention that it is actually setting the number of rollback segments. * Delete “(deprecated)” from innodb-rollback-segments message. * Add a deprecation warning message when innodb_undo_logs is used at runtime and also at startup in a config or the command line. * Return a warning when innodb_undo_logs is used at runtime. * Rename srv_undo_logs to srv_rollback_segments in code * Rename innodb_undo_logs to innodb_rollback_segments in all collections and testcases except sysvars.innodb_undo_logs_basic. * Fix sysvars.innodb_undo_logs_basic to suppress the deprecation warning. Add a restart to exercise the deprecation code for using it at startup. Approved by Satya in RB#15389
Kevin Lewis authored* Add (deprecated) to innodb-undo-logs description and mention that it is actually setting the number of rollback segments. * Delete “(deprecated)” from innodb-rollback-segments message. * Add a deprecation warning message when innodb_undo_logs is used at runtime and also at startup in a config or the command line. * Return a warning when innodb_undo_logs is used at runtime. * Rename srv_undo_logs to srv_rollback_segments in code * Rename innodb_undo_logs to innodb_rollback_segments in all collections and testcases except sysvars.innodb_undo_logs_basic. * Fix sysvars.innodb_undo_logs_basic to suppress the deprecation warning. Add a restart to exercise the deprecation code for using it at startup. Approved by Satya in RB#15389
Loading