mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
fix for compile error (Windows)
This commit is contained in:
parent
79953d9c65
commit
5a720d4e68
1 changed files with 1 additions and 1 deletions
|
@ -1318,7 +1318,7 @@ public:
|
|||
longlong val_int()
|
||||
{
|
||||
if (execute(&result_field))
|
||||
return 0LL;
|
||||
return (longlong) 0;
|
||||
return result_field->val_int();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue