[phpMyAdmin Git] [phpmyadmin/phpmyadmin] de1c38: Add suport to the Mroonga engine: with this patch you can see the size

Josep Sanz josep.sanz at saltos.org
Tue Jul 13 20:57:55 CEST 2021


Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: de1c381f23ecd77cc57c5d05b17cc6b5aaac215b
https://github.com/phpmyadmin/phpmyadmin/commit/de1c381f23ecd77cc57c5d05b17cc6b5aaac215b
Author: Josep Sanz <josep.sanz at saltos.org>
Date: 2021-07-11 (Sun, 07 July 2021) +02:00

Changed paths: 
M libraries/classes/Controllers/Database/StructureController.php
M libraries/classes/DatabaseInterface.php
M libraries/classes/StorageEngine.php

Log Message:
-----------
Add suport to the Mroonga engine: with this patch you can see the size
of the Mroonga's tables

Apply an optimization suggested

In reality, I have applied 2 optimizations, the first consists in filter by the object type as @williamdes suggested to me and the second is because we don't need to store all data of each mroonga object, we only need the name of the object that is used to compare with the tables names, thanks @williamdes by the optimization idea

Signed-off-by: Josep Sanz <josep.sanz at saltos.org>

Commit: f0db5fb57efba1e7c41b75fd9b2056b3f34be715
https://github.com/phpmyadmin/phpmyadmin/commit/f0db5fb57efba1e7c41b75fd9b2056b3f34be715
Author: William Desportes <williamdes at wdes.fr>
Date: 2021-07-11 (Sun, 07 July 2021) +02:00

Changed paths: 
M test/classes/Controllers/Database/StructureControllerTest.php
M test/classes/StorageEngineTest.php
M test/classes/Stubs/DbiDummy.php

Log Message:
-----------
Add tests for Mroonga support

Signed-off-by: William Desportes <williamdes at wdes.fr>

Commit: 05f134c91bbddd1a874e90972c7775652aa47b25
https://github.com/phpmyadmin/phpmyadmin/commit/05f134c91bbddd1a874e90972c7775652aa47b25
Author: William Desportes <williamdes at wdes.fr>
Date: 2021-07-11 (Sun, 07 July 2021) +02:00

Changed paths: 
M libraries/classes/DatabaseInterface.php
M libraries/classes/StorageEngine.php

Log Message:
-----------
Documentation and typo fixes

Signed-off-by: William Desportes <williamdes at wdes.fr>

Commit: 9954c47577fcf6861a81d4e7a4e0adda98c2a504
https://github.com/phpmyadmin/phpmyadmin/commit/9954c47577fcf6861a81d4e7a4e0adda98c2a504
Author: Fawzi E. Abdulfattah <iifawzie at gmail.com>
Date: 2021-07-13 (Tue, 07 July 2021) +02:00

Changed paths: 
M js/src/functions.js
M libraries/classes/Html/Generator.php
M libraries/classes/Query/Compatibility.php
M libraries/classes/Table.php
M libraries/classes/Table/ColumnsDefinition.php
M templates/columns_definitions/column_definitions_form.twig

Log Message:
-----------
Fix #16138 - ignore the length of integer types, and show a warning

Fixes: #16138

Signed-off-by: Fawzi E. Abdulfattah <iifawzie at gmail.com>

Commit: e6e496f67b03338f5f91ec304005280b81e51065
https://github.com/phpmyadmin/phpmyadmin/commit/e6e496f67b03338f5f91ec304005280b81e51065
Author: William Desportes <williamdes at wdes.fr>
Date: 2021-07-13 (Tue, 07 July 2021) +02:00

Changed paths: 
M libraries/classes/Html/Generator.php

Log Message:
-----------
Code improvements for Html/Generator::getSupportedDatatypes

Signed-off-by: William Desportes <williamdes at wdes.fr>

Commit: 0b81db92fa23fde90943be5272b825dde42c4c45
https://github.com/phpmyadmin/phpmyadmin/commit/0b81db92fa23fde90943be5272b825dde42c4c45
Author: William Desportes <williamdes at wdes.fr>
Date: 2021-07-13 (Tue, 07 July 2021) +02:00

Changed paths: 
M js/src/functions.js
M libraries/classes/Html/Generator.php
M libraries/classes/Query/Compatibility.php
M libraries/classes/Table.php
M libraries/classes/Table/ColumnsDefinition.php
M templates/columns_definitions/column_definitions_form.twig

Log Message:
-----------
Merge #16767 - Fix #16138 - Ignore the length of the integer types and show a warning

Fixes: #16138
Pull-request: #16767

Signed-off-by: William Desportes <williamdes at wdes.fr>

Commit: 5c864de28839738544651f698cf64b8517fb4af8
https://github.com/phpmyadmin/phpmyadmin/commit/5c864de28839738544651f698cf64b8517fb4af8
Author: William Desportes <williamdes at wdes.fr>
Date: 2021-07-13 (Tue, 07 July 2021) +02:00

Changed paths: 
M ChangeLog

Log Message:
-----------
Add a ChangeLog entry for #16138

Signed-off-by: William Desportes <williamdes at wdes.fr>

Commit: c82f87b74960871214e6265a392b75ba4e773b8e
https://github.com/phpmyadmin/phpmyadmin/commit/c82f87b74960871214e6265a392b75ba4e773b8e
Author: William Desportes <williamdes at wdes.fr>
Date: 2021-07-13 (Tue, 07 July 2021) +02:00

Changed paths: 
M libraries/classes/Controllers/Database/StructureController.php
M libraries/classes/DatabaseInterface.php
M libraries/classes/StorageEngine.php
M test/classes/Controllers/Database/StructureControllerTest.php
M test/classes/StorageEngineTest.php
M test/classes/Stubs/DbiDummy.php

Log Message:
-----------
Merge #16945 - Add suport for Mroonga engine

Pull-request: #16945

Signed-off-by: William Desportes <williamdes at wdes.fr>

Commit: f357a5d7c35f520d02c71ef0ad36fb4a4d570e2a
https://github.com/phpmyadmin/phpmyadmin/commit/f357a5d7c35f520d02c71ef0ad36fb4a4d570e2a
Author: William Desportes <williamdes at wdes.fr>
Date: 2021-07-13 (Tue, 07 July 2021) +02:00

Changed paths: 
M ChangeLog

Log Message:
-----------
Add a ChangeLog entry for c82f87b749

Pull-request: #16945

Signed-off-by: William Desportes <williamdes at wdes.fr>



More information about the Git mailing list