From 680ddabac1076690fd716c14287b861feea87600 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Fri, 20 Jun 2014 13:56:32 +0400 Subject: Fixed MarinaDB support --- ext/mysql/tests/mysql_trace_mode.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/mysql/tests') diff --git a/ext/mysql/tests/mysql_trace_mode.phpt b/ext/mysql/tests/mysql_trace_mode.phpt index 2b6c61d27b..45f4f9fd61 100644 --- a/ext/mysql/tests/mysql_trace_mode.phpt +++ b/ext/mysql/tests/mysql_trace_mode.phpt @@ -30,7 +30,7 @@ require_once("clean_table.inc"); ?> --EXPECTF-- I don\'t mind character sets, do I?\n -Warning: mysql_query(): 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 'BOGUS_SQL' at line 1 in %s on line %d +Warning: mysql_query(): You have an error in your SQL syntax; check the manual that corresponds to your %s server version for the right syntax to use near 'BOGUS_SQL' at line 1 in %s on line %d done! Warning: Unknown: 1 result set(s) not freed. Use mysql_free_result to free result sets which were requested using mysql_query() in %s on line %d -- cgit v1.2.1