MySQL 5.1 リファレンスマニュアル :: 23 APIとライブラリー :: 23.2 MySQL C API :: 23.2.11 C APIスレッド機能の説明 :: 23.2.11.4 mysql_thread_safe()
« 23.2.11.3 mysql_thread_end( )

23.2.12 埋め込まれたC API機能の説明 »
Section Navigation      [Toggle]
  • 23.2.11 C APIスレッド機能の説明
  • 23.2.11.1 my_init()
  • 23.2.11.2 mysql_thread_init()
  • 23.2.11.3 mysql_thread_end( )
  • 23.2.11.4 mysql_thread_safe()

23.2.11.4. mysql_thread_safe()

unsigned int mysql_thread_safe(void)

説明

この機能は、スレッドとって安全であるようにクライアントが編集されるか否かを示します。

戻り値

クライアントがスレッドにとって安全であるなら1、さもなければ0。

Copyright © 1997, 2010, Oracle and/or its affiliates. All rights reserved. Legal Notices
Top / Previous / Next / Up / Table of Contents
© 2010, Oracle Corporation and/or its affiliates