Commit 44222abf authored by Andrew McDonnell's avatar Andrew McDonnell

Fix typo

parent b75ca6c6
......@@ -668,8 +668,8 @@ int ha_oqgraph::index_read_idx(byte * buf, uint index, const byte * key,
int res;
VertexID orig_id, dest_id;
int latch;
int* latchp;
VertexID *orig_idp=0, *dest_idp=0;
int* latchp=0;
open_query::row row;
bmove_align(buf, table->s->default_values, table->s->reclength);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment