diff options
author | unknown <monty@tik.mysql.fi> | 2002-04-18 18:24:14 +0300 |
---|---|---|
committer | unknown <monty@tik.mysql.fi> | 2002-04-18 18:24:14 +0300 |
commit | a0ca35c1e59799324e95e001b77487f018d2028a (patch) | |
tree | be9c8240e5683a7b8d88b4ebcbead064be4497df /sql/share/japanese | |
parent | 9c2c5a3636eb730fedbbeb613ee946ef15735be0 (diff) | |
download | mariadb-git-a0ca35c1e59799324e95e001b77487f018d2028a.tar.gz |
SHOW VARIABLES LIKE ... are now case insensitive
Fixed stack overflow checking with crash-me with gcc 3.0.4
Using @@unknown_variable doesn't hang client anymore
Added @@VERSION variable
Docs/manual.texi:
Changelog
libmysql/libmysql.c:
Fixed typo
myisam/myisampack.c:
Removed not used argument
mysql-test/r/show_check.result:
Added test of case insensitive SHOW VARIABLES LIKE
mysql-test/r/variables.result:
test of system variables
mysql-test/t/show_check.test:
Added test of case insensitive SHOW VARIABLES LIKE
mysql-test/t/variables.test:
test of system variables
sql/item_func.cc:
Fixed stack overflow checking with crash-me with gcc 3.0.4
Using @@unknown_variable doesn't hang client anymore
Added @@VERSION variable
sql/mysql_priv.h:
Fixed stack overflow checking with crash-me with gcc 3.0.4
sql/share/czech/errmsg.txt:
Fixed wrong error message
sql/share/danish/errmsg.txt:
Fixed wrong error message
sql/share/dutch/errmsg.txt:
Fixed wrong error message
sql/share/english/errmsg.txt:
Fixed wrong error message
sql/share/estonian/errmsg.txt:
Fixed wrong error message
sql/share/french/errmsg.txt:
Fixed wrong error message
sql/share/german/errmsg.txt:
Fixed wrong error message
sql/share/greek/errmsg.txt:
Fixed wrong error message
sql/share/hungarian/errmsg.txt:
Fixed wrong error message
sql/share/italian/errmsg.txt:
Fixed wrong error message
sql/share/japanese/errmsg.txt:
Fixed wrong error message
sql/share/korean/errmsg.txt:
Fixed wrong error message
sql/share/norwegian-ny/errmsg.txt:
Fixed wrong error message
sql/share/norwegian/errmsg.txt:
Fixed wrong error message
sql/share/polish/errmsg.txt:
Fixed wrong error message
sql/share/portuguese/errmsg.txt:
Fixed wrong error message
sql/share/romanian/errmsg.txt:
Fixed wrong error message
sql/share/russian/errmsg.txt:
Fixed wrong error message
sql/share/slovak/errmsg.txt:
Fixed wrong error message
BitKeeper/deleted/.del-identity.result~e41453a364242503:
not used file
BitKeeper/deleted/.del-identity.test~326f469b59105404:
not used file
sql/share/spanish/errmsg.txt:
Fixed wrong error message
sql/share/swedish/errmsg.txt:
Fixed wrong error message
sql/share/ukrainian/errmsg.txt:
Fixed wrong error message
sql/sql_show.cc:
SHOW VARIABLES LIKE ... are now case insensitive
Diffstat (limited to 'sql/share/japanese')
-rw-r--r-- | sql/share/japanese/errmsg.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/share/japanese/errmsg.txt b/sql/share/japanese/errmsg.txt index fab60948943..dc2299e4336 100644 --- a/sql/share/japanese/errmsg.txt +++ b/sql/share/japanese/errmsg.txt @@ -196,7 +196,7 @@ "Net error writing to master", "Can't find FULLTEXT index matching the column list", "Can't execute the given command because you have active locked tables or an active transaction", -"Unknown system variable '%-.64'", +"Unknown system variable '%-.64s'", "Table '%-.64s' is marked as crashed and should be repaired", "Table '%-.64s' is marked as crashed and last (automatic?) repair failed", "Warning: Some non-transactional changed tables couldn't be rolled back", |