1. 11 Jan, 2006 1 commit
    • evgen@moonbone.local's avatar
      Fixed bug #15538: unchecked table absence caused server crash. · 41ef3435
      evgen@moonbone.local authored
      Absence of table in left part of LEFT/RIGHT join wasn't checked before
      name resolution which resulted in NULL dereferencing and server crash.
      
      Modified rules: 
      "table_ref LEFT opt_outer JOIN_SYM table_ref" and "table_ref RIGHT opt_outer 
      JOIN_SYM table_ref"
      NULL check is moved before push_new_name_resolution_context()
      41ef3435
  2. 16 Dec, 2005 1 commit
  3. 15 Dec, 2005 7 commits
  4. 14 Dec, 2005 26 commits
  5. 13 Dec, 2005 5 commits