mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Fix typos in C comments in miscellaneous files
This commit is contained in:
committed by
Daniel Black
parent
5f7e883336
commit
5f7c2a617f
@@ -481,7 +481,7 @@ hs_longrun_thread_hs::op_insert(record_value& rec)
|
||||
cli->response_recv(numflds);
|
||||
if (arg.sh.verbose > 10) {
|
||||
const string_ref *row = cli->get_next_row();
|
||||
fprintf(stderr, "HS op=+ errrcode=%d errmess=[%s]\n", cli->get_error_code(),
|
||||
fprintf(stderr, "HS op=+ errcode=%d errmess=[%s]\n", cli->get_error_code(),
|
||||
row ? to_string(row[0]).c_str() : "");
|
||||
}
|
||||
const bool op_success = cli->get_error_code() == 0;
|
||||
|
Reference in New Issue
Block a user