1. 05 Sep, 2012 1 commit
    • Michael Widenius's avatar
      Added function last_value() which returns the last value but evalutes all... · d618dfe3
      Michael Widenius authored
      Added function last_value() which returns the last value but evalutes all arguments as a side effect.
      Original patch by Eric Herman
      
      client/mysql.cc:
        Added LAST_VALUE
      mysql-test/r/last_value.result:
        Testing of LAST_VALUE
      mysql-test/t/last_value.test:
        Testing of LAST_VALUE
      sql/item_func.cc:
        Added LAST_VALUE()
      sql/item_func.h:
        Added LAST_VALUE()
      sql/lex.h:
        Added LAST_VALUE()
      sql/sql_yacc.yy:
        Added LAST_VALUE()
      d618dfe3
  2. 02 Sep, 2012 1 commit
  3. 31 Aug, 2012 5 commits
  4. 30 Aug, 2012 3 commits
  5. 29 Aug, 2012 5 commits
  6. 28 Aug, 2012 7 commits
  7. 27 Aug, 2012 1 commit
  8. 24 Aug, 2012 1 commit
  9. 25 Aug, 2012 1 commit
    • unknown's avatar
      fix for MDEV-367 · 4d2b05b7
      unknown authored
      The problem was that was_null and null_value variables was reset in each reexecution of IN subquery, but engine rerun only for non-constant subqueries.
      
      Fixed checking constant in Item_equal sort.
      Fix constant reporting in Item_subselect.
      4d2b05b7
  10. 24 Aug, 2012 15 commits