1. 30 Aug, 2013 1 commit
    • Sergey Vojtovich's avatar
      MDEV-4902 - sql_yacc.yy incompatible with bison 3 · 6fc98018
      Sergey Vojtovich authored
      - YYPARSE_PARAM and YYLEX_PARAM are removed in Bison 3.0. Deprecated
        since Bison 1.875 in favor of %lex-param, %parse-param.
      - %parse-param adds an argument to yyerror() as well, updated
        MYSQLerror() accordingly.
      - %parse-param allows to declare proper type for argument. That's
        what 99% of this patch is about.
      6fc98018
  2. 29 Aug, 2013 2 commits
    • Igor Babaev's avatar
      Merge 5.3->5.5 · 59af095d
      Igor Babaev authored
      59af095d
    • Igor Babaev's avatar
      Fixed bug mdev-4962. · 37f18d23
      Igor Babaev authored
      When a non-nullable datetime field is used under an IS NULL predicate
      of the WHERE condition in a query with outer joins the remove_eq_conds
      function should check whether this field belongs to an inner table
      of any outer join that can be, in a general case, a nested outer join.
      37f18d23
  3. 28 Aug, 2013 2 commits
  4. 26 Aug, 2013 7 commits
  5. 28 Aug, 2013 3 commits
  6. 27 Aug, 2013 1 commit
    • Michael Widenius's avatar
      Fixed MySQL bug #69861 LAST_INSERT_ID is replicated incorrectly if replication filters are used · 112411b0
      Michael Widenius authored
      
      mysql-test/suite/rpl/r/last_insert_id.result:
        Test case for last_insert_id
      mysql-test/suite/rpl/t/last_insert_id.cnf:
        Test case for last_insert_id
      mysql-test/suite/rpl/t/last_insert_id.test:
        Test case for last_insert_id
      sql/log_event.cc:
        Added DBUG_PRINT
        Set thd->first_successful_insert_id_in_prev_stmt_for_binlog when setting thd->first_successful_insert_id_in_prev_stmt.
        This is required to get last_insert_id() replicated.
        This is analog to how read_first_successful_insert_id_in_prev_stmt() works.
      sql/rpl_utility.cc:
        Added DBUG_PRINT
      112411b0
  7. 26 Aug, 2013 1 commit
  8. 24 Aug, 2013 1 commit
    • Igor Babaev's avatar
      Fixed bug mdev-4942. · dbc84ff9
      Igor Babaev authored
      Made sure that degenerate conjunctions/disjunctions are obtained from
      AND/OR conditions.
      dbc84ff9
  9. 23 Aug, 2013 2 commits
    • Igor Babaev's avatar
      Merge · b9ce8e60
      Igor Babaev authored
      b9ce8e60
    • Igor Babaev's avatar
      Fixed bug mdev-4420. · 540eeebb
      Igor Babaev authored
      The code of JOIN::optimize that performed substitutions for the best equal
      field in all ref items did not take into account that a multiple equality
      could contain the result of the single-value subquery if the subquery is
      inexpensive. This code was corrected.
      Also made necessary corresponding corrections in the code of make_join_select().
      540eeebb
  10. 22 Aug, 2013 4 commits
  11. 21 Aug, 2013 3 commits
  12. 20 Aug, 2013 4 commits
  13. 19 Aug, 2013 4 commits
  14. 17 Aug, 2013 2 commits
  15. 15 Aug, 2013 3 commits
    • Igor Babaev's avatar
      Merge · 752d5d02
      Igor Babaev authored
      752d5d02
    • Igor Babaev's avatar
      Fixed bug mdev-4355. · fa7f6772
      Igor Babaev authored
      This patch almost totally revised the patch for bug mdev-4177.
      The latter had too many defects. In particular, it did not
      propagate multiple equalities formed when merging a degenerate
      disjunct into underlying AND formula.
      fa7f6772
    • Igor Babaev's avatar
      Merge 5.2->5.3 · 960720b1
      Igor Babaev authored
      960720b1