This commit is contained in:
parent
b53dc5602e
commit
e98a67bb9d
|
@ -72,7 +72,7 @@ extern "C" {
|
|||
#define EXPLAIN_COUNT_FORMAT "Count"
|
||||
#define EXPLAIN_COUNT_INFO_FORMAT "Window Count Info"
|
||||
#define EXPLAIN_COUNT_NUM_FORMAT "Window Count=%d"
|
||||
#define EXPLAIN_COUNT_SLIDING_FORMAT "Window Sliding=%d"
|
||||
#define EXPLAIN_COUNT_SLIDING_FORMAT "Window Sliding=%ld"
|
||||
|
||||
#define EXPLAIN_PLANNING_TIME_FORMAT "Planning Time: %.3f ms"
|
||||
#define EXPLAIN_EXEC_TIME_FORMAT "Execution Time: %.3f ms"
|
||||
|
|
|
@ -1140,6 +1140,8 @@
|
|||
,,y,script,./test.sh -f tsim/query/bug3398.sim
|
||||
,,y,script,./test.sh -f tsim/query/explain_tsorder.sim
|
||||
,,y,script,./test.sh -f tsim/query/apercentile.sim
|
||||
,,y,script,./test.sh -f tsim/query/query_count0.sim
|
||||
,,y,script,./test.sh -f tsim/query/query_count_sliding0.sim
|
||||
,,y,script,./test.sh -f tsim/qnode/basic1.sim
|
||||
,,y,script,./test.sh -f tsim/snode/basic1.sim
|
||||
,,y,script,./test.sh -f tsim/mnode/basic1.sim
|
||||
|
|
Loading…
Reference in New Issue