diff options
author | paul@ice.local <> | 2004-03-07 08:32:00 -0600 |
---|---|---|
committer | paul@ice.local <> | 2004-03-07 08:32:00 -0600 |
commit | 09113817d27535a7fdc723e6261933e82d9dffcb (patch) | |
tree | 9d4c45c85ad45c10644195916924c0f4b273be4c /sql/share/norwegian-ny | |
parent | f47fa6a7804540fe3d9594696b089da015af1930 (diff) | |
download | mariadb-git-09113817d27535a7fdc723e6261933e82d9dffcb.tar.gz |
SESSION instead of LOCAL in error messages.
Diffstat (limited to 'sql/share/norwegian-ny')
-rw-r--r-- | sql/share/norwegian-ny/errmsg.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/share/norwegian-ny/errmsg.txt b/sql/share/norwegian-ny/errmsg.txt index 3d119dac7cb..300cca0d13b 100644 --- a/sql/share/norwegian-ny/errmsg.txt +++ b/sql/share/norwegian-ny/errmsg.txt @@ -233,7 +233,7 @@ character-set=latin1 "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'", |