When MaxScale starts it opens log file of each type and if there exist log files of same types in the same directory, it will try to reuse the file with largest sequence number in it. If there are no existing files, a file name with sequence number 1 will be created. If the file with largest sequence number is not writable, a new log file with larger sequence number will be created.
This commit is contained in:
@ -2051,6 +2051,7 @@ retblock:
|
||||
*
|
||||
* @return number of decimal numbers of which the value consists of
|
||||
* value==123 returns 3, for example.
|
||||
* @note Does the same as UINTLEN macro
|
||||
*/
|
||||
size_t get_decimal_len(
|
||||
size_t value)
|
||||
|
||||
Reference in New Issue
Block a user