mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-25 11:51:27 -07:00
Add back line from PR489 removed by accident
This commit is contained in:
parent
03fc38a1bd
commit
302aa11a3c
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,8 @@ mysql_driver_fail_msg = ('A MySQL module is required: for Python 2.7 either PyMy
|
||||||
'Consider setting ansible_python_interpreter to use '
|
'Consider setting ansible_python_interpreter to use '
|
||||||
'the intended Python version.')
|
'the intended Python version.')
|
||||||
|
|
||||||
|
from ansible_collections.community.mysql.plugins.module_utils.database import mysql_quote_identifier
|
||||||
|
|
||||||
|
|
||||||
def get_driver_name(mysql_driver):
|
def get_driver_name(mysql_driver):
|
||||||
""" (class) -> str
|
""" (class) -> str
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue