Current Path : /usr/opt/mysql57/mysql-test/t/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/opt/mysql57/mysql-test/t/explain_for_connection_rqg_json.test |
############################################################################### # # # Test: To compare Explain vs Explain Other plans of RQG queries # # # # # # Creation Date: 2012-12-15 # # Author : Tarique Saleem # # # # # # Description:This test contains Explain vs Explain Other plans on different # # queries generated from RQG optimizer grammaers. Some distinct # # have been taken from the differences cases reported. # # # # 1. Sync Point used is "before_reset_query_plan" # # 2. Format used is Traditional # # # ############################################################################### echo "WL6369 Explain for Connection"; #################################################################################################################### # Checking if the build is Debug build else skip the test because debug sync points are avilable in Debug build # #################################################################################################################### let $format=json; --source include/explain_for_connection_rqg.inc