We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e7c5a8 + 77f43e4 commit d87c393Copy full SHA for d87c393
ext/mysqli/tests/mysqli_real_connect_compression_error.phpt
@@ -26,7 +26,7 @@ $data_size = 16777174;
26
$mysqli = mysqli_init();
27
$result = my_mysqli_real_connect($mysqli, $host, $user, $passwd, $db, $port, $socket);
28
$mysqli->query("DROP TABLE IF EXISTS test");
29
-$mysqli->query("CREATE TABLE test (`blob` LONGBLOB NOT NULL)");
+$mysqli->query("CREATE TABLE test (`blob` LONGBLOB NOT NULL) ENGINE=MyISAM");
30
31
$data = str_repeat("x", $data_size);
32
$mysqli->query("INSERT INTO $db.test(`blob`) VALUE ('$data')");
0 commit comments