log_manager.cc
Bug #372, http://bugs.skysql.com/show_bug.cgi?id=372 Do not exceed the buffer capacity in log writing. Now longer strings are cut to fit to the buffer.
This commit is contained in:
@ -1395,11 +1395,7 @@ static void log_flush_shutdown(void)
|
||||
* storing log contents are not full.
|
||||
*
|
||||
* @param arg - Flush frequency in milliseconds
|
||||
*
|
||||
* @return void
|
||||
*
|
||||
*
|
||||
* @details (write detailed description here)
|
||||
*
|
||||
*/
|
||||
static void log_flush_cb(
|
||||
|
||||
Reference in New Issue
Block a user