diff options
author | Andrew McDonnell <bugs@andrewmcdonnell.net> | 2013-03-03 10:10:24 +1030 |
---|---|---|
committer | Andrew McDonnell <bugs@andrewmcdonnell.net> | 2013-03-03 10:10:24 +1030 |
commit | 44222abf21fafa3eb383b26f9b2cf3b172b07e06 (patch) | |
tree | b8da0bdea9c86a675e3716cb42bdb3d231ba473b /storage/oqgraph | |
parent | b75ca6c6ecd1dad3802e1ca157802ac88b5b8841 (diff) | |
download | mariadb-git-44222abf21fafa3eb383b26f9b2cf3b172b07e06.tar.gz |
Fix typo
Diffstat (limited to 'storage/oqgraph')
-rw-r--r-- | storage/oqgraph/ha_oqgraph.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/oqgraph/ha_oqgraph.cc b/storage/oqgraph/ha_oqgraph.cc index 891e1eaa6aa..70df7b83b61 100644 --- a/storage/oqgraph/ha_oqgraph.cc +++ b/storage/oqgraph/ha_oqgraph.cc @@ -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); |