1. 10 Jan, 2006 5 commits
  2. 09 Jan, 2006 19 commits
  3. 08 Jan, 2006 3 commits
    • unknown's avatar
      Merge rurik.mysql.com:/home/igor/dev/mysql-5.0-0 · 0c6b3d6a
      unknown authored
      into  rurik.mysql.com:/home/igor/dev/mysql-5.1-0
      
      
      sql/sql_select.cc:
        Auto merged
      0c6b3d6a
    • unknown's avatar
      Merge rurik.mysql.com:/home/igor/dev/mysql-4.1-0 · 19338b3c
      unknown authored
      into  rurik.mysql.com:/home/igor/dev/mysql-5.0-0
      
      
      mysql-test/t/having.test:
        Auto merged
      mysql-test/r/having.result:
        Manual merge.
      sql/sql_select.cc:
        Manual merge.
      19338b3c
    • unknown's avatar
      Fixed bug #14274: a query with a having clause containing only set function... · 7bb07fd4
      unknown authored
      Fixed bug #14274: a query with a having clause containing only set function returned a wrong result set.
      
      
      mysql-test/r/having.result:
        Added a test case for bug #14274.
      mysql-test/t/having.test:
        Added a test case for bug #14274.
      sql/sql_select.cc:
        Fixed bug #14274: a query with a having clause containing only set function returned a wrong result set.
        It happened because processing of the set functions in having started with a call of the split_sum_func
        method, instead of the split_sum_func2 method.
      7bb07fd4
  4. 07 Jan, 2006 5 commits
    • unknown's avatar
      after merge fix · 7f6dd3ef
      unknown authored
      7f6dd3ef
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new · 83e87add
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-5.1
      
      
      sql/ha_innodb.cc:
        Auto merged
      sql/handler.cc:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/set_var.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_plugin.cc:
        Auto merged
      sql/sql_show.cc:
        Auto merged
      83e87add
    • unknown's avatar
      WL#2935 - SHOW STATUS support in plugins · 47f811c3
      unknown authored
      The patch adds DYNAMIC_ARRAY all_status_vars, which is now the
      sole source of status information for SHOW STATUS.  Status
      variables can be added to and removed from the array dynamically.
      SHOW STATUS command uses this array instead of static array
      from mysqld.cc
      Compatibility with the old, global list of status variables is
      preserved in init_server_components(), where this global list is
      simply appended to all_status_vars.
      
      
      include/plugin.h:
        WL#2935 - SHOW STATUS support in plugins
      plugin/fulltext/plugin_example.c:
        WL#2935 - SHOW STATUS support in plugins
        example
      sql/ha_innodb.cc:
        s/struct show_var_st/SHOW_VAR/
      sql/ha_innodb.h:
        s/struct show_var_st/SHOW_VAR/
      sql/mysql_priv.h:
        WL#2935 - SHOW STATUS support in plugins
        add_status_vars(), remove_status_vars()
      sql/mysqld.cc:
        bug: plugin_free must be called even with --skip-grants
        add_status_vars()/free_status_vars(), remove unused SHOW_xxx_CONST
        s/struct show_var_st/SHOW_VAR/
      sql/set_var.cc:
        s/struct show_var_st/SHOW_VAR/
      sql/sql_parse.cc:
        s/struct show_var_st/SHOW_VAR/
      sql/sql_plugin.cc:
        WL#2935 - SHOW STATUS support in plugins
      sql/sql_plugin.h:
        WL#2935 - SHOW STATUS support in plugins
      sql/sql_show.cc:
        WL#2935 - SHOW STATUS support in plugins
        DYNAMIC_ARRAY all_status_vars, add_status_vars(), remove_status_vars()
        s/struct show_var_st/SHOW_VAR/
      sql/structs.h:
        WL#2935 - SHOW STATUS support in plugins
        SHOW STATUS definitions moved to include/plugin.h and sql_plugin.h
        s/struct show_var_st/SHOW_VAR/
      47f811c3
    • unknown's avatar
      Merge rurik.mysql.com:/home/igor/dev/mysql-5.0-0 · 0af999be
      unknown authored
      into  rurik.mysql.com:/home/igor/dev/mysql-5.1-0
      
      
      mysql-test/r/view.result:
        Auto merged
      mysql-test/t/view.test:
        Auto merged
      sql/opt_sum.cc:
        Auto merged
      0af999be
    • unknown's avatar
      Fixed bug #16016: MIN/MAX optimization was not applied to views. · 1901be17
      unknown authored
      
      mysql-test/r/view.result:
        Added a test case for bug #16016.
      mysql-test/t/view.test:
        Added a test case for bug #16016.
      sql/opt_sum.cc:
        Fixed bug #16016: MIN/MAX optimization was not applied to views.
        The fix employs the standard way of handling direct references to view fields.
      1901be17
  5. 06 Jan, 2006 8 commits
    • unknown's avatar
      Fix result after merge · 667977af
      unknown authored
      
      mysql-test/r/binlog_stm_blackhole.result:
        Update results
      667977af
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-5.0-clean · 086cd41f
      unknown authored
      into  mysql.com:/home/jimw/my/mysql-5.1-clean
      
      
      include/config-win.h:
        Auto merged
      mysql-test/r/bdb.result:
        Auto merged
      mysql-test/r/create.result:
        Auto merged
      mysql-test/r/view.result:
        Auto merged
      mysql-test/t/bdb.test:
        Auto merged
      mysql-test/t/create.test:
        Auto merged
      mysql-test/t/disabled.def:
        Auto merged
      mysql-test/t/view.test:
        Auto merged
      sql/ha_federated.cc:
        Auto merged
      sql/handler.cc:
        Auto merged
      sql/item.cc:
        Auto merged
      sql/item.h:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/opt_range.cc:
        Auto merged
      sql/parse_file.cc:
        Auto merged
      sql/sp.cc:
        Auto merged
      sql/sp_head.cc:
        Auto merged
      sql/sp_head.h:
        Auto merged
      sql/sql_acl.cc:
        Auto merged
      sql/sql_base.cc:
        Auto merged
      sql/sql_handler.cc:
        Auto merged
      sql/sql_insert.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      sql/sql_trigger.cc:
        Auto merged
      sql/field.cc:
        Resolve conflict
      sql/ha_ndbcluster.cc:
        Resolve conflict
      sql/log_event.cc:
        Resolve conflict
      086cd41f
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-5.0-14212 · a436331a
      unknown authored
      into  mysql.com:/home/jimw/my/mysql-5.0-clean
      
      
      sql/ha_ndbcluster.cc:
        Auto merged
      sql/handler.cc:
        Auto merged
      mysql-test/r/bdb.result:
        Resolve conflict
      mysql-test/t/bdb.test:
        Resolve conflict
      a436331a
    • unknown's avatar
      4d8a5bd2
    • unknown's avatar
      Fix compile failure on QNX. · adb67a68
      unknown authored
      adb67a68
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.1-new · 8f4c975c
      unknown authored
      into  mysql.com:/usr/local/mysql/mysql-5.1-new
      
      8f4c975c
    • unknown's avatar
      Disabled mysqlslap test case was errorneously enabled in merge; disable again. · 34655b7b
      unknown authored
      
      mysql-test/t/disabled.def:
        Disabled mysqlslap was errorneously enabled in merge; disable again.
      34655b7b
    • unknown's avatar
      Compile fix: An "int" function had accidentally lost its "return 0;", re-add it. · 5779b3c3
      unknown authored
      
      sql/handler.cc:
        An "int" function should explicitly return a value (Sun compilers insist on it):
        Re-add the original "return 0;" (Heikki 1.82.1.12) which got lost by accident.
      5779b3c3