1. 23 Feb, 2010 3 commits
  2. 22 Feb, 2010 8 commits
  3. 21 Feb, 2010 1 commit
  4. 20 Feb, 2010 2 commits
  5. 19 Feb, 2010 3 commits
  6. 18 Feb, 2010 2 commits
  7. 17 Feb, 2010 9 commits
  8. 16 Feb, 2010 4 commits
  9. 15 Feb, 2010 1 commit
  10. 14 Feb, 2010 1 commit
  11. 13 Feb, 2010 1 commit
    • Davi Arnaut's avatar
      Bug#50624: crash in check_table_access during call procedure · a4dd7f95
      Davi Arnaut authored
      This bug is just one facet of stored routines not being able to
      detect changes in meta-data (WL#4179). This particular problem
      can be triggered within a single session due to the improper
      management of the pre-locking list if the view is expanded after
      the pre-locking list is calculated.
      
      Since the overall solution for the meta-data detection issue is
      planned for a later release, for now a workaround is used to
      fix this particular aspect that only involves a single session.
      The workaround is to flush the thread-local stored routine cache
      every time a view is created or modified, causing locally cached
      routines to be re-evaluated upon invocation.
      a4dd7f95
  12. 12 Feb, 2010 2 commits
  13. 11 Feb, 2010 3 commits