Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
c90feb8b23
@ -36,6 +36,7 @@ phpMyAdmin - ChangeLog
|
||||
- bug #4822 Compress when php.ini output_buffering is active
|
||||
- bug #4832 Sorting distinct values result loses links
|
||||
- bug #4834 Do not attach token to css requests to improve caching
|
||||
- bug #4835 PMA_hideShowConnection not called after submit_num_fields
|
||||
|
||||
4.4.0.0 (2015-04-01)
|
||||
+ rfe #1553 InnoDB presently supports one FULLTEXT index creation at a time
|
||||
|
||||
@ -2726,6 +2726,7 @@ AJAX.registerOnload('functions.js', function () {
|
||||
$("#page_content").html(data.message);
|
||||
PMA_highlightSQL($('#page_content'));
|
||||
PMA_verifyColumnsProperties();
|
||||
PMA_hideShowConnection($('.create_table_form select[name=tbl_storage_engine]'));
|
||||
PMA_ajaxRemoveMessage($msgbox);
|
||||
} else {
|
||||
PMA_ajaxShowMessage(data.error);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user