Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 83b4dda1a3a11c7dd8abcdb5dd167baeae355416 https://github.com/phpmyadmin/phpmyadmin/commit/83b4dda1a3a11c7dd8abcdb5dd16... Author: Kamil Tekiela tekiela246@gmail.com Date: 2022-01-01 (Sat, 01 January 2022) +00:00
Changed paths: M libraries/classes/Bookmark.php M libraries/classes/ConfigStorage/Relation.php M libraries/classes/Controllers/Database/MultiTableQuery/TablesController.php M libraries/classes/Controllers/Server/BinlogController.php M libraries/classes/Controllers/Table/FindReplaceController.php M libraries/classes/Controllers/Table/RelationController.php M libraries/classes/Controllers/Table/SearchController.php M libraries/classes/Controllers/Table/ZoomSearchController.php M libraries/classes/Controllers/Transformation/WrapperController.php M libraries/classes/Core.php M libraries/classes/Database/Designer.php M libraries/classes/Database/Designer/Common.php M libraries/classes/Database/Qbe.php M libraries/classes/DatabaseInterface.php M libraries/classes/DbTableExists.php M libraries/classes/InsertEdit.php M libraries/classes/Menu.php M libraries/classes/Plugins/Export/ExportSql.php M libraries/classes/Plugins/Schema/TableStats.php M libraries/classes/Server/Privileges.php M libraries/classes/Sql.php M libraries/classes/Table.php M libraries/classes/Transformations.php M libraries/classes/Util.php M test/classes/Database/Designer/CommonTest.php M test/classes/Database/DesignerTest.php M test/classes/InsertEditTest.php
Log Message: ----------- Change QUERY_STORE to QUERY_BUFFERED
Set the value to 0 instead of 1 and remove all unnecessary usages of this constant
Signed-off-by: Kamil Tekiela tekiela246@gmail.com
Commit: f38d3baa3148f5ce2870230ebf93eace7fa3420e https://github.com/phpmyadmin/phpmyadmin/commit/f38d3baa3148f5ce2870230ebf93... Author: Kamil Tekiela tekiela246@gmail.com Date: 2022-01-01 (Sat, 01 January 2022) +00:00
Changed paths: M libraries/classes/DatabaseInterface.php M libraries/classes/Dbal/DbalInterface.php M test/classes/Controllers/Server/VariablesControllerTest.php M test/classes/TableTest.php
Log Message: ----------- Remove $options parameter from fetchResult
Signed-off-by: Kamil Tekiela tekiela246@gmail.com
Commit: 3acaca5f24a7e27ac5bf1b63c83af824e70bd295 https://github.com/phpmyadmin/phpmyadmin/commit/3acaca5f24a7e27ac5bf1b63c83a... Author: MaurĂcio Meneghini Fauth mauricio@fauth.dev Date: 2022-01-06 (Thu, 01 January 2022) -03:00
Changed paths: M libraries/classes/Bookmark.php M libraries/classes/ConfigStorage/Relation.php M libraries/classes/Controllers/Database/MultiTableQuery/TablesController.php M libraries/classes/Controllers/Server/BinlogController.php M libraries/classes/Controllers/Table/FindReplaceController.php M libraries/classes/Controllers/Table/RelationController.php M libraries/classes/Controllers/Table/SearchController.php M libraries/classes/Controllers/Table/ZoomSearchController.php M libraries/classes/Controllers/Transformation/WrapperController.php M libraries/classes/Core.php M libraries/classes/Database/Designer.php M libraries/classes/Database/Designer/Common.php M libraries/classes/Database/Qbe.php M libraries/classes/DatabaseInterface.php M libraries/classes/DbTableExists.php M libraries/classes/Dbal/DbalInterface.php M libraries/classes/InsertEdit.php M libraries/classes/Menu.php M libraries/classes/Plugins/Export/ExportSql.php M libraries/classes/Plugins/Schema/TableStats.php M libraries/classes/Server/Privileges.php M libraries/classes/Sql.php M libraries/classes/Table.php M libraries/classes/Transformations.php M libraries/classes/Util.php M test/classes/Controllers/Server/VariablesControllerTest.php M test/classes/Database/Designer/CommonTest.php M test/classes/Database/DesignerTest.php M test/classes/InsertEditTest.php M test/classes/TableTest.php
Log Message: ----------- Merge pull request #17268 from kamil-tekiela/QUERY_STORE
Major refactoring of Dbal pt.2