1###############################################################################
2#                                                                             #
3# Test: To compare Explain vs Explain Other plans of RQG queries              #
4#                                                                             #
5#                                                                             #
6# Creation Date: 2012-12-15                                                   #
7# Author : Tarique Saleem                                                     #
8#                                                                             #
9#                                                                             #
10# Description:This test contains Explain vs Explain Other plans on different  #
11#             queries generated from RQG optimizer grammaers. Some distinct   #
12#             have been taken from the differences cases reported.            #
13#                                                                             #
14#             1. Sync Point used is "before_reset_query_plan"                 #
15#             2. Format used is Traditional                                   #
16#                                                                             #
17###############################################################################
18
19 echo "WL6369 Explain for Connection";
20
21####################################################################################################################
22#   Checking if the build is Debug build else skip the test because debug sync points are avilable in Debug build  #
23####################################################################################################################
24
25let $format=json;
26--source include/explain_for_connection_rqg.inc
27