Added @node for mysql_thread_safe() (text by Paul DuBois).

Removed blank line that messed up @node relinking (someone committed without testing!)
parent fb1a0c95
...@@ -44743,6 +44743,7 @@ wollen. @xref{Threaded clients}. ...@@ -44743,6 +44743,7 @@ wollen. @xref{Threaded clients}.
* my_init:: * my_init::
* mysql_thread_init:: * mysql_thread_init::
* mysql_thread_end:: * mysql_thread_end::
* mysql_thread_safe::
@end menu @end menu
@node my_init, mysql_thread_init, C Thread functions, C Thread functions @node my_init, mysql_thread_init, C Thread functions, C Thread functions
...@@ -44783,7 +44784,7 @@ Diese Funktion wird automatisch von @code{my_init()} und ...@@ -44783,7 +44784,7 @@ Diese Funktion wird automatisch von @code{my_init()} und
Keine. Keine.
@node mysql_thread_end, , mysql_thread_init, C Thread functions @node mysql_thread_end, mysql_thread_safe, mysql_thread_init, C Thread functions
@c German node mysql_thread_end() @c German node mysql_thread_end()
@subsubsection @code{mysql_thread_end()} @subsubsection @code{mysql_thread_end()}
...@@ -44803,6 +44804,22 @@ Speicherlecks zu vermeiden. ...@@ -44803,6 +44804,22 @@ Speicherlecks zu vermeiden.
Keine. Keine.
@node mysql_thread_safe, , mysql_thread_end, C Thread functions
@c Arjen note: new @node 2002-04-19, please translate text!
@subsubsection @code{mysql_thread_safe()}
@findex @code{mysql_thread_safe()}
@code{unsigned int mysql_thread_safe(void)}
@subsubheading Description
This function indicates whether the client is compiled as thread safe.
@subsubheading Return Values
1 is the client is thread safe, 0 otherwise.
@node C Embedded Server func, C API problems, C Thread functions, C @node C Embedded Server func, C API problems, C Thread functions, C
@c German node C-Embedded-Server-Funktionen @c German node C-Embedded-Server-Funktionen
@subsection C-Embedded-Server-Funktionsbeschreibungen @subsection C-Embedded-Server-Funktionsbeschreibungen
...@@ -11071,7 +11071,6 @@ It's probably a good idea to install the above patches before trying to ...@@ -11071,7 +11071,6 @@ It's probably a good idea to install the above patches before trying to
compile/use MySQL. compile/use MySQL.
@node OS/2, BeOS, Other Unix Notes, Operating System Specific Notes @node OS/2, BeOS, Other Unix Notes, Operating System Specific Notes
@subsection OS/2 Notes @subsection OS/2 Notes
MySQL uses quite a few open files. Because of this, you should add MySQL uses quite a few open files. Because of this, you should add
...@@ -43693,6 +43692,7 @@ threaded client. @xref{Threaded clients}. ...@@ -43693,6 +43692,7 @@ threaded client. @xref{Threaded clients}.
* my_init:: @code{my_init()} * my_init:: @code{my_init()}
* mysql_thread_init:: @code{mysql_thread_init()} * mysql_thread_init:: @code{mysql_thread_init()}
* mysql_thread_end:: @code{mysql_thread_end()} * mysql_thread_end:: @code{mysql_thread_end()}
* mysql_thread_safe:: @code{mysql_thread_safe()}
@end menu @end menu
@node my_init, mysql_thread_init, C Thread functions, C Thread functions @node my_init, mysql_thread_init, C Thread functions, C Thread functions
...@@ -43734,7 +43734,7 @@ This is automatically called by @code{my_init()} and @code{mysql_connect()}. ...@@ -43734,7 +43734,7 @@ This is automatically called by @code{my_init()} and @code{mysql_connect()}.
None. None.
@node mysql_thread_end, , mysql_thread_init, C Thread functions @node mysql_thread_end, mysql_thread_safe, mysql_thread_init, C Thread functions
@subsubsection @code{mysql_thread_end()} @subsubsection @code{mysql_thread_end()}
@findex @code{mysql_thread_end()} @findex @code{mysql_thread_end()}
...@@ -43753,6 +43753,21 @@ library. It must be called explicitly to avoid a memory leak. ...@@ -43753,6 +43753,21 @@ library. It must be called explicitly to avoid a memory leak.
None. None.
@node mysql_thread_safe, , mysql_thread_end, C Thread functions
@subsubsection @code{mysql_thread_safe()}
@findex @code{mysql_thread_safe()}
@code{unsigned int mysql_thread_safe(void)}
@subsubheading Description
This function indicates whether the client is compiled as thread safe.
@subsubheading Return Values
1 is the client is thread safe, 0 otherwise.
@node C Embedded Server func, C API problems, C Thread functions, C @node C Embedded Server func, C API problems, C Thread functions, C
@subsection C Embedded Server Function Descriptions @subsection C Embedded Server Function Descriptions
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment