mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Lots of new benchmark runs
Remember filename for temporary files created with mkstemp Fixed wrongly allocated BDB share structure Cleanups for SunPRO
This commit is contained in:
@ -204,7 +204,7 @@ public:
|
||||
char* key;
|
||||
char* val;
|
||||
i_string_pair():key(0),val(0) { }
|
||||
i_string_pair(char* key, char* val) : key(key),val(val) {}
|
||||
i_string_pair(char* key_arg, char* val_arg) : key(key_arg),val(val_arg) {}
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user