List:Commits« Previous MessageNext Message »
From:Georgi Kodinov Date:November 27 2009 1:51pm
Subject:bzr push into mysql-5.0-bugteam branch (joro:2853 to 2854) Bug#27884
View as plain text  
 2854 Georgi Kodinov	2009-11-27
      Addendum to Bug #27884: fixed test incompatibility on windows.

    modified:
      mysql-test/t/mysql.test
 2853 Georgi Kodinov	2009-11-27
      Bug #48872 : Privileges for stored functions ignored if function name
        is mixed case
      
      Transcode the procedure name to lowercase when searching for it in the 
      hash. This is the missing part of the fix for bug #41049.

    modified:
      mysql-test/r/sp-security.result
      mysql-test/t/sp-security.test
      sql/sql_acl.cc
=== modified file 'mysql-test/t/mysql.test'
--- a/mysql-test/t/mysql.test	2009-11-23 22:38:08 +0000
+++ b/mysql-test/t/mysql.test	2009-11-27 13:46:54 +0000
@@ -359,7 +359,10 @@ remove_file $MYSQLTEST_VARDIR/tmp/bug310
 #
 # Bug #27884: mysql --html does not quote HTML special characters in output
 # 
---exec $MYSQL --html test -e "select '< & >' as \`<\`"
+--write_file $MYSQLTEST_VARDIR/tmp/bug27884.sql
+SELECT '< & >' AS `<`;
+EOF
+--exec $MYSQL --html test < $MYSQLTEST_VARDIR/tmp/bug27884.sql
 --echo
 
 --echo End of 5.0 tests


Attachment: [text/bzr-bundle] bzr/joro@sun.com-20091127134654-a2nx7yc8k02zcv0w.bundle
Thread
bzr push into mysql-5.0-bugteam branch (joro:2853 to 2854) Bug#27884Georgi Kodinov27 Nov