1. 09 Aug, 2007 3 commits
  2. 08 Aug, 2007 1 commit
    • jani@a88-113-38-195.elisa-laajakaista.fi's avatar
      BUG#30274 (Debug server crashes because mutex isn't initialized): · 283e9529
      Completion patch, since it is possible that Log_event::write_header()
      is called with no current thread.
      
      When starting the server, there is no thread available, but
      MYSQL_BIN_LOG::open() is called to initialize the binary log. The
      function writes a format description log event to the binary log,
      which means that Log_event::write_header() can be called with no
      current thread object available.
      283e9529
  3. 07 Aug, 2007 3 commits
  4. 06 Aug, 2007 4 commits
    • kent@mysql.com/kent-amd64.(none)'s avatar
      CMakeLists.txt (many), win/README, mysql_manifest.cmake, configure.js: · 413d1e1a
      kent@mysql.com/kent-amd64.(none) authored
        Additional changes for bug#29903
        - Changed to do embedded build part as normal build, when
          WITH_EMBEDDED_SERVER is set.
        - Allow both normal and debug build with embedded.
        - Build static embedded library by pointing out all source and compile
          it all, i.e. not building libraries from libraries, not portable.
        - Let embedded use generated files from the "sql" directory, added
          dependencies to make sure built before embedded.
        - Mark library "dbug" in TARGET_LINK_LIBRARIES() with "debug", so only
          linked in when debug target is used.
        - Removed change of target name with "mysqld${MYSQLD_EXE_SUFFIX}", as
          others can't depend on it, not defined at configure time. Instead
          set the output file name.
        - Created work around for bug in CMake 2.4.6 and output names, to
          set the "mysqld<suffix>.pdb" name to the same base name.
        - Set the correct manifest "name" (patch by iggy)
      413d1e1a
    • kent@kent-amd64.(none)'s avatar
      Merge mysql.com:/home/kent/bk/cmake-tls/mysql-5.0-build-new · add9cb76
      kent@kent-amd64.(none) authored
      into  mysql.com:/home/kent/bk/cmake-tls/mysql-5.1-build-new
      add9cb76
    • kent@mysql.com/kent-amd64.(none)'s avatar
      make_win_bin_dist: · d75c7a58
      kent@mysql.com/kent-amd64.(none) authored
        Corrected install path
      d75c7a58
    • kent@mysql.com/kent-amd64.(none)'s avatar
      make_win_bin_dist: · f9fdd5ae
      kent@mysql.com/kent-amd64.(none) authored
        Copy embedded .pdb and static debug lib
      f9fdd5ae
  5. 05 Aug, 2007 5 commits
  6. 04 Aug, 2007 6 commits
  7. 03 Aug, 2007 18 commits