mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
Merge with 4.0 to get security patch for check_grant_colum
This commit is contained in:
@@ -4817,7 +4817,7 @@ innodb_show_status(
|
||||
rewind(srv_monitor_file);
|
||||
srv_printf_innodb_monitor(srv_monitor_file);
|
||||
flen = ftell(srv_monitor_file);
|
||||
my_chsize(fileno(srv_monitor_file), flen, 0, MYF(0));
|
||||
os_file_set_eof(srv_monitor_file);
|
||||
if(flen > 64000 - 1) {
|
||||
flen = 64000 - 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user