Merge #16850 - Fix #16723 - Option to perform ALTER ONLINE is not available when we edit an existing column

Pull-request: #16850
Fixs: #16723
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2021-04-25 14:21:44 +02:00
commit 3e919d604d
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -150,7 +150,7 @@
</div>
{% endif %}
<fieldset class="tblFooters">
{% if action == url('/table/add-field') %}
{% if action == url('/table/add-field') or action == url('/table/structure/save') %}
<input type="checkbox" name="online_transaction" value="ONLINE_TRANSACTION_ENABLED" />{% trans %}Online transaction{% context %}Online transaction part of the SQL DDL for InnoDB{% endtrans %}{{ show_mysql_docu('innodb-online-ddl') }}
{% endif %}
<input class="btn btn-secondary preview_sql" type="button"