mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Lintian complains on spelling error
The lintian check complains on spelling error: https://salsa.debian.org/mariadb-team/mariadb-10.3/-/jobs/95739
This commit is contained in:
committed by
Vicențiu-Marian Ciorbaru
parent
db32d9457e
commit
2df2238cb8
@ -108,7 +108,7 @@ int ha_sequence::open(const char *name, int mode, uint flags)
|
||||
MY_TEST(flags & HA_OPEN_INTERNAL_TABLE);
|
||||
reset_statistics();
|
||||
|
||||
/* Don't try to read the inital row the call is part of create code */
|
||||
/* Don't try to read the initial row the call is part of create code */
|
||||
if (!(flags & (HA_OPEN_FOR_CREATE | HA_OPEN_FOR_REPAIR)))
|
||||
{
|
||||
if (unlikely((error= table->s->sequence->read_initial_values(table))))
|
||||
|
Reference in New Issue
Block a user