1
0
mirror of https://github.com/php/php-src.git synced 2026-03-29 03:32:20 +02:00

Fixing tests - messages/warnings can vary by version

This commit is contained in:
Ulf Wendel
2009-05-29 13:36:54 +00:00
parent b592b26ff2
commit e92bf65c4c
2 changed files with 2 additions and 2 deletions

View File

@@ -58,7 +58,7 @@
return false;
}
if (!mysqli_query($link, sprintf("LOAD DATA LOCAL INFILE '%s'
if (!@mysqli_query($link, sprintf("LOAD DATA LOCAL INFILE '%s'
INTO TABLE test
FIELDS TERMINATED BY ';' OPTIONALLY ENCLOSED BY '\''
LINES TERMINATED BY '\n'",

View File

@@ -170,7 +170,7 @@ Callback: 0
Callback: 1
Callback set to 'callback_fclose'
Callback: 0
[022] LOAD DATA failed, [2000] File handle closed in handler
[022] LOAD DATA failed, [2000] File handle close%s
Callback set to 'callback_invalid_args'
Callback: 0
Callback: 1