1. 14 Nov, 2006 2 commits
    • unknown's avatar
      Merge example.com:/work/bug23760/my50 · 768d6f52
      unknown authored
      into  example.com:/work/bug23760/my51
      
      
      mysql-test/t/sp.test:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      mysql-test/r/sp.result:
        manual merge
      768d6f52
    • unknown's avatar
      Fix for bug#23760 ROW_COUNT() and store procedure not owrking together · 645aac54
      unknown authored
      The problem was that THD::row_count_func was zeroed too. It was zeroed
      as a fix for bug 4905 "Stored procedure doesn't clear for "Rows affected"
      However, the proper solution is not to zero, because THD::row_count_func has
      been set to -1 already in mysql_execute_command(), a later fix, which obsoletes
      the incorrect fix of #4095
      
      
      mysql-test/r/sp.result:
        update result
      mysql-test/t/sp.test:
        test for bug#23760 ROW_COUNT() and store procedure not owrking together
      sql/sql_parse.cc:
        Remove zeroing for thd->row_count_func
        The fix for #4905 wasn't right. Now, it's ok without this zeroing
        because if there was an error THD::
      645aac54
  2. 13 Nov, 2006 15 commits
  3. 11 Nov, 2006 3 commits
  4. 10 Nov, 2006 13 commits
  5. 09 Nov, 2006 7 commits