diff options
author | unknown <petr@mysql.com> | 2005-03-01 01:38:04 +0300 |
---|---|---|
committer | unknown <petr@mysql.com> | 2005-03-01 01:38:04 +0300 |
commit | e99c035ffaf8c01bf4d848ddf10219103fc6a314 (patch) | |
tree | f2a5be48c44db0448a7d639017a247554f13b91d /mysys/errors.c | |
parent | ef7570c72bba3aae4867749659cbbf1e0de809f3 (diff) | |
download | mariadb-git-e99c035ffaf8c01bf4d848ddf10219103fc6a314.tar.gz |
fix compilation failure on sunfire280
Diffstat (limited to 'mysys/errors.c')
-rw-r--r-- | mysys/errors.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysys/errors.c b/mysys/errors.c index 75a2c7048a0..4472b7173fa 100644 --- a/mysys/errors.c +++ b/mysys/errors.c @@ -50,7 +50,6 @@ const char * NEAR globerrs[GLOBERRS]= "Can't sync file '%s' to disk (Errcode: %d)", "Collation '%s' is not a compiled collation and is not specified in the '%s' file", "File '%s' not found (Errcode: %d)", - "" }; void init_glob_errs(void) |