1. 01 Dec, 2007 1 commit
  2. 30 Nov, 2007 12 commits
  3. 29 Nov, 2007 2 commits
  4. 28 Nov, 2007 3 commits
  5. 27 Nov, 2007 2 commits
    • gkodinov/kgeorge@magare.gmz's avatar
      Merge magare.gmz:/home/kgeorge/mysql/work/B30355-5.0-opt · 0f3db011
      gkodinov/kgeorge@magare.gmz authored
      into  magare.gmz:/home/kgeorge/mysql/work/B30355-5.1-opt
      0f3db011
    • gkodinov/kgeorge@magare.gmz's avatar
      Bug #30355: Incorrect ordering of UDF results · 8c3d5135
      gkodinov/kgeorge@magare.gmz authored
      There's currently no way of knowing the determinicity of an UDF.
      And the optimizer and the sequence() UDFs were making wrong
      assumptions about what the is_const member means.
      Plus there was no implementation of update_system_tables()
      causing the optimizer to overwrite the information returned by
      the <udf>_init function.
      
      Fixed by equating the assumptions about the semantics of 
      is_const and providing a implementation of update_used_tables().
      Added a TODO item for the UDF API change needed to make a better 
      implementation.
      8c3d5135
  6. 26 Nov, 2007 12 commits
  7. 24 Nov, 2007 8 commits