Add include files required for --staging-run

This commit is contained in:
Michael Widenius 2009-06-05 18:36:14 +03:00
parent 3d831149f9
commit 4c4480e937
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,4 @@
--require r/not_staging.require
disable_query_log;
eval select $STAGING_RUN as using_staging_run;
enable_query_log;

View file

@ -0,0 +1,2 @@
using_staging_run
0