mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 18:20:07 +01:00
Fix spelling errors
This commit is contained in:
parent
5fdd29e3d1
commit
42b32d7df3
1 changed files with 2 additions and 2 deletions
|
@ -499,11 +499,11 @@ void handle_no_error(struct st_command*);
|
|||
pthread_attr_t cn_thd_attrib;
|
||||
|
||||
/*
|
||||
send_one_query executes query in separate thread what is
|
||||
send_one_query executes query in separate thread, which is
|
||||
necessary in embedded library to run 'send' in proper way.
|
||||
This implementation doesn't handle errors returned
|
||||
by mysql_send_query. It's technically possible, though
|
||||
i don't see where it is needed.
|
||||
I don't see where it is needed.
|
||||
*/
|
||||
pthread_handler_t send_one_query(void *arg)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue