Current Path : /home/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 : //home/usr.opt/mysql57/mysql-test/t/explain_for_connection_small_trad.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 # # SELECT : before_reset_query_plan # # INSERT : planned_single_insert # # INSERT-SELECT: before_reset_query_plan # # UPDATE : planned_single_update(NOT ALL QUERIES ARE HIT) # # DELETE : planned_single_delete(NOT ALL QUERIES ARE HIT) # # # # ############################################################################### #################################################################################################################### # Checking if the build is Debug build else skip the test because debug sync points are avilable in Debug build # #################################################################################################################### echo "WL6369 Explain for Connection"; let $format=traditional; --source include/explain_for_connection_small.inc