1. 22 Feb, 2005 1 commit
  2. 02 Feb, 2005 1 commit
    • unknown's avatar
      Fix for BUG#8023. · d81a0bed
      unknown authored
      Allow LIMIT clause after DUAL.
      
      
      mysql-test/r/limit.result:
        Added test result for BUG#8023.
      mysql-test/t/limit.test:
        Added test for BUG#8023.
      sql/sql_yacc.yy:
        Allow the specification of a LIMIT clause after DUAL. This is needed for queries as:
        select a from t1 union all select 1 from dual limit 1;
        In this query LIMIT is applied to the whole UNION, so it makes sense, however, the
        current parser did not allow any clause after DUAL.
      d81a0bed
  3. 01 Feb, 2005 10 commits
  4. 31 Jan, 2005 17 commits
  5. 30 Jan, 2005 1 commit
    • unknown's avatar
      Bug#7011 · 934fde09
      unknown authored
        Fix replication for multi-update
        new test - rpl_multi_update2
      
      
      sql/mysql_priv.h:
        Bug#7011
          New function mysql_multi_update_lock()
      sql/sql_parse.cc:
        Bug#7011
          New function check_multi_update_lock()
          For multi-update on slave, perform an early open&lock
      sql/sql_update.cc:
        Bug#7011
          Split out multi-update locking into its own function,
            mysql_multi_update_lock()
      934fde09
  6. 29 Jan, 2005 10 commits