Commit 2fe990df authored by Marko Mäkelä's avatar Marko Mäkelä

Fix the grammar of an error message

parent 46305b00
......@@ -3483,7 +3483,7 @@ innobase_init(
if (innodb_lock_schedule_algorithm == INNODB_LOCK_SCHEDULE_ALGORITHM_VATS
&& global_system_variables.wsrep_on) {
/* Do not allow InnoDB startup with VATS and Galera */
sql_print_error("In Galera environment Variance-Aware-Transaction-Sheduling Algorithm"
sql_print_error("In Galera, innodb_lock_schedule_algorithm=vats"
" is not supported.");
goto error;
}
......
......@@ -3939,7 +3939,7 @@ innobase_init(
if (innodb_lock_schedule_algorithm == INNODB_LOCK_SCHEDULE_ALGORITHM_VATS
&& global_system_variables.wsrep_on) {
/* Do not allow InnoDB startup with VATS and Galera */
sql_print_error("In Galera environment Variance-Aware-Transaction-Sheduling Algorithm"
sql_print_error("In Galera, innodb_lock_schedule_algorithm=vats"
" is not supported.");
goto error;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment