1. 23 Nov, 2006 4 commits
    • heikki's avatar
      Merge r1048:1050 from branches/5.0: · fedfe09e
      heikki authored
      trx_rollback_for_mysql(): Fix the comment introduced in r1046.
      
      trx_commit_for_mysql(): Use the dummy trx->sess also for committing a prepared
      transaction in XA recovery, just in case our code would need the session
      object also in that case (does not seem to need it right now).
      fedfe09e
    • heikki's avatar
      Merge r1048 from branches/5.0: · 16ac897b
      heikki authored
      trx_rollback_for_mysql(): Do not set trx->sess back to NULL.
      This bug was introduced in r1046.
      16ac897b
    • heikki's avatar
      Merge r1046 from branches/5.0: · 1df9d008
      heikki authored
      branches/5.0: trx_rollback_for_mysql(): Ensure that trx->sess is non-NULL
      when calling trx_general_rollback_for_mysql().  This removes a segmentation
      fault when rolling back a prepared transaction in XA recovery.  (Bug #21468)
      1df9d008
    • marko's avatar
      buf_page_init_for_read(): Correct the indentation. · 7b51400b
      marko authored
      7b51400b
  2. 21 Nov, 2006 3 commits
  3. 16 Nov, 2006 1 commit
    • marko's avatar
      Merge a change from MySQL AB. · 7868898e
      marko authored
      ChangeSet
        2006/11/10 17:22:43+02:00 aelkin@dsl-hkibras-fe30f900-107.dhcp.inet.fi 
        Bug #24190  many exportable definitions of field_in_record_is_null
        
        mysql had several(2) exportable definitions of field_in_record_is_null function.
        
        Fixed with adding static.
      
      storage/innobase/handler/ha_innodb.cc
        2006/11/10 17:22:36+02:00 aelkin@dsl-hkibras-fe30f900-107.dhcp.inet.fi +1 -1
        made static
      7868898e
  4. 10 Nov, 2006 2 commits
  5. 09 Nov, 2006 2 commits
  6. 08 Nov, 2006 3 commits
  7. 03 Nov, 2006 1 commit
  8. 30 Oct, 2006 2 commits
  9. 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
  10. 19 Oct, 2006 1 commit
  11. 18 Oct, 2006 1 commit
  12. 16 Oct, 2006 2 commits
  13. 12 Oct, 2006 1 commit
  14. 10 Oct, 2006 2 commits
  15. 09 Oct, 2006 3 commits
  16. 06 Oct, 2006 1 commit
  17. 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
  18. 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
  19. 02 Oct, 2006 1 commit
  20. 26 Sep, 2006 2 commits
  21. 22 Sep, 2006 1 commit
  22. 21 Sep, 2006 1 commit