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:
commit
3e919d604d
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user