Branch: refs/heads/QA_4_9
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: af344bb4c1456fec5382a535733a2e3dddddbb8d
https://github.com/phpmyadmin/phpmyadmin/commit/af344bb4c1456fec5382a535733…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2019-10-20 (Sun, 10 October 2019) +02:00
Changed paths:
M libraries/classes/DatabaseInterface.php
Log Message:
-----------
Fix #14433 - return an array with an empty user and empty host
Fixes: 83602a6b72f49536b6a5417aa568604d14ea596c
This is an unexpected change, detected by unit tests
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Branch: refs/heads/QA_4_9
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: b8650115be7cc2d79d231723b7a6f1961e834d27
https://github.com/phpmyadmin/phpmyadmin/commit/b8650115be7cc2d79d231723b7a…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2019-10-20 (Sun, 10 October 2019) +02:00
Changed paths:
M libraries/classes/DatabaseInterface.php
Log Message:
-----------
Fix #14433 - "You do not have privileges to manipulate with the users!" on root superadmin
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 4e7fac843ddb4bc3b4578ade7528f3eabf1f5ce5
https://github.com/phpmyadmin/phpmyadmin/commit/4e7fac843ddb4bc3b4578ade752…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2019-10-20 (Sun, 10 October 2019) +02:00
Changed paths:
M ChangeLog
Log Message:
-----------
Add ChangeLog entry for #14433
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Branch: refs/heads/QA_4_9
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 252ce457582a6f9b06d9ed2597d0af29898f4402
https://github.com/phpmyadmin/phpmyadmin/commit/252ce457582a6f9b06d9ed2597d…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2019-10-20 (Sun, 10 October 2019) +02:00
Changed paths:
M test/classes/OperationsTest.php
Log Message:
-----------
Fix Unit test testGetHtmlForReferentialIntegrityCheck after #14598
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Branch: refs/heads/QA_4_9
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 2254f66aa880f9d39e6a116175100b3141113d52
https://github.com/phpmyadmin/phpmyadmin/commit/2254f66aa880f9d39e6a1161751…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2019-10-19 (Sat, 10 October 2019) +02:00
Changed paths:
M test/selenium/DbProceduresTest.php
Log Message:
-----------
Fix selenium DbProceduresTest as mysql does not truncate if the input does not allow a longer length than the data given
Signed-off-by: William Desportes <williamdes(a)wdes.fr>