1. 08 Apr, 2005 2 commits
  2. 07 Apr, 2005 3 commits
  3. 06 Apr, 2005 11 commits
  4. 05 Apr, 2005 12 commits
  5. 04 Apr, 2005 8 commits
    • sergefp@mysql.com's avatar
      Removed extra comment · 53e0b5b5
      sergefp@mysql.com authored
      53e0b5b5
    • sergefp@mysql.com's avatar
      Fix for BUG#8877: Implementation of · d0c9b362
      sergefp@mysql.com authored
      "Early NULL-values filtering for ref access" (attempt2+post-review fixes)
      1. update_ref_and_keys() accumulates info about null-rejecting
      predicates in in KEY_FIELD::null_rejecting, add_key_part saves
      these to KEYUSE.
      2. create_ref_for_key copies them to TABLE_REF.
      3. add_not_null_conds adds "x IS NOT NULL" to join_tab->select_cond of
      appropiate JOIN_TAB members.
      
      Includes code cleanups: 
      * add_key_field() params: s/COND/Item_func/ (as only Item_funcs are
      passed to it)
      * add_key_fields() params: JOIN_TAB *stat removed (wasn't used)
      d0c9b362
    • jimw@mysql.com's avatar
      Merge bk-internal:/home/bk/mysql-4.1 · fc3c7d5f
      jimw@mysql.com authored
      into mysql.com:/home/jimw/my/mysql-4.1-clean
      fc3c7d5f
    • joerg@mysql.com's avatar
      Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-4.1 · 36a034d3
      joerg@mysql.com authored
      into mysql.com:/M41/mysql-4.1
      36a034d3
    • heikki@hundin.mysql.fi's avatar
      ha_innodb.cc: · 73a8d1bc
      heikki@hundin.mysql.fi authored
        Correct the fix of Bug #9526 : InnoDB must use its own internal type info for old tables, so that old ENUMs and SETs still are (incorrectly) seen as char strings; we do not dare to allow InnoDB sometimes to see the type as an integer type for those old tables
      73a8d1bc
    • heikki@hundin.mysql.fi's avatar
      ha_innodb.cc: · 63aa8863
      heikki@hundin.mysql.fi authored
        Fix bug #9526 in InnoDB: the internal type of an ENUM or SET is an unsigned integer type, not a character string
      63aa8863
    • jimw@mysql.com's avatar
      Merge bk-internal:/home/bk/mysql-4.1 · 0f007e5c
      jimw@mysql.com authored
      into mysql.com:/home/jimw/my/mysql-4.1-clean
      0f007e5c
    • bar@mysql.com's avatar
      ctype_uca.result: · d9f8b501
      bar@mysql.com authored
        fixing test results accordingly.
      ctype-uca.c:
        It appeared that in traditional Spanish collation
        'RR' is not equal to 'R', as Unicode and Mimer state.
        We'll go Oracle and IBM way instead:
        No special rules to 'RR'.
      d9f8b501
  6. 03 Apr, 2005 2 commits
  7. 02 Apr, 2005 2 commits