diff options
author | Dmitry Stogov <dmitry@zend.com> | 2014-06-20 13:56:32 +0400 |
---|---|---|
committer | Dmitry Stogov <dmitry@zend.com> | 2014-06-20 13:56:32 +0400 |
commit | 680ddabac1076690fd716c14287b861feea87600 (patch) | |
tree | 15a4e502814eebcc8a5c650a6be2b9a6f1d431bd /ext/mysql | |
parent | 4106d48d1c3e0800fe8610bee1f4462afd3d3955 (diff) | |
download | php-git-680ddabac1076690fd716c14287b861feea87600.tar.gz |
Fixed MarinaDB support
Diffstat (limited to 'ext/mysql')
-rw-r--r-- | ext/mysql/tests/mysql_trace_mode.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |