1. 05 Dec, 2012 1 commit
    • unknown's avatar
      MDEV-3914 fix. · 511b6cbe
      unknown authored
      Fixed algorithm of detecting of first real table in view/subquery-in-the-FROM-clase.
      511b6cbe
  2. 23 Nov, 2012 1 commit
  3. 22 Nov, 2012 2 commits
    • Igor Babaev's avatar
      Merge · cae686a5
      Igor Babaev authored
      cae686a5
    • Igor Babaev's avatar
      Fixed LP bug #1002146 (bug mdev-645). · 254a9281
      Igor Babaev authored
      If the setting of system variables does not allow to use join buffer
      for a join query with GROUP BY <f1,...> / ORDER BY <f1,...> then
      filesort is not needed if the first joined table is scanned in
      the order compatible with order specified by the list <f1,...>.
      254a9281
  4. 20 Nov, 2012 3 commits
  5. 19 Nov, 2012 3 commits
  6. 17 Nov, 2012 2 commits
  7. 12 Nov, 2012 1 commit
  8. 10 Nov, 2012 2 commits
    • Vladislav Vaintroub's avatar
      MDEV-3849 - 1 bytes stack overwrite in normalize_dirname(). · 6b8e7456
      Vladislav Vaintroub authored
      Take into account that length of strings passed down to this function can be up to FN_REFLEN+1 bytes. including terminating zero.
      The overwrite was caused by incomplete fix to MySQL Bug # 44834
      6b8e7456
    • Igor Babaev's avatar
      Fixed bug mdev-3845. · af794708
      Igor Babaev authored
      If triggers are used for an insert/update/delete statement than the values of
      all virtual columns must be computed as any of them may be used by the triggers.
      af794708
  9. 09 Nov, 2012 11 commits
  10. 08 Nov, 2012 3 commits
  11. 07 Nov, 2012 1 commit
  12. 06 Nov, 2012 1 commit
  13. 02 Nov, 2012 4 commits
  14. 01 Nov, 2012 5 commits