1. 10 Jan, 2006 6 commits
  2. 09 Jan, 2006 22 commits
  3. 07 Jan, 2006 3 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
  4. 06 Jan, 2006 9 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
    • unknown's avatar
      After merge fix and a safety fix for handler · 44bebd54
      unknown authored
      
      sql/sql_handler.cc:
        Move lock tables before conditions as lock tables may reopen tables
      sql/sql_trigger.cc:
        After merge fix
      44bebd54