1. 01 Mar, 2005 3 commits
    • heikki@hundin.mysql.fi's avatar
      ha_innodb.cc: · cd25fe2f
      heikki@hundin.mysql.fi authored
        In TRUNCATE TABLE, MySQL may call innobase_xa_prepare() even though there is no active transaction because it was committed in ha_innobase::delete_all_rows(); in innobase_xa_prepare() InnoDB starts then a new transaction; let us adjust the trx->active_trans flag accordingly
      cd25fe2f
    • reggie@mdk10.(none)'s avatar
      my_mmap.c: · 1c45844a
      reggie@mdk10.(none) authored
        Changed #warning pragma at the bottom to only occur when being used on non-Windows OS
      1c45844a
    • konstantin@mysql.com's avatar
      Fix for Bug#8801: the bug was in co-operation of Item_ref · 71c69f42
      konstantin@mysql.com authored
      with view-merge algorithm and prepared statements: in case when some
      Item_ref pointing to a view column was substituted with a reference 
      pointing to the view expression for that column
      Item_ref::ref member of the original Item_ref was left pointing to 
      not_found_item (0x1).
      As we currently perform expression substition part of the view-merge 
      algorithm per each execution of a prepared statement or stored procedure, 
      we need to preserve original Item_ref objects usable.
      71c69f42
  2. 28 Feb, 2005 15 commits
  3. 27 Feb, 2005 5 commits
  4. 26 Feb, 2005 6 commits
  5. 25 Feb, 2005 11 commits