List:Commits« Previous MessageNext Message »
From:Alexander Nozdrin Date:October 31 2009 8:39am
Subject:bzr push into mysql-5.5-next-mr-bugfixing branch (alik:2932 to 2934)
View as plain text  
 2934 Alexander Nozdrin	2009-10-31 [merge]
      Null-merge from mysql-trunk-bugfixing.

 2933 Alexander Nozdrin	2009-10-31 [merge]
      Null-merge from mysql-next-mr.

 2932 Marc Alff	2009-10-29
      Bug#33637 SHOW PROCEDURE CODE/SHOW FUNCTION CODE sp_name gives a syntax error.
      
      Backport for 5.5
      
      In non debug builds, the statements:
      - SHOW PROCEDURE CODE
      - SHOW FUNCTION CODE
      used to fail with a "syntax error", which is misleading.
      
      These statements have been changed to return the following error for non
      debug builds:
      ERROR HY000: The 'SHOW PROCEDURE|FUNCTION CODE' feature is disabled; you
      need MySQL built with '--with-debug' to have it working
      
      For debug builds (./configure --with-debug), nothing is changed.

    added:
      mysql-test/include/have_nodebug.inc
      mysql-test/r/have_nodebug.require
      mysql-test/r/sp-no-code.result
      mysql-test/t/sp-no-code.test
    modified:
      sql/sql_parse.cc
      sql/sql_yacc.yy

Attachment: [text/bzr-bundle] bzr/alik@sun.com-20091031083515-bcqnle0mqi14e52j.bundle
Thread
bzr push into mysql-5.5-next-mr-bugfixing branch (alik:2932 to 2934)Alexander Nozdrin31 Oct