mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
Fix test. I have no idea why the test author didn't expect to get back
latin2 when the test is setting it to latin2 here. Both PHP and MySQL are doing the right thing here.
This commit is contained in:
parent
25031cd387
commit
76976d0702
1 changed files with 1 additions and 1 deletions
|
@ -297,4 +297,4 @@ MySQLPDOTest::skip();
|
|||
[009] SQLSTATE[28000] [1045] Access denied for user 'dont%s'@'%s' (using password: YES), [n/a] n/a
|
||||
[010] SQLSTATE[28000] [1045] Access denied for user 'dont%s'@'%s' (using password: YES), [n/a] n/a
|
||||
[017] DSN=%s, SQLSTATE[%s] [%d] %s
|
||||
[033] DSN = mysql:%s, character sets has not been set, @@character_set_connection reports 'latin1', expecting 'latin2'done!
|
||||
done!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue