diff options
author | unknown <malff/marcsql@weblab.(none)> | 2007-07-27 12:19:36 -0600 |
---|---|---|
committer | unknown <malff/marcsql@weblab.(none)> | 2007-07-27 12:19:36 -0600 |
commit | cc5b3745661bdf5328c87e7045abe8ec7d9b1522 (patch) | |
tree | f166d2bd4dcc81fa4b18945be225c5617725db5d /sql/log.h | |
parent | 4462578a1cde5b772a253a532cad3b9113eaf7f8 (diff) | |
download | mariadb-git-cc5b3745661bdf5328c87e7045abe8ec7d9b1522.tar.gz |
Code review changes
Diffstat (limited to 'sql/log.h')
-rw-r--r-- | sql/log.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sql/log.h b/sql/log.h index faf6ead450c..3b1a0950daa 100644 --- a/sql/log.h +++ b/sql/log.h @@ -213,9 +213,6 @@ public: WRITE_CACHE); } - /* TODO: fix MYSQL_LOG::write to be thread safe instead. */ - inline pthread_mutex_t* get_log_lock() { return &LOCK_log; } - private: time_t last_time; }; |