mirror of
https://github.com/MariaDB/server.git
synced 2025-09-11 05:52:26 +03:00
General spell fixing in comments and strings
This commit is contained in:
@@ -2826,7 +2826,7 @@ void handler::adjust_next_insert_id_after_explicit_value(ulonglong nr)
|
||||
{
|
||||
/*
|
||||
If we have set THD::next_insert_id previously and plan to insert an
|
||||
explicitely-specified value larger than this, we need to increase
|
||||
explicitly-specified value larger than this, we need to increase
|
||||
THD::next_insert_id to be greater than the explicit value.
|
||||
*/
|
||||
if ((next_insert_id > 0) && (nr >= next_insert_id))
|
||||
|
Reference in New Issue
Block a user