mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Bug fixes, TRUNCATE, safer passwords on command line and connect timeout
This commit is contained in:
@@ -85,7 +85,7 @@ class MYSQL_LOG {
|
||||
public:
|
||||
private:
|
||||
pthread_mutex_t LOCK_log, LOCK_index;
|
||||
FILE *file, *index_file;
|
||||
File file, index_file;
|
||||
time_t last_time,query_start;
|
||||
char *name;
|
||||
enum_log_type log_type;
|
||||
|
||||
Reference in New Issue
Block a user