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

The old_password_client_plugin isn't listed in mysql_client_builtins.

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Cannot Reproduce
    • None
    • None
    • None
    • None
    • mysql-nativa-client 1.0.0

    Description

      Connection to servers using the old password scheme fails with " Plugin mysql_old_password could not be loaded:" (provided that CONC-32 has been fixed). This seems to be due to libmysql/my_auth.c not listing old_password_client_plugin in the mysql_client_builtins array:

      $ sed -n -e '46,56p' libmysql/my_auth.c
      old_password_auth_client
      };

      struct st_mysql_client_plugin *mysql_client_builtins[]=
      {
      (struct st_mysql_client_plugin *)&native_password_client_plugin,
      0
      };

      /* this is a "superset" of MYSQL_PLUGIN_VIO, in C++ I use inheritance */
      typedef struct {

      Attachments

        Activity

          People

            georg Georg Richter
            grubba Henrik Grubbström
            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.