mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
Test update for sql_mode = ansi
This commit is contained in:
parent
841c151b64
commit
7f0ec2a127
1 changed files with 2 additions and 2 deletions
|
@ -74,8 +74,8 @@ memory_limit=256M
|
|||
if (!mysqli_query($link, "CREATE TABLE test(col_blob LONGBLOB) ENGINE=" . $engine))
|
||||
printf("[012] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
|
||||
|
||||
$query_prefix = 'INSERT INTO test(col_blob) VALUES ("';
|
||||
$query_postfix = '")';
|
||||
$query_prefix = "INSERT INTO test(col_blob) VALUES ('";
|
||||
$query_postfix = "')";
|
||||
$query_len = strlen($query_prefix) + strlen($query_postfix);
|
||||
$com_query_len = 2;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue