Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-2782

LP:600744 - XtraDB compile error with VS 10 64-bit

    XMLWordPrintable

Details

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

    Description

      Compiling XtraDB with VS 2010 on 64-bit Windows fails with several errors all of the type:

      Error 10 error C2440: 'initializing' : cannot convert from 'ulint *' to 'unsigned long *' C:\Users\hakan\work\monty_program\maria-5.2\storage\xtradb\handler\ha_innodb.cc 10410

      The code in question is:

      Error 10 error C2440: 'initializing' : cannot convert from 'ulint *' to 'unsigned long *' C:\Users\hakan\work\monty_program\maria-5.2\storage\xtradb\handler\ha_innodb.cc 10410

      static MYSQL_SYSVAR_ULONG(use_purge_thread, srv_use_purge_thread,
      PLUGIN_VAR_RQCMDARG | PLUGIN_VAR_READONLY,
      "Number of purge devoted threads. #### over 1 is EXPERIMENTAL ####",
      NULL, NULL, 1, 0, 64, 0);

      And line 10410 is
      NULL, NULL, 1, 0, 64, 0);

      Attachments

        1. LPexportBug600744.xml
          11 kB
          Rasmus Johansson
        2. LPexportBug600744_fix-600744.patch
          3 kB
          Rasmus Johansson
        3. LPexportBug600744_fix-600744.patch
          3 kB
          Rasmus Johansson
        4. LPexportBug600744_fix-600744.patch
          3 kB
          Rasmus Johansson

        Activity

          People

            Unassigned Unassigned
            hakanküçükyılmaz Hakan Küçükyılmaz (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 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.