mirror of
https://github.com/MariaDB/server.git
synced 2025-08-05 13:16:09 +03:00
Fix typos in C comments in miscellaneous files
This commit is contained in:
committed by
Daniel Black
parent
5f7e883336
commit
5f7c2a617f
@@ -2208,7 +2208,7 @@ int cli_stmt_execute(MYSQL_STMT *stmt)
|
||||
DBUG_RETURN(1);
|
||||
}
|
||||
length= (ulong) (net->write_pos - net->buff);
|
||||
/* TODO: Look into avoding the following memdup */
|
||||
/* TODO: Look into avoiding the following memdup */
|
||||
if (!(param_data= my_memdup(PSI_NOT_INSTRUMENTED, net->buff, length, MYF(0))))
|
||||
{
|
||||
set_stmt_error(stmt, CR_OUT_OF_MEMORY, unknown_sqlstate, NULL);
|
||||
|
Reference in New Issue
Block a user