We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b6c04f commit 3fec38dCopy full SHA for 3fec38d
mysql-test/t/information_schema_tables.test
@@ -24,9 +24,14 @@ LOOP
24
END LOOP $
25
--delimiter ;
26
--connection default
27
+# Avoid "Prepared statement needs to be re-prepared"
28
+# Note, the code could probably eventually fixed to avoid forcing re-pepare if
29
+# the *temporary* instance of Sp_caches (not the permanent one) was invalidated.
30
+--disable_ps_protocol
31
--disable_warnings
32
SELECT v.* FROM v JOIN INFORMATION_SCHEMA.TABLES WHERE DATA_LENGTH = -1;
33
--enable_warnings
34
+--enable_ps_protocol
35
# Cleanup
36
--replace_result $conid CONID
37
--eval KILL $conid
0 commit comments