1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Code review changes

This commit is contained in:
malff/marcsql@weblab.(none)
2007-07-27 12:19:36 -06:00
parent c7bbd8917c
commit ac7b17eac4
5 changed files with 50 additions and 40 deletions

View File

@ -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;
};