1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00
Files
mariadb/include
Alexey Botchkov ec0f9feabb Bug#41103 6.0 Windows embedded-server tests fail
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.
2010-02-25 16:23:43 +04:00
..
2010-02-13 17:01:32 +01:00
2010-01-18 23:19:19 +03:00
2009-10-28 10:55:44 +03:00
2009-12-04 18:26:15 -07:00
2009-12-25 16:49:21 +01:00
2009-11-17 19:31:40 -07:00
2010-02-16 13:16:12 +04:00
2009-11-24 16:54:59 +03:00
2009-12-09 20:19:51 -07:00
2009-09-11 22:26:35 +02:00
2010-02-16 23:19:47 +01:00
2010-01-27 11:42:20 +01:00
2010-02-16 23:19:47 +01:00
2009-12-04 18:26:15 -07:00
2006-12-31 01:02:27 +01:00
2009-12-11 12:39:38 +03:00
2007-03-02 08:43:45 -08:00
2009-09-23 23:32:31 +02:00
2006-12-23 20:17:15 +01:00
2009-12-12 23:38:59 +03:00