1. 12 Apr, 2005 4 commits
  2. 11 Apr, 2005 22 commits
  3. 10 Apr, 2005 3 commits
    • unknown's avatar
      Fix for bug #9796 "Query Cache caches queries with CURRENT_USER() · b73ed3d7
      unknown authored
      function".
      
      We should not cache queries using CURRENT_USER() function as we do it
      for some other functions, e.g. USER() function.
      
      
      mysql-test/r/query_cache.result:
        Let us test that queries with CURRENT_USER() function are not cached.
      mysql-test/t/query_cache.test:
        Let us test that queries with CURRENT_USER() function are not cached.
      sql/item_create.cc:
        create_func_current_user():
          We should not cache queries which use CURRENT_USER() function.
      b73ed3d7
    • unknown's avatar
      ctype_collate.result, ctype_collate.test, union.result, union.test: · 37d2d7db
      unknown authored
        fixing tests accordingly
      item.cc:
        Allow mixing non-binary collation and binary collation
        even if coercibility is the same. 
        For easier 4.0 -> 4.1 migrating.
      
      
      sql/item.cc:
        Allow mixing non-binary collation and binary collation
        even if coercibility is the same. 
        For easier 4.0 -> 4.1 migrating.
      mysql-test/t/union.test:
        fixing tests accordingly
      mysql-test/r/union.result:
        fixing tests accordingly
      mysql-test/t/ctype_collate.test:
        fixing tests accordingly
      mysql-test/r/ctype_collate.result:
        fixing tests accordingly
      37d2d7db
    • unknown's avatar
      ndb - testOIBasic.cpp: 4.1->5.0 fix · 7f3c4054
      unknown authored
      
      ndb/test/ndbapi/testOIBasic.cpp:
        4.1->5.0 fix
      7f3c4054
  4. 09 Apr, 2005 3 commits
    • unknown's avatar
      New versions of mail_to_db.pl and pmail.pl. · d5e5c6fe
      unknown authored
      Added email threading capabilities to both
      programs.
      
      
      tests/mail_to_db.pl:
        Changes to mail_to_db.pl
        - Removed table name as optional. Future releases may require
          more than one table, after which it's better to have a fixed
          table name.
        - Fixed a bug in report (division by zero error), if table was created,
          but no mails was inserted.
        - Added fields message_id and in_reply_to.
      tests/pmail.pl:
        Changed pmail:
        
        New option: --thread. Prints all sub sequent replies in the thread.
        New option: --message_id. Prints message_id and number of replies found.
        Both options are run recursively. That means, not just direct replies to
        the mail found are being searched, but also replies to replies and so on
        until the whole thread has been found.
        
        Clean up: Localized variables and moved code into functions.
      d5e5c6fe
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 0ba6c245
      unknown authored
      into xiphis.org:/.amd_mnt/bk.anubis/host/work-acurtis/bug6776.1
      
      0ba6c245
    • unknown's avatar
      Fix warning and error when compiling on Windows. · fd3dd401
      unknown authored
      
      sql/item_sum.cc:
        Cast byte* to char* for creating String
      sql/field.cc:
        Add missing parameter for logging warning
      fd3dd401
  5. 08 Apr, 2005 8 commits