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

mariadb_stmt_execute_direct hangs forever if compression used

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 3.0.3
    • 3.0.4
    • None
    • None

    Description

      Summary gives complete problem description

      Simplified testcase would be:

      MYSQL *mariadb;
      unsigned long client_flags= 0L;

      client_flags|= CLIENT_COMPRESS;

      mysql_real_connect(mariadb, "localhost", "root", "", "test", 3306, NULL, client_flags);
      mariadb_stmt_execute_direct(stmt, "SELECT 1", -1);

      Attachments

        Issue Links

          Activity

            People

              georg Georg Richter
              Lawrin Lawrin Novitsky
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Git Integration

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