diff options
author | tsmith/tim@siva.hindu.god <> | 2006-09-13 15:37:35 -0600 |
---|---|---|
committer | tsmith/tim@siva.hindu.god <> | 2006-09-13 15:37:35 -0600 |
commit | 52c01e88d48760c3329390eda96ff1afee7a68f5 (patch) | |
tree | c6594a96f1dfc64d3662cde3c604ecbe39245554 /sql/log.h | |
parent | 6a31ec2cadb56ca70acffc30a706fbcae614181f (diff) | |
download | mariadb-git-52c01e88d48760c3329390eda96ff1afee7a68f5.tar.gz |
Post-merge fixes:
- Remove extra EXTRA_DIST from several Makefile.ams
- Add dummy primary key to test table in loaddata_autocom.inc
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 8f75601f02b..2b33f70392a 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_LEN + 1]; + char time_buff[20], db[NAME_BYTE_LEN + 1]; bool write_error, inited; IO_CACHE log_file; enum_log_type log_type; |