mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 15:45:33 +02:00
SESSION instead of LOCAL in error messages.
This commit is contained in:
parent
7dbacbfb6c
commit
dd41637379
23 changed files with 26 additions and 26 deletions
|
|
@ -231,7 +231,7 @@ character-set=euckr
|
|||
"Option '%s' used twice in statement",
|
||||
"User '%-.64s' has exceeded the '%s' resource (current value: %ld)",
|
||||
"Access denied. You need the %-.128s privilege for this operation",
|
||||
"Variable '%-.64s' is a LOCAL variable and can't be used with SET GLOBAL",
|
||||
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL",
|
||||
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL",
|
||||
"Variable '%-.64s' doesn't have a default value",
|
||||
"Variable '%-.64s' can't be set to the value of '%-.64s'",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue