1. 07 Sep, 2005 1 commit
    • aivanov@mysql.com's avatar
      join_outer.result, opt_range.cc, item_cmpfunc.cc: · 4b245a28
      aivanov@mysql.com authored
        Post merge changes
      sql_yacc.yy:
        Post merge changes
      sql_select.cc:
        Fixed bugs #12101, #12102: wrong calculation of not_null_tables()
         for some expressions (post merge changes).
         The function add_key_fields() is modified. There cannot be NOT before
         BETWEEN/IN anymore. Rather Item_func_between/in objects can represent
         now [NOT]BETWEEN/IN expressions.
      4b245a28
  2. 06 Sep, 2005 14 commits
  3. 05 Sep, 2005 24 commits
  4. 04 Sep, 2005 1 commit
    • heikki@hundin.mysql.fi's avatar
      row0mysql.c, ha_innodb.cc: · 4c68ccd9
      heikki@hundin.mysql.fi authored
        Fix bug #12308 : do not roll back the whhole transaction in a lock wait timeout error, just roll back the latest SQL statement; note that the locks set in the latest SQL statements remain, as InnoDB does not know what locks were set in which SQL statement
      4c68ccd9