diff options
author | unknown <gluh@mysql.com/gluh.(none)> | 2006-09-28 18:00:44 +0500 |
---|---|---|
committer | unknown <gluh@mysql.com/gluh.(none)> | 2006-09-28 18:00:44 +0500 |
commit | 1e6415028bf0dc7c1cbeb2d535b76c5731ac5766 (patch) | |
tree | 75a14cd1cabe042bc19201ae37a628edb76b5a38 /sql/log.h | |
parent | 5f10ffd0640f1f613b6f6538bb36431e10f5967c (diff) | |
download | mariadb-git-1e6415028bf0dc7c1cbeb2d535b76c5731ac5766.tar.gz |
after merge fix
Diffstat (limited to 'sql/log.h')
-rw-r--r-- | sql/log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/log.h b/sql/log.h index 2b33f70392a..8f75601f02b 100644 --- a/sql/log.h +++ b/sql/log.h @@ -177,7 +177,7 @@ public: pthread_mutex_t LOCK_log; char *name; char log_file_name[FN_REFLEN]; - char time_buff[20], db[NAME_BYTE_LEN + 1]; + char time_buff[20], db[NAME_LEN + 1]; bool write_error, inited; IO_CACHE log_file; enum_log_type log_type; |