mirror of
https://github.com/MariaDB/server.git
synced 2026-04-25 09:45:31 +02:00
Fixed compiler warning. Now MariaDB 10.0 compiles without warnings for me.
(Except Instantiation notices from oqgraph that I don't know what to do with)
This commit is contained in:
parent
f80e4ed941
commit
44428d397c
1 changed files with 1 additions and 1 deletions
|
|
@ -1071,7 +1071,7 @@ int ha_oqgraph::rnd_init(bool scan)
|
|||
int ha_oqgraph::rnd_next(byte *buf)
|
||||
{
|
||||
int res;
|
||||
open_query::row row = {};
|
||||
open_query::row row = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 };
|
||||
|
||||
if (!(res= graph->fetch_row(row)))
|
||||
res= fill_record(buf, row);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue