Comment 2 for bug 1022481

Revision history for this message
Ignacio Nin (ignacio-nin) wrote :

Hi,

[I thought I had written an explanation on the important change, however it seems I had issues with my inet at the time]

Unfortunately this is no longer reproducible -- this was an error in the 686build of 5.5.25-27.0, probably caused by problems in its VERSION file.

At line 32 of Percona-Server/mysql-test/CMakeLists.txt:

IF(NOT ${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR})
  # Enable running mtr from build directory
  CONFIGURE_FILE(
    ${CMAKE_CURRENT_SOURCE_DIR}/mtr.out-of-source
    ${CMAKE_CURRENT_BINARY_DIR}/mysql-test-run.pl
    @ONLY
  )
ENDIF()

Somehow CMAKE_SOURCE_DIR was different to CMAKE_BINARY_DIR, again because its version differed (one kept 5.5.24).

What remains to be done is to reproduce it for 5.5.25-27.0 and fix for that branch, however since it's not a releasable branch I've lowered its priority.

N,