1. 10 Nov, 2006 1 commit
    • marko's avatar
      Minor cleanup. · 9954212f
      marko authored
      ha_innobase::rnd_pos(): Use correct format in DBUG_PRINT statements.
      
      buf_page_release(): Remove the local variable buf_fix_count.
      9954212f
  2. 09 Nov, 2006 2 commits
  3. 08 Nov, 2006 3 commits
  4. 03 Nov, 2006 1 commit
  5. 30 Oct, 2006 2 commits
  6. 26 Oct, 2006 1 commit
    • marko's avatar
      innodb.result, innodb_mysql.result: Merge changes from MySQL AB: · 197e6a07
      marko authored
      ChangeSet
        2006/10/09 19:51:41+04:00 gkodinov@macbook.local 
        Bug #22781: SQL_BIG_RESULT fails to influence sort plan
         Currently SQL_BIG_RESULT is checked only at compile time.
         However, additional optimizations may take place after
         this check that change the sort method from 'filesort'
         to sorting via index. As a result the actual plan
         executed is not the one specified by the SQL_BIG_RESULT
         hint. Similarly, there is no such test when executing
         EXPLAIN, resulting in incorrect output.
         The patch corrects the problem by testing for
         SQL_BIG_RESULT both during the explain and execution
         phases.
      197e6a07
  7. 19 Oct, 2006 1 commit
  8. 18 Oct, 2006 1 commit
  9. 16 Oct, 2006 2 commits
  10. 12 Oct, 2006 1 commit
  11. 10 Oct, 2006 2 commits
  12. 09 Oct, 2006 3 commits
  13. 06 Oct, 2006 1 commit
  14. 05 Oct, 2006 2 commits
    • marko's avatar
      Merge changes from MySQL AB. · 4351bedb
      marko authored
      dict_col_copy_type_noninline(): Remove the return statement.
      Some compilers do not allow return expressions of void type.
      
      innobase_start_or_create_for_mysql(): Do not cap srv_max_threads to 1000
      on Windows.
      
      Makefile.am (EXTRA_DIST): Add plug.in
      4351bedb
    • marko's avatar
      Merge changes to mysql-test from MySQL AB. · a3a43211
      marko authored
      innodb_unsafe_binlog, innodb_handler, innodb-big, innodb_cache-master,
      innodb-deadlock, innodb_cache: Remove.  These have been renamed in the
      MySQL tree.
      
      innodb_mysql: Update.
      a3a43211
  15. 03 Oct, 2006 3 commits
    • marko's avatar
      storage/innobase/handler: Merge changes from MySQL AB: · e1d04a69
      marko authored
      ChangeSet
        2006/09/30 18:44:42-07:00 brian@zim.(none) 
        Merge zim.(none):/home/brian/mysql/merge-5.1
        into  zim.(none):/home/brian/mysql/arch-5.1
      
      ChangeSet
        2006/09/30 12:49:46-07:00 brian@zim.(none) 
        This patch adds handlerton passing to functions. NDB and Innodb still require a global hanlderton in the main code due to the nature of the sql_cache call back function (should be solveable... another patch).
        Partitioning now has a flag to allow disabling of engines from being compatible with partitioning. Cleaned up heap naming convention on panic call. 
      
      ChangeSet
        2006/09/29 17:19:02-07:00 brian@zim.(none) 
        This removes the passing of global hton to engine instance. 
      
      ChangeSet
        2006/09/28 13:22:56+02:00 gbichot@dl145h.mysql.com 
        Merge gbichot@bk-internal:/home/bk/mysql-5.1-arch
        into  dl145h.mysql.com:/users/gbichot/mysql-5.1-arch
      
      ChangeSet
        2006/09/28 13:19:43+02:00 gbichot@dl145h.mysql.com 
        In the handlerton, cursor creation function don't have an argument
        and so the engine calls current_thd to derive transaction information;
        instead we now pass THD to those functions, it looks more logical
        (it makes the implicit current_thd parameter more visible).
        Approved by Brian and Monty.
      
      ChangeSet
        2006/09/26 22:51:53-07:00 brian@zim.(none) 
        Merge zim.(none):/home/brian/mysql/merge-5.1
        into  zim.(none):/home/brian/mysql/arch-5.1
      e1d04a69
    • marko's avatar
      setup.sh: Once more. Remember that the glob expansion works relative to · 693f1954
      marko authored
      the current directory.
      693f1954
    • marko's avatar
  16. 02 Oct, 2006 1 commit
  17. 26 Sep, 2006 2 commits
  18. 22 Sep, 2006 1 commit
  19. 21 Sep, 2006 1 commit
  20. 20 Sep, 2006 5 commits
  21. 19 Sep, 2006 3 commits
  22. 18 Sep, 2006 1 commit