diff options
author | Joseph Fernandes <josferna@redhat.com> | 2015-11-30 16:51:35 +0530 |
---|---|---|
committer | Dan Lambright <dlambrig@redhat.com> | 2015-12-02 19:42:52 -0800 |
commit | bdfd087d76cbf6336805c6c55c0e0935dfd29a9d (patch) | |
tree | 1ec384c2fd2fcc45812e24effb458c551fc13f4d /libglusterfs/src/options.c | |
parent | 9c378026e9561595586a817fee0b439e2c863a22 (diff) |
tier/libgfdb/sql: Correcting logic in sql query for read
Correcting query in the where clause
from "a & b | c"
to "a & (b | c)"
where "a" is the condition to join the gf_file_tb and gf_flink_tb
through gfids
"b" is the condition for the write heat
and "c" is the condition for read heat
Change-Id: I99226d82b0efb68fbef3a40f02b215bb2b4370d6
BUG: 1286656
Signed-off-by: Joseph Fernandes <josferna@redhat.com>
Signed-off-by: Dan Lambright <dlambrig@redhat.com>
Reviewed-on: http://review.gluster.org/12823
Tested-by: NetBSD Build System <jenkins@build.gluster.org>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Diffstat (limited to 'libglusterfs/src/options.c')
0 files changed, 0 insertions, 0 deletions