An error occurred fetching the project authors.
  1. 04 Jan, 2008 1 commit
    • mattiasj@witty.'s avatar
      Bug#30459 Partitioning across disks failing on Windows · 5d6a65bb
      mattiasj@witty. authored
      Problem was that there are no support for symlinked files on Windows for
      mysqld. So we fail when trying to create them.
      
      Solution: Ignore the DATA/INDEX DIRECTORY clause for partitions and push
      a warning. (Just like a MyISAM table)
      5d6a65bb
  2. 23 Apr, 2007 1 commit
    • iggy@recycle.(none)'s avatar
      Bug#25141 Crash Server on Partitioning command · 2a54abd5
      iggy@recycle.(none) authored
      - The function build_table_filename() builds up a string unconditionally 
      using the forward slash as a path separator. Later, when the string is 
      searched for FN_LIBCHAR by the set_up_table_before_create() function, a 
      null pointer is returned that is finally used by strlen in the 
      append_file_to_dir() function which causes the crash.
      2a54abd5
  3. 30 Mar, 2007 1 commit