Lines Matching refs:PS

17 		// Emulated PS first
23 printf("[003] Emulated PS, DESCRIBE failed, %s\n", var_export($db->errorInfo(), true));
34 printf("[004] Emulated PS, DESCRIBE returned no results\n");
36 printf("[005] Emulated PS, DESCRIBE, returned data seems wrong, dumping %s\n",
40 printf("[006] Emulated PS, SHOW failed, %s\n", var_export($db->errorInfo(), true));
52 printf("[007] Emulated PS, SHOW returned no results\n");
54 printf("[008] Emulated PS, SHOW data seems wrong, dumping %s\n",
58 printf("[009] Emulated PS, EXPLAIN returned no results\n");
65 printf("[010] Emulated PS, EXPLAIN returned no results\n");
67 // And now native PS
79 printf("[012] Native PS (native support: %s), DESCRIBE failed, %s\n",
92 printf("[013] Native PS (native support: %s), DESCRIBE returned no results\n",
95 printf("[014] Native PS (native support: %s), DESCRIBE, returned data seems wrong, dumping %s\n",
100 …printf("[015] Emulated and native PS (native support: %s) results of DESCRIBE differ: %s vs. %s\n",
113 printf("[016] Native PS (native support: %s), SHOW failed, %s\n",
127 printf("[017] Native PS (native support: %s), SHOW returned no results\n",
130 printf("[018] Native PS (native support: %s), SHOW data seems wrong, dumping %s\n",
134 …printf("Native PS (native support: %s) and emulated PS returned different data for SHOW: %s vs. %s…
146 printf("[012] Native PS (native support: %s), EXPLAIN failed, %s\n",
155 printf("[013] Native PS (native support: %s), EXPLAIN returned no results\n",
159 …printf("Native PS (native support: %s) and emulated PS returned different data for EXPLAIN: %s vs.…
167 …printf("Native PS (native support: %s) and emulated PS returned different data for EXPLAIN: %s vs.…