Uploaded image for project: 'MariaDB Connector/C'
  1. MariaDB Connector/C
  2. CONC-280

Update the documentation of mysql_thread_init and mysql_thread_end

    XMLWordPrintable

Details

    • Task
    • Status: Open (View Workflow)
    • Minor
    • Resolution: Unresolved
    • None
    • None
    • None

    Description

      The documentation of mysql_thread_init and mysql_thread_end seems too old.

      According to the document, multi-thread client should call them, however, they do nothing indeed.

      my_bool STDCALL mysql_thread_init(void)
      {
        return 0;
      }
       
      void STDCALL mysql_thread_end(void)
      {
      }
      

      https://mariadb.com/kb/en/the-mariadb-library/mysql_thread_init/
      https://mariadb.com/kb/en/the-mariadb-library/mysql_thread_end/

      Attachments

        Activity

          People

            georg Georg Richter
            wbcchsyn Shin Yoshida
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.