mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Fix typos in C comments inside sql/
This commit is contained in:
committed by
Sergey Vojtovich
parent
153778437d
commit
717c12de0e
@ -1,6 +1,6 @@
|
||||
/*
|
||||
Copyright (c) 2017, MariaDB Corporation, Alibaba Corporation
|
||||
Copyrgiht (c) 2020, MariaDB Corporation.
|
||||
Copyright (c) 2020, MariaDB Corporation.
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
@ -566,7 +566,7 @@ bool sequence_insert(THD *thd, LEX *lex, TABLE_LIST *org_table_list)
|
||||
}
|
||||
|
||||
|
||||
/* Create a SQUENCE object */
|
||||
/* Create a SEQUENCE object */
|
||||
|
||||
SEQUENCE::SEQUENCE() :all_values_used(0), initialized(SEQ_UNINTIALIZED)
|
||||
{
|
||||
|
Reference in New Issue
Block a user