Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: b2e8e4660bdd3b4d3db2ef1c49c370c874231db4
https://github.com/phpmyadmin/phpmyadmin/commit/b2e8e4660bdd3b4d3db2ef1c49c…
Author: Nisarg Jhaveri <nisargjhaveri(a)gmail.com>
Date: 2015-08-22 (Sat, 22 Aug 2015)
Changed paths:
M libraries/config.default.php
M libraries/config/messages.inc.php
M libraries/plugins/export/ExportSql.class.php
Log Message:
-----------
Create indexes with table creation if "IF NOT EXISTS" is on
- change default of IF NOT EXISTS option in export
- Add warning for efficiency with IF NOT EXISTS option
Signed-off-by: Nisarg Jhaveri <nisargjhaveri(a)gmail.com>
Commit: 569e0c14146fdb297d69eebc5857895b97846c7e
https://github.com/phpmyadmin/phpmyadmin/commit/569e0c14146fdb297d69eebc585…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-08-22 (Sat, 22 Aug 2015)
Changed paths:
M libraries/config.default.php
M libraries/config/messages.inc.php
M libraries/plugins/export/ExportSql.class.php
Log Message:
-----------
Merge pull request #11419 from nisargjhaveri/combine_indexes
Create indexes with table creation if "IF NOT EXISTS" is on
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/6a9d80eb8997...569e0c14146f
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 6a9d80eb89971b380e487fba1e5930c23ebd8651
https://github.com/phpmyadmin/phpmyadmin/commit/6a9d80eb89971b380e487fba1e5…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-08-21 (Fri, 21 Aug 2015)
Changed paths:
M ChangeLog
M doc/faq.rst
M doc/require.rst
M libraries/common.inc.php
M test/Environment_test.php
Log Message:
-----------
Minimum supported PHP version is now 5.5
Signed-off-by: Marc Delisle <marc(a)infomarc.info>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: fb2fb18dcdf3b01a326ad2a2338b305c03a13373
https://github.com/phpmyadmin/phpmyadmin/commit/fb2fb18dcdf3b01a326ad2a2338…
Author: Jason <jason.daurus(a)gmail.com>
Date: 2015-08-21 (Fri, 21 Aug 2015)
Changed paths:
M libraries/Menu.class.php
M libraries/export.lib.php
M libraries/operations.lib.php
M libraries/tbl_columns_definition_form.inc.php
M tbl_tracking.php
Log Message:
-----------
Fixes issue #11399.
- Also some changes were made to prevent same kind of bug from occuring again
Signed-off-by: Jason <jason.daurus(a)gmail.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: aed8527845a25141f436e503a7d48103dada1677
https://github.com/phpmyadmin/phpmyadmin/commit/aed8527845a25141f436e503a7d…
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: 2015-08-20 (Thu, 20 Aug 2015)
Changed paths:
M libraries/plugins/export/ExportSql.class.php
M libraries/sql-parser/src/Components/CreateDefinition.php
M libraries/sql-parser/src/Components/DataType.php
M libraries/sql-parser/src/Components/Key.php
Log Message:
-----------
Make the SQL exports compatible for side by side comparison with old exports
Signed-off-by: Madhura Jayaratne <madhura.cj(a)gmail.com>