1. 26 Nov, 2008 2 commits
  2. 25 Nov, 2008 6 commits
    • Ingo Struewing's avatar
      Bug#41002 - symlink.test fails on symlinked datadir · 6673b284
      Ingo Struewing authored
      symlink.test failed when run in an environment that has mysql-test/var
      symlinked to elsewhere, e.g. a memory file system. This is the case
      when running mysql-test-run --mem.
      
      In this case the server does not detect that the directory specified
      with a DATA/INDEX DIRECTORY clause is within its data home directory.
      This problem was reported as Bug#39277 (Creation of table with data
      and/or index files in data home directory succeeds). It was decided
      that it will not be fixed in 5.1. Hence, the current behavior is
      accepted for 5.1. It will be fixed in 6.0 though.
      
      Fixed the test case so that it works in both environments. 1. When no
      symbolic link is involved, the server notices that the data/index
      directory is in its data hone directory and rejects the CREATE/ALTER
      TABLE statement. 2. When the data home directory is symlinked, it
      does not notice the problem and executes the statement sucessfully.
      6673b284
    • Ingo Struewing's avatar
      merge · 9300f20d
      Ingo Struewing authored
      9300f20d
    • Ramil Kalimullin's avatar
      Null-merge of backport for #40984. · f9206079
      Ramil Kalimullin authored
      f9206079
    • Ingo Struewing's avatar
      merge · 6b2c6a12
      Ingo Struewing authored
      6b2c6a12
    • Ingo Struewing's avatar
      merge · ebfad22d
      Ingo Struewing authored
      ebfad22d
    • Ramil Kalimullin's avatar
      Fix for bug#40984: backport fix from 39585 into 5.0 · 03a27c45
      Ramil Kalimullin authored
      Problem: in 5.0 'check table for upgrade' doesn't detect
      incompatible collation changes made in 5.0.48.
      
      Fix: backport #39585 fix to 5.0
      03a27c45
  3. 24 Nov, 2008 7 commits
  4. 22 Nov, 2008 2 commits
  5. 21 Nov, 2008 11 commits
  6. 20 Nov, 2008 6 commits
  7. 19 Nov, 2008 5 commits
    • Vladislav Vaintroub's avatar
      Bug#39494 : key_buffer_size > 4GB does not work on 64 bit Windows · 7d5e156c
      Vladislav Vaintroub authored
      Cache size  is truncated via 32bit ulong  in  ha_init_key_cache() and 
      ha_resize_key_cache() 
      
      This change fixes the cast to size_t instead of ulong. This cast is safe,
      because key_buffer_size parameter is limited to SIZE_T_MAX
      7d5e156c
    • Alexey Botchkov's avatar
      Bug#38293 Libmysqld crash in mysql_library_init if language file missing · b8cd1725
      Alexey Botchkov authored
         additional fix - the 'debug' keyword removed
      b8cd1725
    • Alexey Botchkov's avatar
      merging · a24dce13
      Alexey Botchkov authored
      a24dce13
    • Alexey Botchkov's avatar
      Bug#38293 Libmysqld crash in mysql_library_init if language file missing · 70e8a4fd
      Alexey Botchkov authored
          That's a Win-specific error.
          When we create libmysqld.dll we have many libraries like mysys, dbug,
          strings, etc linked into that dll, so the application built upon
          this library shouldn't link these libraries to itself, rather use
          those inside the dll.
      
          Fixed by redirecting calls into the libmysqld.dll
      
      per-file comments:
        dbug/dbug.c
      Bug#38293 Libmysqld crash in mysql_library_init if language file missing
          fake _db_something definitions added
      
        include/my_dbug.h
      Bug#38293 Libmysqld crash in mysql_library_init if language file missing
        fake _db_something declarations added
      
        libmysqld/examples/CMakeLists.txt
      Bug#38293 Libmysqld crash in mysql_library_init if language file missing
          superfluous libraries removed from linking
      
        libmysqld/libmysqld.def
      Bug#38293 Libmysqld crash in mysql_library_init if language file missing
          set of mysys functions added to the export section
      70e8a4fd
    • Alexey Botchkov's avatar
      merging · 63b02e2b
      Alexey Botchkov authored
      63b02e2b
  8. 18 Nov, 2008 1 commit