MDEV-13384 - misc Windows warnings fixed

This commit is contained in:
Vladislav Vaintroub 2017-09-28 10:38:02 +00:00
commit 7354dc6773
147 changed files with 545 additions and 491 deletions

View file

@ -221,7 +221,7 @@ public:
print_time(total, sizeof(total), TOTAL_STRING_FORMAT, this->total(i));
}
fields[0]->store(time,strlen(time),system_charset_info);
fields[1]->store(this->count(i));
fields[1]->store((longlong)this->count(i),true);
fields[2]->store(total,strlen(total),system_charset_info);
if (schema_table_store_record(thd, table))
{