diff options
author | unknown <arjen@fred.bitbike.com> | 2002-04-19 14:06:52 +1000 |
---|---|---|
committer | unknown <arjen@fred.bitbike.com> | 2002-04-19 14:06:52 +1000 |
commit | 5f9594b6347248a6228dc6f73209dca4709c8b46 (patch) | |
tree | c1ce88878b7c23e9e3edb81eac1a87b81f8d595a /Docs | |
parent | b713fd90d468f9daac4ac2be13e3be2e5d6a571d (diff) | |
download | mariadb-git-5f9594b6347248a6228dc6f73209dca4709c8b46.tar.gz |
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!
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.de.texi | 19 | ||||
-rw-r--r-- | Docs/manual.texi | 19 |
2 files changed, 35 insertions, 3 deletions
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 diff --git a/Docs/manual.texi b/Docs/manual.texi index a3cc6ffd799..2339999836d 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -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 |