From 5f9594b6347248a6228dc6f73209dca4709c8b46 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 19 Apr 2002 14:06:52 +1000 Subject: Added @node for mysql_thread_safe() (text by Paul DuBois). Removed blank line that messed up @node relinking (someone committed without testing!) Docs/manual.de.texi: Added @node mysql_thread_safe - needs to be translated! --- Docs/manual.de.texi | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'Docs/manual.de.texi') diff --git a/Docs/manual.de.texi b/Docs/manual.de.texi index 2d89b89b50b..d3a1c2e317a 100644 --- a/Docs/manual.de.texi +++ b/Docs/manual.de.texi @@ -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 -- cgit v1.2.1