Branch: refs/heads/QA_5_2
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 04424694c3f0c88f3d198498dfcc42c19ef2cecd
https://github.com/phpmyadmin/phpmyadmin/commit/04424694c3f0c88f3d198498dfcc42c19ef2cecd
Author: GS <[email protected]>
Date: 2026-03-31 (Tue, 03 March 2026) +02:00

Changed paths: 
M libraries/classes/Operations.php

Log Message:
-----------
Refactor InnoDB file format retrieval logic

Simplified retrieval of InnoDB file format by removing unnecessary version 
check.

Signed-off-by: Guido Selva [email protected]

Commit: 45fdf3123d7f024352c19e46a082bc6792adba5e
https://github.com/phpmyadmin/phpmyadmin/commit/45fdf3123d7f024352c19e46a082bc6792adba5e
Author: GS <[email protected]>
Date: 2026-03-31 (Tue, 03 March 2026) +02:00

Changed paths: 
M libraries/classes/Engines/Innodb.php

Log Message:
-----------
Refactor InnoDB methods for version handling

Removed the getInnodbPluginVersion method and updated the getInnodbFileFormat 
method to handle version checks for MariaDB and MySQL.

Signed-off-by: Guido Selva [email protected]

Commit: bcea844b9055cd61e74f346483eff7dff5069c4a
https://github.com/phpmyadmin/phpmyadmin/commit/bcea844b9055cd61e74f346483eff7dff5069c4a
Author: GS <[email protected]>
Date: 2026-03-31 (Tue, 03 March 2026) +02:00

Changed paths: 
M libraries/classes/Engines/Innodb.php

Log Message:
-----------
Remove return type hint from getInnodbFileFormat

Remove type hinting from getInnodbFileFormat method.

Signed-off-by: Guido Selva [email protected]

Commit: 0bbe3140614f5051325a1edbbc2e3d2037381c69
https://github.com/phpmyadmin/phpmyadmin/commit/0bbe3140614f5051325a1edbbc2e3d2037381c69
Author: GS <[email protected]>
Date: 2026-03-31 (Tue, 03 March 2026) +02:00

Changed paths: 
M libraries/classes/Engines/Innodb.php

Log Message:
-----------
Update query for fetching innodb_file_format

Signed-off-by: Guido Selva [email protected]

Commit: d20243eac986ec1dbd9aa8d33e0d1fbbf9a04fc4
https://github.com/phpmyadmin/phpmyadmin/commit/d20243eac986ec1dbd9aa8d33e0d1fbbf9a04fc4
Author: GS <[email protected]>
Date: 2026-03-31 (Tue, 03 March 2026) +02:00

Changed paths: 
M test/classes/Engines/InnodbTest.php

Log Message:
-----------
Remove testGetInnodbPluginVersion from InnodbTest

Removed test for getInnodbPluginVersion method.

Signed-off-by: Guido Selva [email protected]

Commit: 885230ce3eae9988387340f809da545679f153d0
https://github.com/phpmyadmin/phpmyadmin/commit/885230ce3eae9988387340f809da545679f153d0
Author: GS <[email protected]>
Date: 2026-03-31 (Tue, 03 March 2026) +02:00

Changed paths: 
M libraries/classes/Engines/Innodb.php

Log Message:
-----------
Fix fetchValue call for innodb_file_format

Signed-off-by: Guido Selva [email protected]

Commit: 64f68da00f5a293e2561f86bf51c57a8905aca53
https://github.com/phpmyadmin/phpmyadmin/commit/64f68da00f5a293e2561f86bf51c57a8905aca53
Author: GS <[email protected]>
Date: 2026-03-31 (Tue, 03 March 2026) +02:00

Changed paths: 
M libraries/classes/Engines/Innodb.php

Log Message:
-----------
Refactor getInnodbFileFormat return statement

Signed-off-by: Guido Selva [email protected]

Commit: d6d06857454c1ed6c6e9bc72b3ae1ca238713b0d
https://github.com/phpmyadmin/phpmyadmin/commit/d6d06857454c1ed6c6e9bc72b3ae1ca238713b0d
Author: GS <[email protected]>
Date: 2026-03-31 (Tue, 03 March 2026) +02:00

Changed paths: 
M libraries/classes/Engines/Innodb.php

Log Message:
-----------
Refactor conditional check for MySQL version

Signed-off-by: Guido Selva [email protected]

Commit: 6b84c29ac045c7760a977c6877fbdf1f524f5a17
https://github.com/phpmyadmin/phpmyadmin/commit/6b84c29ac045c7760a977c6877fbdf1f524f5a17
Author: GS <[email protected]>
Date: 2026-03-31 (Tue, 03 March 2026) +02:00

Changed paths: 
M libraries/classes/Engines/Innodb.php

Log Message:
-----------
Refactor conditional check for MySQL version

Signed-off-by: Guido Selva [email protected]

Commit: 4bf35054ec0e118fadc90d741c80902a29a009c6
https://github.com/phpmyadmin/phpmyadmin/commit/4bf35054ec0e118fadc90d741c80902a29a009c6
Author: GS <[email protected]>
Date: 2026-03-31 (Tue, 03 March 2026) +02:00

Changed paths: 
M libraries/classes/Engines/Innodb.php

Log Message:
-----------
Fix conditional logic for MySQL version check

Signed-off-by: Guido Selva [email protected]

Commit: 03ef236b57df9ec3c1fc6ee9be20360cffdd9959
https://github.com/phpmyadmin/phpmyadmin/commit/03ef236b57df9ec3c1fc6ee9be20360cffdd9959
Author: William Desportes <[email protected]>
Date: 2026-04-09 (Thu, 04 April 2026) +02:00

Changed paths: 
M js/src/drag_drop_import.js

Log Message:
-----------
Improve: Specifically allow application/x-moz-file as a drag and drop valid case

The original logic was a bit hard to understand, I changed everything to 
compare with -1
This is quite easier to read

Pull-request: #20189
Ref: #18557

Signed-off-by: William Desportes <[email protected]>

Commit: fa168ab7a3f10f6de340bff0e4251ccdb3efc772
https://github.com/phpmyadmin/phpmyadmin/commit/fa168ab7a3f10f6de340bff0e4251ccdb3efc772
Author: William Desportes <[email protected]>
Date: 2026-04-09 (Thu, 04 April 2026) +02:00

Changed paths: 
M test/classes/Engines/InnodbTest.php

Log Message:
-----------
Add tests for #20262

Pull-request: #20262
Ref: #18204

Signed-off-by: William Desportes <[email protected]>

Commit: 9d2f4c7247b0afb1d068bcd45d62b1d96f0b10e5
https://github.com/phpmyadmin/phpmyadmin/commit/9d2f4c7247b0afb1d068bcd45d62b1d96f0b10e5
Author: William Desportes <[email protected]>
Date: 2026-04-09 (Thu, 04 April 2026) +02:00

Changed paths: 
M libraries/classes/Engines/Innodb.php
M libraries/classes/Operations.php
M phpstan-baseline.neon
M test/classes/Engines/InnodbTest.php
M test/classes/Stubs/DbiDummy.php

Log Message:
-----------
Merge #20262 - Fix #18204 - Remove getInnodbPluginVersion() and refactor 
getInnodbFileFormat() for MariaDB compatibility

Pull-request: #20262
Co-Authored-By: William Desportes <[email protected]>
Signed-off-by: William Desportes <[email protected]>

_______________________________________________
Git mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to