1. 26 Feb, 2010 1 commit
  2. 25 Feb, 2010 1 commit
    • Alexey Botchkov's avatar
      Bug#41103 6.0 Windows embedded-server tests fail · ec0f9fea
      Alexey Botchkov authored
          Two problems addressed here:
             Embedded-server linking failure.
                sql/sys_vars.cc absents in the libmysqld/CMakeLists.txt
             The PERFORMANCE_SCHEMA-related failure of the embedded-server compilation.
                We try to disable the PERFORMANCE_SCHEMA in the embedded server
                as it's considered useless there. But we do it in wrong way as
                we only disable header's links to the PF, not the PF's library itself.
                So on Unix-ex the embedded library still contains the PF code and
                grows bigger with no reason. On Windows that just fails to compile.
                   
      per-file comments:
        include/my_global.h
      Bug#41103      6.0 Windows embedded-server tests fail
            No PERFORMANCE_SCHEMA disabling in the embedded server. User can
            just use the --without-perfschema-engine-plugin option to exclude it
            from the compilation.
      ec0f9fea
  3. 26 Feb, 2010 3 commits
  4. 25 Feb, 2010 8 commits
  5. 24 Feb, 2010 9 commits
  6. 23 Feb, 2010 12 commits
  7. 22 Feb, 2010 6 commits