1. 04 Feb, 2011 3 commits
    • Vladislav Vaintroub's avatar
      MBUG#688404 : Fix pbxt crashes on Windows 64 in debug build · 30acab27
      Vladislav Vaintroub authored
      The reason for the crash is misalignment on SSE instruciton
      in setjmp(). The root cause is PBXT debug malloc(),  which
      unlike  OS malloc  does not guarantee 16 bytes alignment.
      
      So the fix for now is disable PBXT debug malloc on Windows.
      It was obsolete anyway, as  it does not provide additional
      benefits to C runtime debug routines (always used in debug 
      compilation) or to pageheap, available at runtime.
      30acab27
    • Vladislav Vaintroub's avatar
      MWL#55: Handle cases where service was installed with · 614a6dfc
      Vladislav Vaintroub authored
      mysqld --install without any parameters.
      
      In such case, service name is always MYSQL, as service
      binary path is "path\to\mysqld.exe" "MySQL". Guess data
      directory it is either from my.ini (which  is assumed to
      be in the installation root), or just data directory 
      under install root.
       
      614a6dfc
    • Vladislav Vaintroub's avatar
      MWL#55 : · edf9757c
      Vladislav Vaintroub authored
      Allow MSI and  NSIS side-by-side installation if  installed NSIS package
      differs in  "major.minor" version numbers. Still disallow MSI and NSIS 
      if major.minor versions  of both packages match.
      edf9757c
  2. 03 Feb, 2011 4 commits
  3. 02 Feb, 2011 2 commits
  4. 01 Feb, 2011 2 commits
  5. 30 Jan, 2011 4 commits
  6. 29 Jan, 2011 6 commits
  7. 24 Jan, 2011 1 commit
  8. 20 Jan, 2011 2 commits
  9. 12 Jan, 2011 1 commit
  10. 14 Jan, 2011 3 commits
  11. 13 Jan, 2011 1 commit
  12. 12 Jan, 2011 5 commits
  13. 11 Jan, 2011 6 commits