1. 18 Feb, 2006 2 commits
  2. 17 Feb, 2006 8 commits
  3. 16 Feb, 2006 9 commits
  4. 15 Feb, 2006 11 commits
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 95957e2e
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.0
      
      
      libmysql/libmysql.c:
        Auto merged
      tests/mysql_client_test.c:
        Auto merged
      95957e2e
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-4.1-clean · cb4a6ce4
      unknown authored
      into  mysql.com:/home/jimw/my/mysql-5.0-clean
      
      cb4a6ce4
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · cf904ce1
      unknown authored
      into  mysql.com:/home/jimw/my/mysql-5.0-clean
      
      cf904ce1
    • unknown's avatar
      Fix bug #15706 find_field_in_tables() returns field from outer select · 9f1a3d10
      unknown authored
      If item->cached_table is set, find_field_in_tables() returns found field
      even if it doesn't belong to current select. Because Item_field::fix_fields
      doesn't expect such behaviour, reported bug occurs.
      
      Item_field::fix_fields() was modifed to detect when find_field_in_tables() 
      can return field from outer select and process such fields accordingly.
      In order to ease this code which was searching and processing outed fields was
      moved into separate function called Item_field::fix_outer_field().
      
      
      sql/item_subselect.h:
        Fixed bug #15706: find_field_in_tables() returns field from outer select
        Item_field::fix_outer_field() was marked as friend to Item_subselect class.
      sql/item.h:
        Fixed bug #15706: find_field_in_tables() returns field from outer select
        fix_outer_field() function is added to the Item_field class.
      sql/item.cc:
        Fixed bug #15706: find_field_in_tables() returns field from outer select
        
        Item_ref::fix_fields() and Item_field::fix_fields() were modifed to detect when
        find_field_in_tables() can return field from outer select and process such
        fields accordingly.
        In order to ease this, code Item_field::fix_fields() which was searching and
        processing outer fields was moved into separate function called
        Item_field::fix_outer_field().
        To the Item_field::fix_field() added a loop for finding context for found field.
      mysql-test/t/disabled.def:
        Fixed bug #15706: find_field_in_tables() returns field from outer select
        Enable subselect test
      9f1a3d10
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-4.1 · 8e3fc7dd
      unknown authored
      into  mysql.com:/home/jimw/my/mysql-4.1-clean
      
      8e3fc7dd
    • unknown's avatar
      Bug#16143 mysql_stmt_sqlstate returns an empty string instead of '00000' · 4f195a3b
      unknown authored
       - Init sql_state in mysql_stmt_init
      
      
      libmysql/libmysql.c:
        Init sql_state to not_error_sql_state in mysql_init
      tests/mysql_client_test.c:
        Add test for mysql_stmt_sqlstate after mysql_stmt_init
      4f195a3b
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · c0180830
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.0
      
      c0180830
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · d92b168f
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.0
      
      d92b168f
    • unknown's avatar
      BUG#17411 cannot have path longer than 128 characters · 3ed42d67
      unknown authored
      Use the POSIX limits.h define of PATH_MAX for maximum path length.
      
      This has been being hit in pushbuild
      
      
      ndb/include/util/File.hpp:
        use PATH_MAX for maximum filename length
      ndb/src/common/portlib/NdbConfig.c:
        use PATH_MAX for max path name length instead of hardcoding 128
      ndb/src/common/util/File.cpp:
        use PATH_MAX for maximum filename length
      3ed42d67
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-4.1-clean · 47a3751d
      unknown authored
      into  mysql.com:/home/jimw/my/mysql-5.0-clean
      
      
      client/mysqldump.c:
        Resolve conflict by using local version
      47a3751d
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-4.1-16389 · 9487bf57
      unknown authored
      into  mysql.com:/home/jimw/my/mysql-4.1-clean
      
      9487bf57
  5. 14 Feb, 2006 10 commits