List:Commits« Previous MessageNext Message »
From:ahristov Date:July 6 2007 8:12am
Subject:PHP mysqlnd svn commit: r660 - trunk/tests/ext/mysqli
View as plain text  
Author: ahristov
Date: 2007-07-06 10:12:56 +0200 (Fri, 06 Jul 2007)
New Revision: 660

Modified:
   trunk/tests/ext/mysqli/mysqli_report_wo_ps.phpt
Log:
Cross server incompatibility. 4.1 reports shorter user names than
5.1 :(


Modified: trunk/tests/ext/mysqli/mysqli_report_wo_ps.phpt
===================================================================
--- trunk/tests/ext/mysqli/mysqli_report_wo_ps.phpt	2007-07-06 08:00:27 UTC (rev 659)
+++ trunk/tests/ext/mysqli/mysqli_report_wo_ps.phpt	2007-07-06 08:12:56 UTC (rev 660)
@@ -96,7 +96,7 @@
 
 Warning: mysqli_query(): (%d/%d): You have an error in your SQL syntax; check the manual
that corresponds to your MySQL server version for the right syntax to use near 'FOO' at
line 1 in %s on line %d
 
-Warning: mysqli_change_user(): (%d/%d): Access denied for user
'0123456789-10-456789-20-456789-3'@'%s' (using password: YES) in %s on line %d
+Warning: mysqli_change_user(): (%d/%d): Access denied for user
'0123456789-10-456789-20-456789-%s'@'%s' (using password: YES) in %s on line %d
 
 Warning: mysqli_kill(): processid should have positive value in %s on line %d
 

Thread
PHP mysqlnd svn commit: r660 - trunk/tests/ext/mysqliahristov6 Jul