summaryrefslogtreecommitdiff
path: root/ext/mysqli/tests/026.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mysqli/tests/026.phpt')
-rw-r--r--ext/mysqli/tests/026.phpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mysqli/tests/026.phpt b/ext/mysqli/tests/026.phpt
index 0f9e882608..d38e3c1807 100644
--- a/ext/mysqli/tests/026.phpt
+++ b/ext/mysqli/tests/026.phpt
@@ -10,6 +10,7 @@ mysqli bind_param/bind_result with send_long_data
$link = mysqli_connect($host, $user, $passwd);
mysqli_select_db($link, "test");
+ mysqli_query($link, "SET sql_mode=''");
mysqli_query($link,"DROP TABLE IF EXISTS test_bind_fetch");
mysqli_query($link,"CREATE TABLE test_bind_fetch(c1 varchar(10), c2 text)");