Test to output SHOW VARIABLES as part of travis run
This commit is contained in:
parent
b4aee41dd8
commit
6acecb1c1e
2 changed files with 5 additions and 2 deletions
|
|
@ -47,12 +47,14 @@ DATABASES = {
|
|||
'HOST': 'localhost',
|
||||
'PORT': '', # use default port
|
||||
'OPTIONS': {
|
||||
'read_default_file': '.travis/my.conf'
|
||||
# 'read_default_file': '.travis/my.conf',
|
||||
'charset': 'utf8mb4'
|
||||
},
|
||||
'TEST': {
|
||||
'NAME': 'default',
|
||||
'OPTIONS': {
|
||||
'read_default_file': '.travis/my.conf'
|
||||
# 'read_default_file': '.travis/my.conf'
|
||||
'charset': 'utf8mb4'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue