Skip to content

Commit 6a2e9c4

Browse files
author
JvE
committed
Add mysql_supports_innodb_large_prefix variable
1 parent fde1ba5 commit 6a2e9c4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tasks/variables.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,8 @@
5252
set_fact:
5353
mysql_socket: "{{ __mysql_socket }}"
5454
when: mysql_socket is not defined
55+
56+
- name: Define mysql_supports_innodb_large_prefix.
57+
set_fact:
58+
mysql_supports_innodb_large_prefix: "{{ __mysql_supports_innodb_large_prefix }}"
59+
when: mysql_supports_innodb_large_prefix is not defined

0 commit comments

Comments
 (0)