Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
42b32d7d
Commit
42b32d7d
authored
Aug 06, 2007
by
msvensson@shellback.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix spelling errors
parent
5fdd29e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
client/mysqltest.c
client/mysqltest.c
+2
-2
No files found.
client/mysqltest.c
View file @
42b32d7d
...
@@ -499,11 +499,11 @@ void handle_no_error(struct st_command*);
...
@@ -499,11 +499,11 @@ void handle_no_error(struct st_command*);
pthread_attr_t
cn_thd_attrib
;
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.
necessary in embedded library to run 'send' in proper way.
This implementation doesn't handle errors returned
This implementation doesn't handle errors returned
by mysql_send_query. It's technically possible, though
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
)
pthread_handler_t
send_one_query
(
void
*
arg
)
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment