Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Sympa
Commits
bb5f630f
Commit
bb5f630f
authored
Oct 23, 2021
by
IKEDA Soji
Browse files
tidyall.
parent
224c6016
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/Sympa/DatabaseDriver/MySQL.pm
View file @
bb5f630f
...
...
@@ -342,7 +342,7 @@ sub is_sufficient_field_type {
# As of MySQL 8.0.17, the display width attribute is deprecated for
# integer data types (MeriaDB has not).
if
(
$required
=~
/\A((?:tiny|small|medium|big)?int)(?:[(]\d+[)])?\z/
if
(
$required
=~
/\A((?:tiny|small|medium|big)?int)(?:[(]\d+[)])?\z/
and
$actual
eq
$
1
)
{
return
1
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment