1. 20 Oct, 2004 3 commits
  2. 19 Oct, 2004 3 commits
  3. 17 Oct, 2004 2 commits
  4. 16 Oct, 2004 2 commits
  5. 15 Oct, 2004 2 commits
  6. 14 Oct, 2004 2 commits
  7. 13 Oct, 2004 1 commit
  8. 12 Oct, 2004 2 commits
    • heikki@hundin.mysql.fi's avatar
      ha_innodb.cc: · 41ab008a
      heikki@hundin.mysql.fi authored
        Change error code to HA_ERR_ROW_IS_REFERENCED if we cannot DROP a parent table referenced by a FOREIGN KEY constraint; this error number is less misleading than the previous value HA_ERR_CANNOT_ADD_FOREIGN, but misleading still; we should introduce to 5.0 a proper MySQL error code
      41ab008a
    • heikki@hundin.mysql.fi's avatar
      Merge heikki@build.mysql.com:/home/bk/mysql-4.0 · 1ddec876
      heikki@hundin.mysql.fi authored
      into hundin.mysql.fi:/home/heikki/mysql-4.0
      1ddec876
  9. 11 Oct, 2004 3 commits
  10. 09 Oct, 2004 1 commit
    • heikki@hundin.mysql.fi's avatar
      trx0rec.c: · af3681f2
      heikki@hundin.mysql.fi authored
        Fix bug #5960: if one updated a column so that its size changed, or updated it to an externally stored (TEXT or BLOB) value, then ANOTHER externally stored column would show up as 512 bytes of good data + 20 bytes of garbage in a consistent read that fetched the old version of the row
      af3681f2
  11. 08 Oct, 2004 1 commit
  12. 07 Oct, 2004 2 commits
  13. 06 Oct, 2004 3 commits
  14. 05 Oct, 2004 11 commits
  15. 04 Oct, 2004 2 commits
    • rburnett@build.mysql.com's avatar
      Bug #5829 mysqlimport garbles path of the file to be imported · b4ee4d35
      rburnett@build.mysql.com authored
      Original code was checking ! unix_socket for local_file flag.  This doesn't work and so was removed.  Now
      to import a local file, you must use the --local command line option.
      
      mysqlimport.c:
        Removed check of unix_socket to set local_file
      b4ee4d35
    • vva@eagle.mysql.r18.ru's avatar
      patch fixing after review on patch-fixing of · 91e8afac
      vva@eagle.mysql.r18.ru authored
      Bug #5492 
      "set @@session.read_rnd_buffer_size=33554432" crashes server on query
      
      1. added warning comments for uint3korr (need one more byte allocated)
      2. unsigned long in uint3korr was replaced by unsigned int to 
         avoid problems on 64-bits platforms
      3. shorten warning comments in init_rr_cache in sql/records.cc
      91e8afac