1. 10 Jan, 2006 5 commits
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/mysql-5.1 · 971e66ef
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/wl2930/my51-wl2930-integration
      
      
      client/mysqltest.c:
        Auto merged
      mysql-test/mysql-test-run.pl:
        Auto merged
      mysql-test/mysql-test-run.sh:
        Auto merged
      mysql-test/r/mysqlslap.result:
        Real output produced, remove "echo"
      mysql-test/t/mysqlslap.test:
        Real output produced, remove "echo"
      971e66ef
    • unknown's avatar
      Removing unneeded include. · fb0b232f
      unknown authored
      
      sql/ha_archive.h:
        Removed unneeded include.
      fb0b232f
    • unknown's avatar
      Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1-new · db6f0d30
      unknown authored
      into  zim.(none):/home/brian/mysql/archive-5.1
      
      db6f0d30
    • unknown's avatar
      Corrections from code review for auto_increment. Added test cases. · af5df6ae
      unknown authored
      
      mysql-test/r/archive.result:
        New result file.
      mysql-test/t/archive.test:
        Added new tests for indexes. Also accidently updated it so that all "FROM" are now capitalized :)
      sql/ha_archive.cc:
        Changed comparision function to compare memory locations. 
        
        Modified function for storing the auto_increment. 
        Removed useless DBUG_PRINT
      af5df6ae
    • unknown's avatar
      errmsg.txt: · b87963d7
      unknown authored
        Fix word.
        (no test results needed fixing)
      
      
      sql/share/errmsg.txt:
        Fix word.
        (no test results needed fixing)
      b87963d7
  2. 09 Jan, 2006 18 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 11 commits
  5. 05 Jan, 2006 3 commits
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.1-new · dee88ca7
      unknown authored
      into  mysql.com:/home/jimw/my/mysql-5.1-clean
      
      dee88ca7
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · a0979fe1
      unknown authored
      into  mysql.com:/home/my/mysql-5.0
      
      
      mysql-test/r/create.result:
        Auto merged
      mysql-test/r/trigger.result:
        Auto merged
      mysql-test/r/view.result:
        Auto merged
      mysql-test/t/create.test:
        Auto merged
      mysql-test/t/trigger.test:
        Auto merged
      mysql-test/t/view.test:
        Auto merged
      sql/field.cc:
        Auto merged
      sql/ha_ndbcluster.cc:
        Auto merged
      sql/item.cc:
        Auto merged
      sql/item.h:
        Auto merged
      sql/log_event.cc:
        Auto merged
      sql/opt_range.cc:
        Auto merged
      sql/sp.cc:
        Auto merged
      sql/sp_head.h:
        Auto merged
      sql/sql_acl.cc:
        Auto merged
      sql/sql_base.cc:
        Auto merged
      sql/sql_insert.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      mysql-test/t/disabled.def:
        Manual merge
      sql/mysqld.cc:
        Manual merge
      sql/sp_head.cc:
        Manual merge
      sql/sql_trigger.cc:
        Manual merge
      a0979fe1
    • unknown's avatar
      Merge jmiller@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 9442d467
      unknown authored
      into  mysql.com:/home/ndbdev/jmiller/clones/mysql-5.1-new
      
      9442d467