Skip to content

Commit

Permalink
Removed Online Transaction for table-creation
Browse files Browse the repository at this point in the history
Signed-off-by: Kartik Kathuria <kathuriakartik0@gmail.com>
  • Loading branch information
kartik1000 committed Jan 22, 2020
1 parent e1c69c6 commit f27cae5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion templates/columns_definitions/column_definitions_form.twig
Expand Up @@ -146,7 +146,9 @@
</div>
{% endif %}
<fieldset class="tblFooters">
<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') }}
{% if action == url('/table/add-field') %}
<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"
value="{% trans 'Preview SQL' %}">
<input class="btn btn-primary" type="submit"
Expand Down

0 comments on commit f27cae5

Please sign in to comment.