1. 24 Aug, 2007 1 commit
  2. 23 Aug, 2007 4 commits
  3. 22 Aug, 2007 4 commits
  4. 21 Aug, 2007 1 commit
  5. 20 Aug, 2007 1 commit
  6. 16 Aug, 2007 4 commits
  7. 14 Aug, 2007 3 commits
  8. 13 Aug, 2007 2 commits
  9. 11 Aug, 2007 1 commit
  10. 10 Aug, 2007 1 commit
  11. 09 Aug, 2007 5 commits
  12. 08 Aug, 2007 7 commits
  13. 07 Aug, 2007 4 commits
  14. 06 Aug, 2007 2 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
    • kostja@bodhi.(none)'s avatar
      Fix one more warning. · 256450d8
      kostja@bodhi.(none) authored
      256450d8