1. 28 Feb, 2007 3 commits
  2. 26 Feb, 2007 1 commit
  3. 20 Feb, 2007 2 commits
  4. 19 Feb, 2007 5 commits
  5. 16 Feb, 2007 2 commits
  6. 15 Feb, 2007 2 commits
  7. 14 Feb, 2007 2 commits
  8. 13 Feb, 2007 4 commits
  9. 12 Feb, 2007 4 commits
  10. 09 Feb, 2007 1 commit
    • cmiller@calliope.local.cmiller/calliope.local's avatar
      Bug#25126: Reference to non-existant column in UPDATE...ORDER BY... crashes server · 0733ea74
      "update existingtable set anycolumn=nonexisting order by nonexisting" would crash
      the server.
      
      Though we would find the reference to a field, that doesn't mean we can then use
      it to set some values.  It could be a reference to another field.  If it is NULL, 
      don't try to use it to set values in the Item_field and instead return an error.
      
      Over the previous patch, this signals an error at the location of the error, rather
      than letting the subsequent deref signal it.
      0733ea74
  11. 08 Feb, 2007 2 commits
  12. 07 Feb, 2007 2 commits
  13. 06 Feb, 2007 8 commits
  14. 05 Feb, 2007 2 commits