1. 11 Dec, 2002 8 commits
  2. 10 Dec, 2002 8 commits
  3. 09 Dec, 2002 10 commits
  4. 08 Dec, 2002 3 commits
    • unknown's avatar
      fixed typo in cardinality check of row items (SCRUM) · 3b24e7c0
      unknown authored
      
      sql/item_cmpfunc.cc:
        fixed typo
      3b24e7c0
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1 · b392b784
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/work-leak-4.1
      
      
      b392b784
    • unknown's avatar
      optimized IN with Rows (SCRUM) · 230f5f3b
      unknown authored
      NULL with row (IN)
      cardinality error of row inside row
      new[]
      fixed layout
      
      
      mysql-test/r/row.result:
        test of optimized IN with Rows
        test of NULL with row
        test of cardinality error of row inside row
      mysql-test/t/row.test:
        test of optimized IN with Rows
        test of NULL with row
        test of cardinality error of row inside row
      sql/item_cmpfunc.cc:
        optimized IN with Rows
        NULL with row (IN)
        cardinality error of row inside row
      sql/item_cmpfunc.h:
        optimized IN with Rows
        NULL with row (IN)
        cardinality error of row inside row
        fixed layout
      sql/sql_list.h:
        fixed layout
        new[]
      230f5f3b
  5. 07 Dec, 2002 7 commits
  6. 06 Dec, 2002 4 commits
    • unknown's avatar
      Remove usage of acl_getroot() in embedded server. · baebdcfc
      unknown authored
      Fixed compilation problem when OPENSSL was enabled.
      
      
      libmysqld/lib_sql.cc:
        Remove usage of acl_getroot() as user accounts is not useful with embedded server
      sql/sql_acl.cc:
        Fixed compilation problem when OPENSSL was enabled
      baebdcfc
    • unknown's avatar
      _NEW_ IN/ALL/ANY/SOME behaviour with NULL (SCRUM related) · 59b37119
      unknown authored
      optimization of left expression evaluation
      more descriptive method name
      
      
      mysql-test/r/func_in.result:
        test of _NEW_ IN behaviour with NULL
      mysql-test/r/subselect.result:
        test of _NEW_ IN/ALL/ANY/SOME behaviour with NULL
      mysql-test/t/func_in.test:
        test of _NEW_ IN behaviour with NULL
      mysql-test/t/subselect.test:
        test of _NEW_ IN/ALL/ANY/SOME behaviour with NULL
      sql/item.cc:
        _NEW_ IN/ALL/ANY/SOME behaviour with NULL
        optimization of left expression evaluation
      sql/item.h:
        _NEW_ IN/ALL/ANY/SOME behaviour with NULL
        optimization of left expression evaluation
      sql/item_cmpfunc.cc:
        _NEW_ IN/ALL/ANY/SOME behaviour with NULL
        optimization of left expression evaluation
      sql/item_cmpfunc.h:
        _NEW_ IN/ALL/ANY/SOME behaviour with NULL
        optimization of left expression evaluation
      sql/item_subselect.cc:
        _NEW_ IN/ALL/ANY/SOME behaviour with NULL
        optimization of left expression evaluation
      sql/item_subselect.h:
        _NEW_ IN/ALL/ANY/SOME behaviour with NULL
        optimization of left expression evaluation
      sql/sql_class.cc:
        more descriptive method name
      sql/sql_union.cc:
        more descriptive method name
      59b37119
    • unknown's avatar
      merge fix · 3b0f8e89
      unknown authored
      
      libmysql/libmysql.c:
        Auto merged
      libmysql/password.c:
        Auto merged
      sql/item.h:
        Auto merged
      sql/item_cmpfunc.cc:
        Auto merged
      sql/item_cmpfunc.h:
        Auto merged
      sql/item_func.h:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/password.c:
        Auto merged
      sql/sql_analyse.cc:
        Auto merged
      sql/sql_class.h:
        Auto merged
      sql/sql_delete.cc:
        Auto merged
      sql/sql_insert.cc:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      sql/sql_update.cc:
        Auto merged
      sql-bench/server-cfg.sh:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      3b0f8e89
    • unknown's avatar
      After merge fixes · ae4323e0
      unknown authored
      Added THD to add_to_xxx_list() functions for faster parsing.
      
      
      heap/_check.c:
        After merge fix
      mysql-test/r/distinct.result:
        After merge fix
      mysql-test/r/multi_update.result:
        Make timestamp test portable
      mysql-test/t/multi_update.test:
        Make timestamp test portable
      sql/field.cc:
        After merge fix
      sql/item_sum.cc:
        After merge fix
      sql/log_event.cc:
        Remove compiler warning
      sql/mysql_priv.h:
        Added THD to add_to_list (Faster parsing)
      sql/sql_derived.cc:
        Fixed parameters to create_tmp_table()
      sql/sql_lex.cc:
        Added THD to add_to_list (Faster parsing)
      sql/sql_lex.h:
        Added THD to add_to_list (Faster parsing)
      sql/sql_parse.cc:
        Added THD to add_to_list (Faster parsing)
      sql/sql_select.cc:
        After merge fixes
        Fixed return values from JOIN::optimize()
        Replaced test_function_query with '!tables_list'
        Optimized arguments to create_tmp_table()
      sql/sql_select.h:
        Removed test_function_query variable
        Updated prototypes
      sql/sql_union.cc:
        Updated argument lists.
      sql/sql_update.cc:
        After merge fixes
      sql/sql_yacc.yy:
        Added THD to all add_xxx_to_list() functions
      sql/table.h:
        After merge fix
      ae4323e0