1. 29 May, 2007 1 commit
    • gkodinov/kgeorge@magare.gmz's avatar
      Bug #28605: SHOW CREATE VIEW with views using stored_procedures no · a6ebd634
      gkodinov/kgeorge@magare.gmz authored
       longer showing SP names.
      SHOW CREATE VIEW uses Item::print() methods to reconstruct the 
      statement text from the parse tree.
      The print() method for stored procedure calls needs allocate 
      space to print the function's quoted name.
      It was incorrectly calculating the length of the buffer needed 
      (was too short).
      Fixed to reflect the actual space needed.
      a6ebd634
  2. 28 May, 2007 1 commit
  3. 27 May, 2007 1 commit
  4. 26 May, 2007 3 commits
  5. 25 May, 2007 3 commits
  6. 24 May, 2007 5 commits
  7. 23 May, 2007 7 commits
  8. 22 May, 2007 10 commits
  9. 21 May, 2007 9 commits