mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fix skipp -> skip once and for all.
(Note: This affects only comments, not variable names.)
This commit is contained in:
@ -62,7 +62,7 @@ int handle_locking)
|
||||
{
|
||||
if ((end=buff+length)[-1] == '\n')
|
||||
end[-1]='\0';
|
||||
if (buff[0] && buff[0] != '#') /* Skipp empty lines and comments */
|
||||
if (buff[0] && buff[0] != '#') /* Skip empty lines and comments */
|
||||
{
|
||||
last_isam=isam;
|
||||
if (!test_if_hard_path(buff))
|
||||
|
Reference in New Issue
Block a user