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:
VilhoRaatikka
2014-11-21 13:44:12 +02:00
parent a38fe08a58
commit 155e795830
2 changed files with 127 additions and 46 deletions

View File

@ -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)