Branch: refs/heads/QA_5_2
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 1be3cad6e3004b875d85341cb3cf1edac637d2a2
https://github.com/phpmyadmin/phpmyadmin/commit/1be3cad6e3004b875d85341cb3c…
Author: Fawzi E. Abdulfattah <iifawzie(a)gmail.com>
Date: 2022-09-30 (Fri, 09 September 2022) +02:00
Changed paths:
M libraries/classes/Types.php
M libraries/classes/Util.php
Log Message:
-----------
Supporting the compressed option for MariaDB
Ref: #14956
Signed-off-by: Fawzi E. Abdulfattah <iifawzie(a)gmail.com>
Commit: 71035fd9b09623672aa5dbada51701b1a937f075
https://github.com/phpmyadmin/phpmyadmin/commit/71035fd9b09623672aa5dbada51…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2022-09-30 (Fri, 09 September 2022) +02:00
Changed paths:
M test/classes/UtilTest.php
Log Message:
-----------
Add a test for the compressed option for MariaDB
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 70a067ad09d5ac55b55cda67728307236ae3b35f
https://github.com/phpmyadmin/phpmyadmin/commit/70a067ad09d5ac55b55cda67728…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2022-09-30 (Fri, 09 September 2022) +02:00
Changed paths:
M libraries/classes/Query/Compatibility.php
M libraries/classes/Types.php
Log Message:
-----------
Move compatibility logic into the Compatibility class
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 49b4951cbb3df1a8b76da4a3e0290af96c6f8674
https://github.com/phpmyadmin/phpmyadmin/commit/49b4951cbb3df1a8b76da4a3e02…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2022-09-30 (Fri, 09 September 2022) +02:00
Changed paths:
M libraries/classes/Util.php
Log Message:
-----------
Document why zlib is the only value for a compressed column
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 5d48e1006bf2e81dad0ceb75d72ad89ef980e55b
https://github.com/phpmyadmin/phpmyadmin/commit/5d48e1006bf2e81dad0ceb75d72…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2022-09-30 (Fri, 09 September 2022) +02:00
Changed paths:
M libraries/classes/Query/Compatibility.php
M libraries/classes/Types.php
M libraries/classes/Util.php
M test/classes/UtilTest.php
Log Message:
-----------
Merge #17657 - Supporting the column compression option on MariaDB
Pull-request: #17657
Ref: #14956
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: bb97ed988f8a34c414d29598fc808951cec7d981
https://github.com/phpmyadmin/phpmyadmin/commit/bb97ed988f8a34c414d29598fc8…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2022-09-29 (Thu, 09 September 2022) -03:00
Changed paths:
M index.php
M libraries/classes/Common.php
M libraries/classes/Controllers/Export/ExportController.php
M libraries/classes/Controllers/Table/RecentFavoriteController.php
M libraries/classes/Controllers/Table/ReplaceController.php
M libraries/classes/Controllers/View/CreateController.php
M libraries/classes/Core.php
M libraries/classes/DbTableExists.php
M libraries/classes/Export.php
M libraries/classes/Plugins.php
M libraries/classes/Table/Indexes.php
M libraries/classes/UrlRedirector.php
M test/classes/Controllers/Table/RecentFavoriteControllerTest.php
M test/classes/Controllers/Table/ReplaceControllerTest.php
Log Message:
-----------
Reduce usage of the containerBuilder global variable
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 975e88c09f12b6779d4fa785678205504aff2c6b
https://github.com/phpmyadmin/phpmyadmin/commit/975e88c09f12b6779d4fa785678…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2022-09-29 (Thu, 09 September 2022) -03:00
Changed paths:
M libraries/classes/Core.php
M libraries/classes/Template.php
M psalm-baseline.xml
Log Message:
-----------
Remove the containerBuilder global var from the Template class
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>