1. 12 Apr, 2005 11 commits
    • unknown's avatar
      Merge mysql.com:/usr/local/bk/mysql-5.0 · 87e742c1
      unknown authored
      into mysql.com:/home/pem/work/mysql-5.0
      
      
      87e742c1
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · ce02a55c
      unknown authored
      into neptunus.(none):/home/msvensson/mysql/mysql-5.0
      
      
      ce02a55c
    • unknown's avatar
      Bit type: code cleanup. · 3767fb01
      unknown authored
      
      sql/field.cc:
        We have to use memcmp() here to get determinate results.
      sql/sql_table.cc:
        Should set pack_flag here instead of doing |=
      3767fb01
    • unknown's avatar
      Fixed BUG#7185: Stored procedure crash if identifier is AVG · db40f4a5
      unknown authored
      
      mysql-test/r/sp.result:
        Added test case for BUG#7185.
      mysql-test/t/sp.test:
        Added test case for BUG#7185.
      sql/sql_yacc.yy:
        Allow non-reserved words as stored procedure names.
      db40f4a5
    • unknown's avatar
      Fixed BUG#6663: Stored Procedures code report non-selected DB · 99b986d0
      unknown authored
                      when CREATE but not when ALTER
      
      
      sql/sql_parse.cc:
        Return more consistent error message for alter/drop procedure/function
        when no current database and no qualified name.
      99b986d0
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 378c506d
      unknown authored
      into neptunus.(none):/home/msvensson/mysql/mysql-5.0
      
      
      mysql-test/r/heap.result:
        Auto merged
      mysql-test/t/heap.test:
        Auto merged
      378c506d
    • unknown's avatar
      Merge grichter@bk-internal.mysql.com:/home/bk/mysql-5.0 · 79c62d31
      unknown authored
      into lmy002.wdf.sap.corp:/home/georg/work/mysql/prod/mysql-5.0
      
      
      79c62d31
    • unknown's avatar
      BUG#8924 'Explain' shows different strategy · 5b5a1239
      unknown authored
       - If number of records in table is 4, the calculated cost for using "index" and "range" become so close so that any rounding errors becomes visible.
       - Added one more record to the tables for heap test and expoect "range" to be selected
       - Decrease number of records in t1 for range and expect "index" to be choosen.
      
      
      mysql-test/r/heap.result:
        Add one more record to table t1 and expect explain to use "range"
      mysql-test/r/heap_btree.result:
        Add one more record to table t1 and expect explain to use "range"
      mysql-test/r/heap_hash.result:
        Add one more record to table t1 and expect explain to use "range"
      mysql-test/r/range.result:
        Update results
      mysql-test/t/heap.test:
        Add one more record to table t1 and expect explain to use "range"
      mysql-test/t/heap_btree.test:
        Add one more record to table t1 and expect explain to use "range"
      mysql-test/t/heap_hash.test:
        Add one more record to table t1 in order for optimizer to select use of "range" deterministic
      mysql-test/t/range.test:
        Remove one record from table t1 to avoid that cost for "index" and "range" are so close that rounding error become visible.
      5b5a1239
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0 · 281fe07f
      unknown authored
      into mysql.com:/usr/home/ram/work/5.0.bit_class
      
      
      sql/field.cc:
        Auto merged
      sql/ha_innodb.cc:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      281fe07f
    • unknown's avatar
      Bit type support for non-MyISAM tables. · dcb61639
      unknown authored
      dcb61639
    • unknown's avatar
      Fix for verification tests: loss of decimal places should not · 62be4f5e
      unknown authored
      return an error
      
      
      62be4f5e
  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() · 3e0a6263
      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.
      3e0a6263
    • unknown's avatar
      ctype_collate.result, ctype_collate.test, union.result, union.test: · ebdf2c01
      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
      ebdf2c01
    • unknown's avatar
      ndb - testOIBasic.cpp: 4.1->5.0 fix · 44dcec99
      unknown authored
      
      ndb/test/ndbapi/testOIBasic.cpp:
        4.1->5.0 fix
      44dcec99
  4. 09 Apr, 2005 3 commits
    • unknown's avatar
      New versions of mail_to_db.pl and pmail.pl. · 120352af
      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.
      120352af
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · f2824c4d
      unknown authored
      into xiphis.org:/.amd_mnt/bk.anubis/host/work-acurtis/bug6776.1
      
      
      f2824c4d
    • unknown's avatar
      Fix warning and error when compiling on Windows. · dc2841e6
      unknown authored
      
      sql/item_sum.cc:
        Cast byte* to char* for creating String
      sql/field.cc:
        Add missing parameter for logging warning
      dc2841e6
  5. 08 Apr, 2005 1 commit