Commit 3bef32c0 authored by arjen@fred.bitbike.com's avatar arjen@fred.bitbike.com
Browse files

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

Removed blank line that messed up @node relinking (someone committed without testing!)
parent fb1a0c95
Loading
Loading
Loading
Loading
+18 −1
Original line number Diff line number Diff line
@@ -44743,6 +44743,7 @@ wollen. @xref{Threaded clients}.
* my_init::                     
* mysql_thread_init::           
* mysql_thread_end::            
* mysql_thread_safe::           
@end menu
@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
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()
@subsubsection @code{mysql_thread_end()}
@@ -44803,6 +44804,22 @@ Speicherlecks zu vermeiden.
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
@c German node C-Embedded-Server-Funktionen
@subsection C-Embedded-Server-Funktionsbeschreibungen
+17 −2
Original line number Diff line number Diff line
@@ -11071,7 +11071,6 @@ It's probably a good idea to install the above patches before trying to
compile/use MySQL.
@node OS/2, BeOS, Other Unix Notes, Operating System Specific Notes
@subsection OS/2 Notes
MySQL uses quite a few open files. Because of this, you should add
@@ -43693,6 +43692,7 @@ threaded client. @xref{Threaded clients}.
* my_init::                     @code{my_init()}
* mysql_thread_init::           @code{mysql_thread_init()}
* mysql_thread_end::            @code{mysql_thread_end()}
* mysql_thread_safe::           @code{mysql_thread_safe()}
@end menu
@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()}.
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()}
@findex @code{mysql_thread_end()}
@@ -43753,6 +43753,21 @@ library. It must be called explicitly to avoid a memory leak.
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
@subsection C Embedded Server Function Descriptions