diff options
author | unknown <gluh@mysql.com/gluh.(none)> | 2006-09-27 19:21:29 +0500 |
---|---|---|
committer | unknown <gluh@mysql.com/gluh.(none)> | 2006-09-27 19:21:29 +0500 |
commit | 15947254f729c5773ccaf791ead1908f52168819 (patch) | |
tree | a10fd0d14e5103a2c38d8a910d3f93b233f73ccb /sql/sql_class.h | |
parent | a1d2505ec3fae84c35a0e0482cea8338fe39f604 (diff) | |
download | mariadb-git-15947254f729c5773ccaf791ead1908f52168819.tar.gz |
after merge fix
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r-- | sql/sql_class.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h index ed9f4b57f56..039c133e885 100644 --- a/sql/sql_class.h +++ b/sql/sql_class.h @@ -200,7 +200,7 @@ class MYSQL_LOG: public TC_LOG IO_CACHE log_file; IO_CACHE index_file; char *name; - char time_buff[20],db[NAME_BYTE_LEN+1]; + char time_buff[20],db[NAME_LEN+1]; char log_file_name[FN_REFLEN],index_file_name[FN_REFLEN]; /* The max size before rotation (usable only if log_type == LOG_BIN: binary |