Details

    • Type: Task
    • Status: Closed
    • Priority: Major
    • Resolution: Fixed
    • Fix Version/s: 10.0.13
    • Component/s: None
    • Labels:

      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

        Gliffy Diagrams

          Attachments

            Issue Links

              Activity

              Hide
              chewi James Le Cuirot added a comment -

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

              Show
              chewi James Le Cuirot added a comment - Thanks for looking at this. I have subscribed here so can respond to any feedback here.
              Hide
              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.

              Show
              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.
              Hide
              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.

              Show
              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.
              Hide
              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()
              
              Show
              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()
              Hide
              grknight Brian Evans added a comment -

              Patch posted in MDEV-6562

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

                People

                • Assignee:
                  serg Sergei Golubchik
                  Reporter:
                  colin Colin Charles
                • Votes:
                  1 Vote for this issue
                  Watchers:
                  5 Start watching this issue

                  Dates

                  • Created:
                    Updated:
                    Resolved:

                    Time Tracking

                    Estimated:
                    Original Estimate - Not Specified
                    Not Specified
                    Remaining:
                    Remaining Estimate - 0 minutes
                    0m
                    Logged:
                    Time Spent - 1 hour
                    1h