~mysql/mysql-server/mysql-6.0

« back to all changes in this revision

Viewing changes to mysql-test/include/have_rqg.inc

  • Committer: Alexander Nozdrin
  • Date: 2009-04-24 10:04:14 UTC
  • mfrom: (2651.1.45 mysql-6.0)
  • Revision ID: alik@sun.com-20090424100414-92m55kfywauveb56
PullĀ fromĀ 6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--disable_query_log
 
2
 
 
3
# Check that we have RQG setup
 
4
 
 
5
if (`select '$RQG_HOME'=''`)
 
6
{
 
7
--skip Could not locate RQG - set RQG_HOME variable.
 
8
}
 
9
 
 
10
# setup $RQG variable
 
11
 
 
12
let $RQG= perl $RQG_HOME/gensql.pl --seed=0;
 
13
 
 
14
--enable_query_log