1. 27 Oct, 2004 1 commit
    • unknown's avatar
      Fix for bug#5385 ("Text files have unix line break"): · 769a0990
      unknown authored
      Windows style line end \r\n on README, license, and similar essential plaintext files.
      
      
      scripts/make_win_src_distribution.sh:
        Some plain text files (which a Windows user might view in any editor) should have 
        Windows style line end \r\n (bug#5385). The tool is changed to do a systematic pass 
        over all files, find all relevant ones (especially "README*", "ChangeLog", "INSTALL*", 
        license text), and adapt them.
        Included are two minor cleanups ("useless use of cat" avoided, variable setting 
        moved to more sensible place).
      769a0990
  2. 25 Oct, 2004 11 commits
  3. 24 Oct, 2004 5 commits
  4. 23 Oct, 2004 5 commits
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1 · 77161968
      unknown authored
      into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1-ndb
      
      77161968
    • unknown's avatar
      remove compiler warnings · 95eed721
      unknown authored
      95eed721
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 · 8984bb9a
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/bk/work-sub-4.1
      
      
      sql/sql_parse.cc:
        Auto merged
      8984bb9a
    • unknown's avatar
      ctype-utf8.c: · 3248c669
      unknown authored
        Char is unsigned by defeault on some platforms. Cast t to a signed type.
      
      
      strings/ctype-utf8.c:
        Char is unsigned by defeault on some platforms. Cast t to a signed type.
      3248c669
    • unknown's avatar
      Fixed wrong range test code for HEAP tables. This caused a crash when doing a... · 4486659c
      unknown authored
      Fixed wrong range test code for HEAP tables. This caused a crash when doing a range test with a key that didn't have lower or upper bound (Bug #6082)
      More test cases
      
      
      
      mysql-test/r/heap.result:
        Test for bug #6082 (delete with NOT NULL)
      mysql-test/r/key.result:
        More tests for BUG#6151 - myisam index corruption
      mysql-test/r/ps.result:
        Test of bug #6047 "Permission problem when executing mysql_stmt_execute with derived table"
      mysql-test/t/heap.test:
        Test for bug #6082 (delete with NOT NULL)
      mysql-test/t/key.test:
        More tests for BUG#6151 - myisam index corruption
      mysql-test/t/ps.test:
        Test of bug #6047 "Permission problem when executing mysql_stmt_execute with derived table"
      sql/ha_heap.cc:
        Fixed wrong range test code for HEAP tables. This caused a crash when doing a range test with a key that didn't have lower or upper bound
      4486659c
  5. 22 Oct, 2004 18 commits