1. 14 Dec, 2002 1 commit
  2. 12 Dec, 2002 3 commits
    • unknown's avatar
      Merge sinisa@work.mysql.com:/home/bk/mysql-4.1 · aec84fd9
      unknown authored
      into sinisa.nasamreza.org:/mnt/work/mysql-4.1
      
      
      aec84fd9
    • unknown's avatar
      derived tables with UNION's ... · 657b3112
      unknown authored
      Scrum task !!!!!
      
      
      mysql-test/r/analyse.result:
        reverting a fix
      mysql-test/r/derived.result:
        derived tables with UNION's ...
      mysql-test/t/analyse.test:
        reverting a fix
      mysql-test/t/derived.test:
        derived tables with UNION's ...
      sql/mysql_priv.h:
        derived tables with UNION's ...
      sql/sql_analyse.cc:
        reverting a fix
      sql/sql_derived.cc:
        derived tables with UNION's ...
      sql/sql_lex.cc:
        derived tables with UNION's ...
      sql/sql_select.cc:
        derived tables with UNION's ...
      sql/sql_union.cc:
        derived tables with UNION's ...
      657b3112
    • unknown's avatar
      A set of improvements to the German localized error messages · 5d124b3c
      unknown authored
      
      sql/share/german/errmsg.txt:
        Improved localized error messages courtesy of Georg Richter (georg@php.net)
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      5d124b3c
  3. 11 Dec, 2002 9 commits
  4. 10 Dec, 2002 6 commits
  5. 09 Dec, 2002 12 commits
  6. 08 Dec, 2002 1 commit
  7. 07 Dec, 2002 5 commits
  8. 06 Dec, 2002 3 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
      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