mirror of
https://github.com/MariaDB/server.git
synced 2026-04-20 07:15:33 +02:00
MDEV-13384 - misc Windows warnings fixed
This commit is contained in:
parent
509928718d
commit
7354dc6773
147 changed files with 545 additions and 491 deletions
|
|
@ -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))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue