Details

    Description

      James Le Cuirot (chewi@aura-online.co.uk) wants to provide the following code under the MCA

      The bug in question: http://bugs.mysql.com/bug.php?id=61340

      The merge request: https://code.launchpad.net/~chewi/maria/mysql-fix-bug61340/+merge/217351

      The diff: http://bazaar.launchpad.net/~chewi/maria/mysql-fix-bug61340/revision/4165

      The post to maria-developers: https://lists.launchpad.net/maria-developers/msg07383.html

      Attachments

        Issue Links

          Activity

            Thanks for looking at this. I have subscribed here so can respond to any feedback here.

            chewi James Le Cuirot added a comment - Thanks for looking at this. I have subscribed here so can respond to any feedback here.
            grknight Brian Evans added a comment -

            This is broken when WITHOUT_SERVER is enabled.
            gen_lex_hash is not built and the cmake command errors out since it is part of the sql directory.

            grknight Brian Evans added a comment - This is broken when WITHOUT_SERVER is enabled. gen_lex_hash is not built and the cmake command errors out since it is part of the sql directory.

            Apologies if this was the cause though I'm not entirely sure that it is. I see that you are a Gentoo developer and I actually made this change primarily for Gentoo's benefit. See the somewhat-related Gentoo bug #503216. I'll try to find you on IRC.

            chewi James Le Cuirot added a comment - Apologies if this was the cause though I'm not entirely sure that it is. I see that you are a Gentoo developer and I actually made this change primarily for Gentoo's benefit. See the somewhat-related Gentoo bug #503216 . I'll try to find you on IRC.
            brad0 Brad Smith added a comment - - edited

            Trying to update our OpenBSD port / package I noticed the same error Brian mentioned..

            -- Check size of unsigned long long
            -- Check size of unsigned long long - done
            CMake Error at CMakeLists.txt:472 (EXPORT):
              export given target "gen_lex_hash" which is not built by this project.

            which is this section..

            IF(NOT CMAKE_CROSSCOMPILING)
              SET(EXPORTED comp_err comp_sql factorial gen_lex_hash)
              # minimal target to build only binaries for export
              ADD_CUSTOM_TARGET(import_executables DEPENDS ${EXPORTED})
              EXPORT(TARGETS ${EXPORTED} FILE ${CMAKE_BINARY_DIR}/import_executables.cmake)
            ENDIF()

            brad0 Brad Smith added a comment - - edited Trying to update our OpenBSD port / package I noticed the same error Brian mentioned.. -- Check size of unsigned long long -- Check size of unsigned long long - done CMake Error at CMakeLists.txt:472 (EXPORT): export given target "gen_lex_hash" which is not built by this project. which is this section.. IF(NOT CMAKE_CROSSCOMPILING) SET(EXPORTED comp_err comp_sql factorial gen_lex_hash) # minimal target to build only binaries for export ADD_CUSTOM_TARGET(import_executables DEPENDS ${EXPORTED}) EXPORT(TARGETS ${EXPORTED} FILE ${CMAKE_BINARY_DIR}/import_executables.cmake) ENDIF()
            grknight Brian Evans added a comment -

            Patch posted in MDEV-6562

            grknight Brian Evans added a comment - Patch posted in MDEV-6562

            People

              serg Sergei Golubchik
              colin Colin Charles
              Votes:
              1 Vote for this issue
              Watchers:
              5 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.