File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3483,7 +3483,7 @@ innobase_init(
34833483if (innodb_lock_schedule_algorithm == INNODB_LOCK_SCHEDULE_ALGORITHM_VATS
34843484 && global_system_variables.wsrep_on) {
34853485/* Do not allow InnoDB startup with VATS and Galera */
3486- sql_print_error("In Galera environment Variance-Aware-Transaction-Sheduling Algorithm "
3486+ sql_print_error("In Galera, innodb_lock_schedule_algorithm=vats "
34873487" is not supported.");
34883488goto error;
34893489}
Original file line number Diff line number Diff line change @@ -3939,7 +3939,7 @@ innobase_init(
39393939if (innodb_lock_schedule_algorithm == INNODB_LOCK_SCHEDULE_ALGORITHM_VATS
39403940 && global_system_variables.wsrep_on) {
39413941/* Do not allow InnoDB startup with VATS and Galera */
3942- sql_print_error("In Galera environment Variance-Aware-Transaction-Sheduling Algorithm "
3942+ sql_print_error("In Galera, innodb_lock_schedule_algorithm=vats "
39433943" is not supported.");
39443944goto error;
39453945}
You can’t perform that action at this time.
0 commit comments