mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-15 14:03:02 +00:00
fixing py syntax
This commit is contained in:
@@ -629,8 +629,8 @@ def mysql_large_prefix_check(engine):
|
||||
'show variables where variable_name like'
|
||||
'"innodb_large_prefix" or'
|
||||
'variable_name like "innodb_file_format";').fetchall())
|
||||
if variables['innodb_file_format'] == 'Barracuda' and
|
||||
variables['innodb_large_prefix'] == 'ON':
|
||||
if (variables['innodb_file_format'] == 'Barracuda' and
|
||||
variables['innodb_large_prefix'] == 'ON'):
|
||||
return True
|
||||
else:
|
||||
return False
|
||||
|
Reference in New Issue
Block a user